@kitelev/exocortex-cli 15.170.7 → 15.170.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +90 -90
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
// @kitelev/exocortex-cli v15.170.
|
|
2
|
+
// @kitelev/exocortex-cli v15.170.9
|
|
3
3
|
// CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
|
|
4
4
|
// License: MIT
|
|
5
5
|
|
|
@@ -30,14 +30,14 @@ Expecting one of '${r.join("', '")}'`);return this._lifeCycleHooks[e]?this._life
|
|
|
30
30
|
Expecting one of '${r.join("', '")}'`);let i=`${e}Help`;return this.on(i,s=>{let a;typeof t=="function"?a=t({error:s.error,command:s.command}):a=t,a&&s.write(`${a}
|
|
31
31
|
`)}),this}_outputHelpIfRequested(e){let t=this._getHelpOption();t&&e.find(i=>t.is(i))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function cT(n){return n.map(e=>{if(!e.startsWith("--inspect"))return e;let t,r="127.0.0.1",i="9229",s;return(s=e.match(/^(--inspect(-brk)?)$/))!==null?t=s[1]:(s=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(t=s[1],/^\d+$/.test(s[3])?i=s[3]:r=s[3]):(s=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=s[1],r=s[3],i=s[4]),t&&i!=="0"?`${t}=${r}:${parseInt(i)+1}`:e})}o(cT,"incrementNodeInspectorPort");function m0(){if(at.env.NO_COLOR||at.env.FORCE_COLOR==="0"||at.env.FORCE_COLOR==="false")return!1;if(at.env.FORCE_COLOR||at.env.CLICOLOR_FORCE!==void 0)return!0}o(m0,"useColor");g0.Command=p0;g0.useColor=m0});var hT=S(Qn=>{var{Argument:uT}=Zd(),{Command:y0}=lT(),{CommanderError:AL,InvalidArgumentError:fT}=Ou(),{Help:xL}=o0(),{Option:dT}=f0();Qn.program=new y0;Qn.createCommand=n=>new y0(n);Qn.createOption=(n,e)=>new dT(n,e);Qn.createArgument=(n,e)=>new uT(n,e);Qn.Command=y0;Qn.Option=dT;Qn.Argument=uT;Qn.Help=xL;Qn.CommanderError=AL;Qn.InvalidArgumentError=fT;Qn.InvalidOptionArgumentError=fT});var Fu=S(th=>{"use strict";Object.defineProperty(th,"__esModule",{value:!0});th.AssetClass=void 0;var mT;(function(n){n.AREA="ems__Area",n.TASK="ems__Task",n.PROJECT="ems__Project",n.MEETING="ems__Meeting",n.INITIATIVE="ems__Initiative",n.TASK_PROTOTYPE="ems__TaskPrototype",n.MEETING_PROTOTYPE="ems__MeetingPrototype",n.EVENT_PROTOTYPE="exo__EventPrototype",n.PROJECT_PROTOTYPE="ems__ProjectPrototype",n.EVENT="exo__Event",n.DAILY_NOTE="pn__DailyNote",n.CONCEPT="ims__Concept",n.SESSION_START_EVENT="ems__SessionStartEvent",n.SESSION_END_EVENT="ems__SessionEndEvent",n.PROTOTYPE="exo__Prototype",n.CLASS="exo__Class",n.FLEETING_NOTE="ztlk__FleetingNote",n.WORKFLOW="ems__Workflow",n.WORKFLOW_STATE="ems__WorkflowState",n.WORKFLOW_TRANSITION="ems__WorkflowTransition",n.COMMAND="exocmd__Command",n.PRECONDITION="exocmd__Precondition",n.GROUNDING="exocmd__Grounding",n.COMMAND_BINDING="exocmd__CommandBinding"})(mT||(th.AssetClass=mT={}))});var Ec=S(rh=>{"use strict";Object.defineProperty(rh,"__esModule",{value:!0});rh.EffortStatus=void 0;var gT;(function(n){n.DRAFT="ems__EffortStatusDraft",n.BACKLOG="ems__EffortStatusBacklog",n.ANALYSIS="ems__EffortStatusAnalysis",n.TODO="ems__EffortStatusToDo",n.DOING="ems__EffortStatusDoing",n.DONE="ems__EffortStatusDone",n.TRASHED="ems__EffortStatusTrashed"})(gT||(rh.EffortStatus=gT={}))});var _0=S(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.EFFORT_STATUS_OPTIONS=Qt.STATUS_NAME_TO_WIKILINK=Qt.STATUS_NAME_TO_ENUM=Qt.EFFORT_STATUS_CONFIG=void 0;Qt.normalizeEffortStatus=CL;Qt.isDoneStatus=IL;Qt.isTrashedStatus=RL;Qt.getEffortStatusLabel=PL;var as=Ec();Qt.EFFORT_STATUS_CONFIG=[{name:"Draft",status:as.EffortStatus.DRAFT,wikilink:"[[ems__EffortStatusDraft]]"},{name:"Backlog",status:as.EffortStatus.BACKLOG,wikilink:"[[ems__EffortStatusBacklog]]"},{name:"Analysis",status:as.EffortStatus.ANALYSIS,wikilink:"[[ems__EffortStatusAnalysis]]"},{name:"To Do",status:as.EffortStatus.TODO,wikilink:"[[ems__EffortStatusToDo]]"},{name:"Doing",status:as.EffortStatus.DOING,wikilink:"[[ems__EffortStatusDoing]]"},{name:"Done",status:as.EffortStatus.DONE,wikilink:"[[ems__EffortStatusDone]]"},{name:"Trashed",status:as.EffortStatus.TRASHED,wikilink:"[[ems__EffortStatusTrashed]]"}];Qt.STATUS_NAME_TO_ENUM=Object.fromEntries(Qt.EFFORT_STATUS_CONFIG.map(n=>[n.name,n.status]));Qt.STATUS_NAME_TO_WIKILINK=Object.fromEntries(Qt.EFFORT_STATUS_CONFIG.map(n=>[n.name,n.wikilink]));Qt.EFFORT_STATUS_OPTIONS=Qt.EFFORT_STATUS_CONFIG.map(n=>({value:n.wikilink,label:n.name}));function CL(n,e=as.EffortStatus.DRAFT){if(n.startsWith("ems__")){let r=Qt.EFFORT_STATUS_CONFIG.find(i=>i.status===n);return r?r.status:e}return Qt.STATUS_NAME_TO_ENUM[n]??e}o(CL,"normalizeEffortStatus");function IL(n){return n===as.EffortStatus.DONE}o(IL,"isDoneStatus");function RL(n){return n===as.EffortStatus.TRASHED}o(RL,"isTrashedStatus");function PL(n){if(!n)return"-";let e=String(n);if(e==="")return"-";for(let r of Qt.EFFORT_STATUS_CONFIG)if(r.wikilink===e||`[[${e}]]`===r.wikilink||r.status===e||r.name===e)return r.name;let t=e.toLowerCase();for(let r of Qt.EFFORT_STATUS_CONFIG)if(r.name.toLowerCase()===t)return r.name;return e}o(PL,"getEffortStatusLabel")});var Tc=S(nh=>{"use strict";Object.defineProperty(nh,"__esModule",{value:!0});nh.GroundingType=void 0;var yT;(function(n){n.SPARQL_UPDATE="sparql_update",n.PROPERTY_DELETE="property_delete",n.PROPERTY_SET="property_set",n.COMPOSITE="composite",n.SERVICE_CALL="service_call",n.CREATE_INSTANCE="create_instance"})(yT||(nh.GroundingType=yT={}))});var S0=S(Kn=>{"use strict";Object.defineProperty(Kn,"__esModule",{value:!0});Kn.CommandBindingStyleProperty=Kn.CommandBindingProperty=Kn.GroundingProperty=Kn.PreconditionProperty=Kn.CommandProperty=void 0;Kn.CommandProperty={ICON:"exocmd__Command_icon",PRECONDITION:"exocmd__Command_precondition",GROUNDING:"exocmd__Command_grounding",CONFIRM_MESSAGE:"exocmd__Command_confirmMessage",SUCCESS_MESSAGE:"exocmd__Command_successMessage",CATEGORY:"exocmd__Command_category"};Kn.PreconditionProperty={SPARQL_ASK:"exocmd__Precondition_sparqlAsk",QUERY:"exocmd__Precondition_query"};Kn.GroundingProperty={TYPE:"exocmd__Grounding_type",SPARQL_UPDATE:"exocmd__Grounding_sparqlUpdate",TARGET_PROPERTY:"exocmd__Grounding_targetProperty",TARGET_VALUE:"exocmd__Grounding_targetValue",STEPS:"exocmd__Grounding_steps"};Kn.CommandBindingProperty={COMMAND:"exocmd__CommandBinding_command",TARGET_CLASS:"exocmd__CommandBinding_targetClass",TARGET_PROTOTYPE:"exocmd__CommandBinding_targetPrototype",TARGET_ASSET:"exocmd__CommandBinding_targetAsset",POSITION:"exocmd__CommandBinding_position",ORDER:"exocmd__CommandBinding_order",PRECONDITION:"exocmd__CommandBinding_precondition",STYLE:"exocmd__CommandBinding_style",VARIANT:"exocmd__CommandBinding_variant"};Kn.CommandBindingStyleProperty={VARIANT:"exocmd__CommandBindingStyle_variant",SHOW_ICON:"exocmd__CommandBindingStyle_showIcon",LABEL_CLASS:"exocmd__CommandBindingStyle_labelClass",ARIA_LABEL:"exocmd__CommandBindingStyle_ariaLabel",TOOLTIP:"exocmd__CommandBindingStyle_tooltip",KEYBOARD_SHORTCUT:"exocmd__CommandBindingStyle_keyboardShortcut",SOURCE:"exocmd__CommandBindingStyle_source"}});var v0=S(En=>{"use strict";Object.defineProperty(En,"__esModule",{value:!0});En.STYLE_SOURCE_VALUES=En.LABEL_CLASS_VALUES=En.COMMAND_VARIANT_VALUES=void 0;En.isCommandVariant=OL;En.isLabelClass=FL;En.isStyleSource=DL;En.COMMAND_VARIANT_VALUES=Object.freeze(["primary","secondary","success","warning","danger","muted"]);En.LABEL_CLASS_VALUES=Object.freeze(["muted","bold","uppercase","compact"]);En.STYLE_SOURCE_VALUES=Object.freeze(["vendor","user"]);function OL(n){return typeof n=="string"&&En.COMMAND_VARIANT_VALUES.includes(n)}o(OL,"isCommandVariant");function FL(n){return typeof n=="string"&&En.LABEL_CLASS_VALUES.includes(n)}o(FL,"isLabelClass");function DL(n){return typeof n=="string"&&En.STYLE_SOURCE_VALUES.includes(n)}o(DL,"isStyleSource")});var _T=S(Ac=>{"use strict";Object.defineProperty(Ac,"__esModule",{value:!0});Ac.isCommandFrontmatter=NL;Ac.isPreconditionFrontmatter=LL;Ac.isGroundingFrontmatter=kL;Ac.isCommandBindingFrontmatter=ML;function NL(n){return ih(n,"exocmd__Command")}o(NL,"isCommandFrontmatter");function LL(n){return ih(n,"exocmd__Precondition")}o(LL,"isPreconditionFrontmatter");function kL(n){return ih(n,"exocmd__Grounding")}o(kL,"isGroundingFrontmatter");function ML(n){return ih(n,"exocmd__CommandBinding")}o(ML,"isCommandBindingFrontmatter");function ih(n,e){let t=n.exo__Instance_class;if(t==null)return!1;let r=Array.isArray(t)?t:[t];for(let i of r){if(typeof i!="string")continue;let s=i.match(/\[\[([^|\]]+)/);if((s?s[1]:i)===e)return!0}return!1}o(ih,"hasInstanceClass")});var ST=S(sh=>{"use strict";Object.defineProperty(sh,"__esModule",{value:!0});sh.hasPosition=jL;sh.isFixed=$L;function jL(n){return typeof n.x=="number"&&typeof n.y=="number"}o(jL,"hasPosition");function $L(n){return n.fx!==null&&n.fx!==void 0&&n.fy!==null&&n.fy!==void 0}o($L,"isFixed")});var vT=S(ah=>{"use strict";Object.defineProperty(ah,"__esModule",{value:!0});ah.createEmptyGraphData=BL;ah.mergeGraphData=UL;function BL(){return{nodes:[],edges:[],lastUpdated:Date.now(),version:0}}o(BL,"createEmptyGraphData");function UL(n,e){let t=new Map,r=new Set,i=[];for(let s of n.nodes)t.set(s.id,s);for(let s of e.nodes)t.set(s.id,s);for(let s of n.edges){let a=`${s.source}->${s.target}:${s.type}`;r.has(a)||(r.add(a),i.push(s))}for(let s of e.edges){let a=`${s.source}->${s.target}:${s.type}`;r.has(a)||(r.add(a),i.push(s))}return{nodes:Array.from(t.values()),edges:i,lastUpdated:Date.now(),version:Math.max(n.version??0,e.version??0)+1}}o(UL,"mergeGraphData")});var b0=S(oh=>{"use strict";Object.defineProperty(oh,"__esModule",{value:!0});oh.createEdgeId=VL;oh.edgesEqual=qL;function VL(n,e,t,r){let i=r?`|${r}`:"";return`${n}->${e}:${t}${i}`}o(VL,"createEdgeId");function qL(n,e){return n.source===e.source&&n.target===e.target&&n.type===e.type&&n.predicate===e.predicate}o(qL,"edgesEqual")});var w0=S(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.BUILT_IN_EDGE_STYLES=Vt.BUILT_IN_NODE_STYLES=Vt.DEFAULT_EDGE_STYLE=Vt.DEFAULT_NODE_STYLE=Vt.RDF_TYPE_PREDICATES=void 0;Vt.mergeNodeStyles=WL;Vt.mergeEdgeStyles=GL;Vt.extractLocalName=zL;Vt.isClassType=HL;Vt.isTypePredicate=QL;Vt.isSubClassPredicate=KL;Vt.RDF_TYPE_PREDICATES={RDF_TYPE:"http://www.w3.org/1999/02/22-rdf-syntax-ns#type",RDFS_CLASS:"http://www.w3.org/2000/01/rdf-schema#Class",OWL_CLASS:"http://www.w3.org/2002/07/owl#Class",RDFS_SUBCLASS_OF:"http://www.w3.org/2000/01/rdf-schema#subClassOf",OWL_EQUIVALENT_CLASS:"http://www.w3.org/2002/07/owl#equivalentClass",RDFS_LABEL:"http://www.w3.org/2000/01/rdf-schema#label",RDFS_COMMENT:"http://www.w3.org/2000/01/rdf-schema#comment"};Vt.DEFAULT_NODE_STYLE={color:"#6366f1",borderColor:"#4f46e5",borderWidth:2,size:30,shape:"circle",icon:"",opacity:1,shadow:!1,animation:"none"};Vt.DEFAULT_EDGE_STYLE={color:"#9ca3af",width:1,lineStyle:"solid",arrow:"standard",curvature:0,opacity:.6,showLabel:!1,labelPosition:.5};Vt.BUILT_IN_NODE_STYLES={"http://www.w3.org/2000/01/rdf-schema#Class":{color:"#f59e0b",shape:"diamond",size:40},"http://www.w3.org/2002/07/owl#Class":{color:"#f59e0b",shape:"diamond",size:40},ems__Task:{color:"#22c55e",shape:"circle"},ems__Project:{color:"#3b82f6",shape:"square"},ems__Area:{color:"#8b5cf6",shape:"hexagon",size:40},ems__Meeting:{color:"#ec4899",shape:"circle"},exo__Class:{color:"#f59e0b",shape:"diamond"},ims__Person:{color:"#06b6d4",shape:"circle"}};Vt.BUILT_IN_EDGE_STYLES={"http://www.w3.org/1999/02/22-rdf-syntax-ns#type":{color:"#f59e0b",lineStyle:"dashed",arrow:"standard"},"http://www.w3.org/2000/01/rdf-schema#subClassOf":{color:"#8b5cf6",width:2,arrow:"triangle"},"https://exocortex.my/ontology/ems#Effort_parent":{color:"#6366f1",width:2,arrow:"standard"},"https://exocortex.my/ontology/exo#Asset_prototype":{color:"#f59e0b",lineStyle:"dashed",arrow:"circle"},"https://exocortex.my/ontology/exo#references":{color:"#22c55e",opacity:.4,arrow:"standard"}};function WL(n,e){return{...n,...Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0))}}o(WL,"mergeNodeStyles");function GL(n,e){return{...n,...Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0))}}o(GL,"mergeEdgeStyles");function zL(n){let e=n.lastIndexOf("#"),t=n.lastIndexOf("/"),r=Math.max(e,t);return r>=0?n.substring(r+1):n}o(zL,"extractLocalName");function HL(n){return n===Vt.RDF_TYPE_PREDICATES.RDFS_CLASS||n===Vt.RDF_TYPE_PREDICATES.OWL_CLASS}o(HL,"isClassType");function QL(n){return n===Vt.RDF_TYPE_PREDICATES.RDF_TYPE}o(QL,"isTypePredicate");function KL(n){return n===Vt.RDF_TYPE_PREDICATES.RDFS_SUBCLASS_OF}o(KL,"isSubClassPredicate")});var wT=S(bT=>{"use strict";Object.defineProperty(bT,"__esModule",{value:!0})});var Ae=S(ch=>{"use strict";Object.defineProperty(ch,"__esModule",{value:!0});ch.IRI=void 0;var E0=class n{static{o(this,"IRI")}constructor(e){let t=e.trim();if(t.length===0)throw new Error("IRI cannot be empty");if(!n.isValidIRI(t))throw new Error("Invalid IRI format");this._value=t}get value(){return this._value}equals(e){return this._value===e._value}toString(){return this._value}static isValidIRI(e){if(!e||e.trim().length===0||/\s/.test(e)||!/^[a-z][a-z0-9+.-]*:/i.test(e))return!1;let r=["http","https","ftp","ftps","file","mailto","tel","data","ws","wss","urn","obsidian"],i=e.match(/^([a-z][a-z0-9+.-]*?):/i);if(i){let s=i[1].toLowerCase();if(!r.includes(s))return!1}try{return new URL(e),!0}catch{return/^urn:[a-z0-9][a-z0-9-]{0,31}:[^\s]+$/i.test(e)}}};ch.IRI=E0});var Ne=S(bo=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});bo.Literal=void 0;bo.parseLanguageTag=ET;bo.createDirectionalLiteral=XL;bo.createLiteralFromLanguageTag=JL;var YL="http://www.w3.org/2001/XMLSchema#string",Du=class{static{o(this,"Literal")}constructor(e,t,r,i){if(e.length===0)throw new Error("Literal value cannot be empty");if(t&&r)throw new Error("Literal cannot have both datatype and language tag");if(i&&!r)throw new Error("Literal cannot have direction without language tag");if(i&&i!=="ltr"&&i!=="rtl")throw new Error('Direction must be "ltr" or "rtl"');this._value=e,this._datatype=t,this._language=r?r.toLowerCase():void 0,this._direction=i}get value(){return this._value}get datatype(){return this._datatype}get language(){return this._language}get direction(){return this._direction}hasDirection(){return this._direction!==void 0}equals(e){if(this._value!==e._value||this._language!==e._language||this._direction!==e._direction)return!1;let t=this.normalizedDatatype(),r=e.normalizedDatatype();return t===r}normalizedDatatype(){return!this._datatype||this._datatype.value===YL?null:this._datatype.value}toString(){let e=`"${this._value}"`;return this._datatype?e+=`^^<${this._datatype.value}>`:this._language&&(e+=`@${this._language}`,this._direction&&(e+=`--${this._direction}`)),e}};bo.Literal=Du;function ET(n){let t=n.lastIndexOf("--");if(t===-1)return{language:n.toLowerCase()};let r=n.substring(t+2),i=n.substring(0,t);return r==="ltr"||r==="rtl"?{language:i.toLowerCase(),direction:r}:{language:n.toLowerCase()}}o(ET,"parseLanguageTag");function XL(n,e,t){return new Du(n,void 0,e,t)}o(XL,"createDirectionalLiteral");function JL(n,e){let{language:t,direction:r}=ET(e);return new Du(n,void 0,t,r)}o(JL,"createLiteralFromLanguageTag")});var qt=S(uh=>{"use strict";Object.defineProperty(uh,"__esModule",{value:!0});uh.BlankNode=void 0;var lh=class n{static{o(this,"BlankNode")}constructor(e){let t=e.trim();if(t.length===0)throw new Error("BlankNode id cannot be empty");this._id=t}get id(){return this._id}equals(e){return this._id===e._id}toString(){return`_:${this._id}`}static generateId(){return`b${++n.counter}`}static create(){return new n(n.generateId())}};uh.BlankNode=lh;lh.counter=0});var cr=S(fh=>{"use strict";Object.defineProperty(fh,"__esModule",{value:!0});fh.Namespace=void 0;var TT=Ae(),Me=class n{static{o(this,"Namespace")}constructor(e,t){if(e.trim().length===0)throw new Error("Namespace prefix cannot be empty");this._prefix=e,this._iri=new TT.IRI(t)}get prefix(){return this._prefix}get iri(){return this._iri}term(e){return new TT.IRI(`${this._iri.value}${e}`)}expand(e){let t=e.split(":");if(t.length!==2)return null;let[r,i]=t;return r!==this._prefix?null:this.term(i)}static forPrefix(e){if(!/^[a-z][a-zA-Z0-9]*$/.test(e))return null;let t=n.KNOWN_NAMESPACES.find(r=>r.prefix===e);return t||new n(e,`${n.EXOCORTEX_ONTOLOGY_BASE}${e}#`)}static fromPropertyKey(e){let t=/^([a-z][a-zA-Z0-9]*)__(.+)$/.exec(e);if(!t)return null;let r=n.forPrefix(t[1]);return r?{namespace:r,localName:t[2]}:null}};fh.Namespace=Me;Me.RDF=new Me("rdf","http://www.w3.org/1999/02/22-rdf-syntax-ns#");Me.RDFS=new Me("rdfs","http://www.w3.org/2000/01/rdf-schema#");Me.OWL=new Me("owl","http://www.w3.org/2002/07/owl#");Me.XSD=new Me("xsd","http://www.w3.org/2001/XMLSchema#");Me.EXO=new Me("exo","https://exocortex.my/ontology/exo#");Me.EMS=new Me("ems","https://exocortex.my/ontology/ems#");Me.EXOCMD=new Me("exocmd","https://exocortex.my/ontology/exocmd#");Me.IMS=new Me("ims","https://exocortex.my/ontology/ims#");Me.ZTLK=new Me("ztlk","https://exocortex.my/ontology/ztlk#");Me.PTMS=new Me("ptms","https://exocortex.my/ontology/ptms#");Me.LIT=new Me("lit","https://exocortex.my/ontology/lit#");Me.INBOX=new Me("inbox","https://exocortex.my/ontology/inbox#");Me.PMBOK=new Me("pmbok","https://exocortex.my/ontology/pmbok#");Me.EXOCORTEX_ONTOLOGY_BASE="https://exocortex.my/ontology/";Me.KNOWN_NAMESPACES=[Me.EXO,Me.EMS,Me.EXOCMD,Me.IMS,Me.ZTLK,Me.PTMS,Me.LIT,Me.INBOX,Me.PMBOK]});var Yn=S(dh=>{"use strict";Object.defineProperty(dh,"__esModule",{value:!0});dh.Triple=void 0;var T0=Ae(),A0=Ne(),x0=qt(),C0=class{static{o(this,"Triple")}constructor(e,t,r){this._subject=e,this._predicate=t,this._object=r}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}equals(e){return!(!this.equalsNode(this._subject,e._subject)||!this._predicate.equals(e._predicate)||!this.equalsNode(this._object,e._object))}equalsNode(e,t){return e instanceof T0.IRI&&t instanceof T0.IRI||e instanceof x0.BlankNode&&t instanceof x0.BlankNode||e instanceof A0.Literal&&t instanceof A0.Literal||this.isQuotedTriple(e)&&this.isQuotedTriple(t)?e.equals(t):!1}isQuotedTriple(e){return typeof e=="object"&&e!==null&&"termType"in e&&e.termType==="QuotedTriple"}toString(){let e=this.nodeToString(this._subject),t=`<${this._predicate.value}>`,r=this.nodeToString(this._object);return`${e} ${t} ${r} .`}nodeToString(e){return e instanceof T0.IRI?`<${e.value}>`:e instanceof x0.BlankNode||e instanceof A0.Literal||this.isQuotedTriple(e)?e.toString():""}};dh.Triple=C0});var Nu=S(hh=>{"use strict";Object.defineProperty(hh,"__esModule",{value:!0});hh.QuotedTriple=void 0;var I0=Ae(),R0=Ne(),P0=qt(),O0=class n{static{o(this,"QuotedTriple")}constructor(e,t,r){this._subject=e,this._predicate=t,this._object=r}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}equals(e){return!(!this.equalsNode(this._subject,e._subject)||!this._predicate.equals(e._predicate)||!this.equalsNode(this._object,e._object))}equalsNode(e,t){return e instanceof I0.IRI&&t instanceof I0.IRI||e instanceof P0.BlankNode&&t instanceof P0.BlankNode||e instanceof R0.Literal&&t instanceof R0.Literal||e instanceof n&&t instanceof n?e.equals(t):!1}get termType(){return"QuotedTriple"}toString(){let e=this.nodeToString(this._subject),t=`<${this._predicate.value}>`,r=this.nodeToString(this._object);return`<< ${e} ${t} ${r} >>`}nodeToString(e){return e instanceof I0.IRI?`<${e.value}>`:e instanceof P0.BlankNode||e instanceof R0.Literal||e instanceof n?e.toString():""}};hh.QuotedTriple=O0});var AT=S(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.QuotedTriple=Zt.Triple=Zt.Namespace=Zt.BlankNode=Zt.createLiteralFromLanguageTag=Zt.createDirectionalLiteral=Zt.parseLanguageTag=Zt.Literal=Zt.IRI=void 0;var ZL=Ae();Object.defineProperty(Zt,"IRI",{enumerable:!0,get:o(function(){return ZL.IRI},"get")});var ph=Ne();Object.defineProperty(Zt,"Literal",{enumerable:!0,get:o(function(){return ph.Literal},"get")});Object.defineProperty(Zt,"parseLanguageTag",{enumerable:!0,get:o(function(){return ph.parseLanguageTag},"get")});Object.defineProperty(Zt,"createDirectionalLiteral",{enumerable:!0,get:o(function(){return ph.createDirectionalLiteral},"get")});Object.defineProperty(Zt,"createLiteralFromLanguageTag",{enumerable:!0,get:o(function(){return ph.createLiteralFromLanguageTag},"get")});var ek=qt();Object.defineProperty(Zt,"BlankNode",{enumerable:!0,get:o(function(){return ek.BlankNode},"get")});var tk=cr();Object.defineProperty(Zt,"Namespace",{enumerable:!0,get:o(function(){return tk.Namespace},"get")});var rk=Yn();Object.defineProperty(Zt,"Triple",{enumerable:!0,get:o(function(){return rk.Triple},"get")});var nk=Nu();Object.defineProperty(Zt,"QuotedTriple",{enumerable:!0,get:o(function(){return nk.QuotedTriple},"get")})});var mh=S(Jn=>{"use strict";Object.defineProperty(Jn,"__esModule",{value:!0});Jn.UUID_URL_NAMESPACE=Jn.DEFAULT_LANGUAGE_TAG=Jn.REQUIRED_PROPERTIES=Jn.ALLOWED_PROPERTIES=Jn.Exo003MetadataType=void 0;var Xn;(function(n){n.Namespace="namespace",n.Anchor="anchor",n.BlankNode="blank_node",n.Statement="statement",n.Body="body"})(Xn||(Jn.Exo003MetadataType=Xn={}));Jn.ALLOWED_PROPERTIES={[Xn.Namespace]:["metadata","uri","aliases"],[Xn.Anchor]:["metadata","uri","aliases"],[Xn.BlankNode]:["metadata","uri","aliases"],[Xn.Statement]:["metadata","subject","predicate","object","aliases"],[Xn.Body]:["metadata","subject","predicate","aliases"]};Jn.REQUIRED_PROPERTIES={[Xn.Namespace]:["metadata","uri"],[Xn.Anchor]:["metadata","uri"],[Xn.BlankNode]:["metadata","uri"],[Xn.Statement]:["metadata","subject","predicate","object"],[Xn.Body]:["metadata","subject","predicate"]};Jn.DEFAULT_LANGUAGE_TAG="ru";Jn.UUID_URL_NAMESPACE="6ba7b811-9dad-11d1-80b4-00c04fd430c8"});var xT=S(F0=>{"use strict";Object.defineProperty(F0,"__esModule",{value:!0});F0.default="ffffffff-ffff-ffff-ffff-ffffffffffff"});var CT=S(D0=>{"use strict";Object.defineProperty(D0,"__esModule",{value:!0});D0.default="00000000-0000-0000-0000-000000000000"});var IT=S(N0=>{"use strict";Object.defineProperty(N0,"__esModule",{value:!0});N0.default=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i});var Lu=S(L0=>{"use strict";Object.defineProperty(L0,"__esModule",{value:!0});var ik=IT();function sk(n){return typeof n=="string"&&ik.default.test(n)}o(sk,"validate");L0.default=sk});var ku=S(k0=>{"use strict";Object.defineProperty(k0,"__esModule",{value:!0});var ak=Lu();function ok(n){if(!(0,ak.default)(n))throw TypeError("Invalid UUID");let e;return Uint8Array.of((e=parseInt(n.slice(0,8),16))>>>24,e>>>16&255,e>>>8&255,e&255,(e=parseInt(n.slice(9,13),16))>>>8,e&255,(e=parseInt(n.slice(14,18),16))>>>8,e&255,(e=parseInt(n.slice(19,23),16))>>>8,e&255,(e=parseInt(n.slice(24,36),16))/1099511627776&255,e/4294967296&255,e>>>24&255,e>>>16&255,e>>>8&255,e&255)}o(ok,"parse");k0.default=ok});var Ws=S(Mu=>{"use strict";Object.defineProperty(Mu,"__esModule",{value:!0});Mu.unsafeStringify=void 0;var ck=Lu(),Dr=[];for(let n=0;n<256;++n)Dr.push((n+256).toString(16).slice(1));function RT(n,e=0){return(Dr[n[e+0]]+Dr[n[e+1]]+Dr[n[e+2]]+Dr[n[e+3]]+"-"+Dr[n[e+4]]+Dr[n[e+5]]+"-"+Dr[n[e+6]]+Dr[n[e+7]]+"-"+Dr[n[e+8]]+Dr[n[e+9]]+"-"+Dr[n[e+10]]+Dr[n[e+11]]+Dr[n[e+12]]+Dr[n[e+13]]+Dr[n[e+14]]+Dr[n[e+15]]).toLowerCase()}o(RT,"unsafeStringify");Mu.unsafeStringify=RT;function lk(n,e=0){let t=RT(n,e);if(!(0,ck.default)(t))throw TypeError("Stringified UUID is invalid");return t}o(lk,"stringify");Mu.default=lk});var _h=S(M0=>{"use strict";Object.defineProperty(M0,"__esModule",{value:!0});var uk=require("crypto"),yh=new Uint8Array(256),gh=yh.length;function fk(){return gh>yh.length-16&&((0,uk.randomFillSync)(yh),gh=0),yh.slice(gh,gh+=16)}o(fk,"rng");M0.default=fk});var j0=S($u=>{"use strict";Object.defineProperty($u,"__esModule",{value:!0});$u.updateV1State=void 0;var PT=_h(),dk=Ws(),ju={};function hk(n,e,t){let r,i=n?._v6??!1;if(n){let s=Object.keys(n);s.length===1&&s[0]==="_v6"&&(n=void 0)}if(n)r=OT(n.random??n.rng?.()??(0,PT.default)(),n.msecs,n.nsecs,n.clockseq,n.node,e,t);else{let s=Date.now(),a=(0,PT.default)();FT(ju,s,a),r=OT(a,ju.msecs,ju.nsecs,i?void 0:ju.clockseq,i?void 0:ju.node,e,t)}return e??(0,dk.unsafeStringify)(r)}o(hk,"v1");function FT(n,e,t){return n.msecs??=-1/0,n.nsecs??=0,e===n.msecs?(n.nsecs++,n.nsecs>=1e4&&(n.node=void 0,n.nsecs=0)):e>n.msecs?n.nsecs=0:e<n.msecs&&(n.node=void 0),n.node||(n.node=t.slice(10,16),n.node[0]|=1,n.clockseq=(t[8]<<8|t[9])&16383),n.msecs=e,n}o(FT,"updateV1State");$u.updateV1State=FT;function OT(n,e,t,r,i,s,a=0){if(n.length<16)throw new Error("Random bytes length must be >= 16");if(!s)s=new Uint8Array(16),a=0;else if(a<0||a+16>s.length)throw new RangeError(`UUID byte range ${a}:${a+15} is out of buffer bounds`);e??=Date.now(),t??=0,r??=(n[8]<<8|n[9])&16383,i??=n.slice(10,16),e+=122192928e5;let c=((e&268435455)*1e4+t)%4294967296;s[a++]=c>>>24&255,s[a++]=c>>>16&255,s[a++]=c>>>8&255,s[a++]=c&255;let l=e/4294967296*1e4&268435455;s[a++]=l>>>8&255,s[a++]=l&255,s[a++]=l>>>24&15|16,s[a++]=l>>>16&255,s[a++]=r>>>8|128,s[a++]=r&255;for(let u=0;u<6;++u)s[a++]=i[u];return s}o(OT,"v1Bytes");$u.default=hk});var B0=S($0=>{"use strict";Object.defineProperty($0,"__esModule",{value:!0});var pk=ku(),mk=Ws();function gk(n){let e=typeof n=="string"?(0,pk.default)(n):n,t=yk(e);return typeof n=="string"?(0,mk.unsafeStringify)(t):t}o(gk,"v1ToV6");$0.default=gk;function yk(n){return Uint8Array.of((n[6]&15)<<4|n[7]>>4&15,(n[7]&15)<<4|(n[4]&240)>>4,(n[4]&15)<<4|(n[5]&240)>>4,(n[5]&15)<<4|(n[0]&240)>>4,(n[0]&15)<<4|(n[1]&240)>>4,(n[1]&15)<<4|(n[2]&240)>>4,96|n[2]&15,n[3],n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])}o(yk,"_v1ToV6")});var DT=S(U0=>{"use strict";Object.defineProperty(U0,"__esModule",{value:!0});var _k=require("crypto");function Sk(n){return Array.isArray(n)?n=Buffer.from(n):typeof n=="string"&&(n=Buffer.from(n,"utf8")),(0,_k.createHash)("md5").update(n).digest()}o(Sk,"md5");U0.default=Sk});var Bu=S(Gs=>{"use strict";Object.defineProperty(Gs,"__esModule",{value:!0});Gs.URL=Gs.DNS=Gs.stringToBytes=void 0;var NT=ku(),vk=Ws();function LT(n){n=unescape(encodeURIComponent(n));let e=new Uint8Array(n.length);for(let t=0;t<n.length;++t)e[t]=n.charCodeAt(t);return e}o(LT,"stringToBytes");Gs.stringToBytes=LT;Gs.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Gs.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function bk(n,e,t,r,i,s){let a=typeof t=="string"?LT(t):t,c=typeof r=="string"?(0,NT.default)(r):r;if(typeof r=="string"&&(r=(0,NT.default)(r)),r?.length!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let l=new Uint8Array(16+a.length);if(l.set(c),l.set(a,c.length),l=e(l),l[6]=l[6]&15|n,l[8]=l[8]&63|128,i){s=s||0;for(let u=0;u<16;++u)i[s+u]=l[u];return i}return(0,vk.unsafeStringify)(l)}o(bk,"v35");Gs.default=bk});var MT=S(wo=>{"use strict";Object.defineProperty(wo,"__esModule",{value:!0});wo.URL=wo.DNS=void 0;var wk=DT(),V0=Bu(),kT=Bu();Object.defineProperty(wo,"DNS",{enumerable:!0,get:o(function(){return kT.DNS},"get")});Object.defineProperty(wo,"URL",{enumerable:!0,get:o(function(){return kT.URL},"get")});function q0(n,e,t,r){return(0,V0.default)(48,wk.default,n,e,t,r)}o(q0,"v3");q0.DNS=V0.DNS;q0.URL=V0.URL;wo.default=q0});var jT=S(W0=>{"use strict";Object.defineProperty(W0,"__esModule",{value:!0});var Ek=require("crypto");W0.default={randomUUID:Ek.randomUUID}});var BT=S(G0=>{"use strict";Object.defineProperty(G0,"__esModule",{value:!0});var $T=jT(),Tk=_h(),Ak=Ws();function xk(n,e,t){if($T.default.randomUUID&&!e&&!n)return $T.default.randomUUID();n=n||{};let r=n.random??n.rng?.()??(0,Tk.default)();if(r.length<16)throw new Error("Random bytes length must be >= 16");if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,e){if(t=t||0,t<0||t+16>e.length)throw new RangeError(`UUID byte range ${t}:${t+15} is out of buffer bounds`);for(let i=0;i<16;++i)e[t+i]=r[i];return e}return(0,Ak.unsafeStringify)(r)}o(xk,"v4");G0.default=xk});var UT=S(z0=>{"use strict";Object.defineProperty(z0,"__esModule",{value:!0});var Ck=require("crypto");function Ik(n){return Array.isArray(n)?n=Buffer.from(n):typeof n=="string"&&(n=Buffer.from(n,"utf8")),(0,Ck.createHash)("sha1").update(n).digest()}o(Ik,"sha1");z0.default=Ik});var qT=S(Eo=>{"use strict";Object.defineProperty(Eo,"__esModule",{value:!0});Eo.URL=Eo.DNS=void 0;var Rk=UT(),H0=Bu(),VT=Bu();Object.defineProperty(Eo,"DNS",{enumerable:!0,get:o(function(){return VT.DNS},"get")});Object.defineProperty(Eo,"URL",{enumerable:!0,get:o(function(){return VT.URL},"get")});function Q0(n,e,t,r){return(0,H0.default)(80,Rk.default,n,e,t,r)}o(Q0,"v5");Q0.DNS=H0.DNS;Q0.URL=H0.URL;Eo.default=Q0});var WT=S(K0=>{"use strict";Object.defineProperty(K0,"__esModule",{value:!0});var Pk=Ws(),Ok=j0(),Fk=B0();function Dk(n,e,t){n??={},t??=0;let r=(0,Ok.default)({...n,_v6:!0},new Uint8Array(16));if(r=(0,Fk.default)(r),e){for(let i=0;i<16;i++)e[t+i]=r[i];return e}return(0,Pk.unsafeStringify)(r)}o(Dk,"v6");K0.default=Dk});var GT=S(Y0=>{"use strict";Object.defineProperty(Y0,"__esModule",{value:!0});var Nk=ku(),Lk=Ws();function kk(n){let e=typeof n=="string"?(0,Nk.default)(n):n,t=Mk(e);return typeof n=="string"?(0,Lk.unsafeStringify)(t):t}o(kk,"v6ToV1");Y0.default=kk;function Mk(n){return Uint8Array.of((n[3]&15)<<4|n[4]>>4&15,(n[4]&15)<<4|(n[5]&240)>>4,(n[5]&15)<<4|n[6]&15,n[7],(n[1]&15)<<4|(n[2]&240)>>4,(n[2]&15)<<4|(n[3]&240)>>4,16|(n[0]&240)>>4,(n[0]&15)<<4|(n[1]&240)>>4,n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])}o(Mk,"_v6ToV1")});var KT=S(Uu=>{"use strict";Object.defineProperty(Uu,"__esModule",{value:!0});Uu.updateV7State=void 0;var zT=_h(),jk=Ws(),X0={};function $k(n,e,t){let r;if(n)r=HT(n.random??n.rng?.()??(0,zT.default)(),n.msecs,n.seq,e,t);else{let i=Date.now(),s=(0,zT.default)();QT(X0,i,s),r=HT(s,X0.msecs,X0.seq,e,t)}return e??(0,jk.unsafeStringify)(r)}o($k,"v7");function QT(n,e,t){return n.msecs??=-1/0,n.seq??=0,e>n.msecs?(n.seq=t[6]<<23|t[7]<<16|t[8]<<8|t[9],n.msecs=e):(n.seq=n.seq+1|0,n.seq===0&&n.msecs++),n}o(QT,"updateV7State");Uu.updateV7State=QT;function HT(n,e,t,r,i=0){if(n.length<16)throw new Error("Random bytes length must be >= 16");if(!r)r=new Uint8Array(16),i=0;else if(i<0||i+16>r.length)throw new RangeError(`UUID byte range ${i}:${i+15} is out of buffer bounds`);return e??=Date.now(),t??=n[6]*127<<24|n[7]<<16|n[8]<<8|n[9],r[i++]=e/1099511627776&255,r[i++]=e/4294967296&255,r[i++]=e/16777216&255,r[i++]=e/65536&255,r[i++]=e/256&255,r[i++]=e&255,r[i++]=112|t>>>28&15,r[i++]=t>>>20&255,r[i++]=128|t>>>14&63,r[i++]=t>>>6&255,r[i++]=t<<2&255|n[10]&3,r[i++]=n[11],r[i++]=n[12],r[i++]=n[13],r[i++]=n[14],r[i++]=n[15],r}o(HT,"v7Bytes");Uu.default=$k});var YT=S(J0=>{"use strict";Object.defineProperty(J0,"__esModule",{value:!0});var Bk=Lu();function Uk(n){if(!(0,Bk.default)(n))throw TypeError("Invalid UUID");return parseInt(n.slice(14,15),16)}o(Uk,"version");J0.default=Uk});var Tn=S(lt=>{"use strict";Object.defineProperty(lt,"__esModule",{value:!0});lt.version=lt.validate=lt.v7=lt.v6ToV1=lt.v6=lt.v5=lt.v4=lt.v3=lt.v1ToV6=lt.v1=lt.stringify=lt.parse=lt.NIL=lt.MAX=void 0;var Vk=xT();Object.defineProperty(lt,"MAX",{enumerable:!0,get:o(function(){return Vk.default},"get")});var qk=CT();Object.defineProperty(lt,"NIL",{enumerable:!0,get:o(function(){return qk.default},"get")});var Wk=ku();Object.defineProperty(lt,"parse",{enumerable:!0,get:o(function(){return Wk.default},"get")});var Gk=Ws();Object.defineProperty(lt,"stringify",{enumerable:!0,get:o(function(){return Gk.default},"get")});var zk=j0();Object.defineProperty(lt,"v1",{enumerable:!0,get:o(function(){return zk.default},"get")});var Hk=B0();Object.defineProperty(lt,"v1ToV6",{enumerable:!0,get:o(function(){return Hk.default},"get")});var Qk=MT();Object.defineProperty(lt,"v3",{enumerable:!0,get:o(function(){return Qk.default},"get")});var Kk=BT();Object.defineProperty(lt,"v4",{enumerable:!0,get:o(function(){return Kk.default},"get")});var Yk=qT();Object.defineProperty(lt,"v5",{enumerable:!0,get:o(function(){return Yk.default},"get")});var Xk=WT();Object.defineProperty(lt,"v6",{enumerable:!0,get:o(function(){return Xk.default},"get")});var Jk=GT();Object.defineProperty(lt,"v6ToV1",{enumerable:!0,get:o(function(){return Jk.default},"get")});var Zk=KT();Object.defineProperty(lt,"v7",{enumerable:!0,get:o(function(){return Zk.default},"get")});var eM=Lu();Object.defineProperty(lt,"validate",{enumerable:!0,get:o(function(){return eM.default},"get")});var tM=YT();Object.defineProperty(lt,"version",{enumerable:!0,get:o(function(){return tM.default},"get")})});var t_=S(Sh=>{"use strict";Object.defineProperty(Sh,"__esModule",{value:!0});Sh.Exo003UUIDGenerator=void 0;var Z0=Tn(),XT=mh(),e_=class{static{o(this,"Exo003UUIDGenerator")}static generateNamespaceUUID(e){if(!e||e.trim().length===0)throw new Error("Namespace URI cannot be empty");return(0,Z0.v5)(e,XT.UUID_URL_NAMESPACE)}static generateAssetUUID(e,t){if(!t||t.trim().length===0)throw new Error("Local identifier cannot be empty");let r=this.generateNamespaceUUID(e);return(0,Z0.v5)(t,r)}static generateFromIRI(e){if(!e||e.trim().length===0)throw new Error("IRI cannot be empty");let{namespace:t,localName:r}=this.splitIRI(e);return r?this.generateAssetUUID(t,r):(0,Z0.v5)(e,XT.UUID_URL_NAMESPACE)}static generateBlankNodeUUID(e,t){if(!e||e.trim().length===0)throw new Error("Blank node ID cannot be empty");let r="urn:exocortex:blank-node:",i=t?`${t}#${e}`:e;return this.generateAssetUUID(r,i)}static generateStatementUUID(e,t,r){if(!e||!t||!r)throw new Error("Subject, predicate, and object cannot be empty");let i="urn:exocortex:statement:",s=`${e} ${t} ${r}`;return this.generateAssetUUID(i,s)}static generateBodyUUID(e,t){let r="urn:exocortex:body:",i=e;return t?.datatype?i+=`^^${t.datatype}`:t?.language&&(i+=`@${t.language}`,t.direction&&(i+=`--${t.direction}`)),this.generateAssetUUID(r,i)}static splitIRI(e){let t=e.lastIndexOf("#");if(t!==-1&&t<e.length-1)return{namespace:e.substring(0,t+1),localName:e.substring(t+1)};let r=e.lastIndexOf("/"),i=e.indexOf("://");return r!==-1&&r>i+2&&r<e.length-1?{namespace:e.substring(0,r+1),localName:e.substring(r+1)}:{namespace:e,localName:""}}static isValidUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};Sh.Exo003UUIDGenerator=e_});var ZT=S(bh=>{"use strict";Object.defineProperty(bh,"__esModule",{value:!0});bh.Exo003Parser=void 0;var gt=mh(),Vu=t_(),xa=Ae(),vh=Ne(),JT=qt(),rM=Yn(),r_=class{static{o(this,"Exo003Parser")}static parse(e,t){let r=this.validate(e);if(!r.valid)return{success:!1,errors:r.errors};let i=e.metadata;try{return{success:!0,metadata:this.parseByType(e,i),bodyContent:i===gt.Exo003MetadataType.Body?t:void 0}}catch(s){return{success:!1,errors:[s instanceof Error?s.message:String(s)]}}}static validate(e){let t=[],r=[];if(!e.metadata)return t.push("Missing required property: metadata"),{valid:!1,errors:t,warnings:r};let i=e.metadata;if(!Object.values(gt.Exo003MetadataType).includes(i))return t.push(`Invalid metadata: ${i}. Valid types: ${Object.values(gt.Exo003MetadataType).join(", ")}`),{valid:!1,errors:t,warnings:r};let s=i,a=gt.ALLOWED_PROPERTIES[s],c=gt.REQUIRED_PROPERTIES[s];for(let l of c)(e[l]===void 0||e[l]===null)&&t.push(`Missing required property: ${l}`);for(let l of Object.keys(e))a.includes(l)||t.push(`Forbidden property for ${s}: ${l}`);switch(s){case gt.Exo003MetadataType.Namespace:this.validateNamespaceMetadata(e,t);break;case gt.Exo003MetadataType.Anchor:this.validateAnchorMetadata(e,t);break;case gt.Exo003MetadataType.BlankNode:this.validateBlankNodeMetadata(e,t);break;case gt.Exo003MetadataType.Statement:this.validateStatementMetadata(e,t);break;case gt.Exo003MetadataType.Body:this.validateBodyMetadata(e,t,r);break}return{valid:t.length===0,errors:t,warnings:r}}static parseByType(e,t){let r={metadata:t,aliases:e.aliases};switch(t){case gt.Exo003MetadataType.Namespace:return{...r,metadata:gt.Exo003MetadataType.Namespace,uri:e.uri};case gt.Exo003MetadataType.Anchor:return{...r,metadata:gt.Exo003MetadataType.Anchor,uri:e.uri};case gt.Exo003MetadataType.BlankNode:return{...r,metadata:gt.Exo003MetadataType.BlankNode,uri:e.uri};case gt.Exo003MetadataType.Statement:return{...r,metadata:gt.Exo003MetadataType.Statement,subject:e.subject,predicate:e.predicate,object:e.object};case gt.Exo003MetadataType.Body:return{...r,metadata:gt.Exo003MetadataType.Body,subject:e.subject,predicate:e.predicate}}}static validateNamespaceMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r)try{new xa.IRI(r)}catch{t.push(`uri is not a valid IRI: ${String(r)}`)}}static validateAnchorMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r)try{new xa.IRI(r)}catch{t.push(`uri is not a valid IRI: ${String(r)}`)}}static validateBlankNodeMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r){let i=r;if(!i.startsWith("_:"))try{new xa.IRI(i)}catch{t.push(`uri is not a valid IRI or blank node identifier: ${String(r)}`)}}}static validateStatementMetadata(e,t){let r=e.subject,i=e.predicate,s=e.object,a=[["subject",r],["predicate",i],["object",s]];for(let[c,l]of a)l&&typeof l!="string"&&t.push(`${c} must be a string`)}static validateBodyMetadata(e,t,r){let i=e.subject,s=e.predicate;i&&typeof i!="string"&&t.push("subject must be a string"),s&&typeof s!="string"&&t.push("predicate must be a string")}static toTriple(e,t,r){let i=t(e.subject),s;if(i.type==="iri")s=new xa.IRI(i.value);else if(i.type==="blank")s=new JT.BlankNode(i.value);else throw new Error("Statement subject cannot be a literal");let a=t(e.predicate);if(a.type!=="iri")throw new Error("Statement predicate must be an IRI");let c=new xa.IRI(a.value),l=t(e.object),u;if(l.type==="iri")u=new xa.IRI(l.value);else if(l.type==="blank")u=new JT.BlankNode(l.value);else{let f=r||l.value;if(l.datatype)u=new vh.Literal(f,new xa.IRI(l.datatype));else{let d=l.language||gt.DEFAULT_LANGUAGE_TAG;u=(0,vh.createDirectionalLiteral)(f,d,l.direction)}}return new rM.Triple(s,c,u)}static toLiteral(e,t,r){if(r?.datatype)return new vh.Literal(t,new xa.IRI(r.datatype));let i=r?.language||gt.DEFAULT_LANGUAGE_TAG;return(0,vh.createDirectionalLiteral)(t,i,r?.direction)}static isExo003Format(e){let t=e.metadata;return typeof t=="string"&&Object.values(gt.Exo003MetadataType).includes(t)}static generateUUID(e,t){switch(e.metadata){case gt.Exo003MetadataType.Namespace:return Vu.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case gt.Exo003MetadataType.Anchor:return Vu.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case gt.Exo003MetadataType.BlankNode:return Vu.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case gt.Exo003MetadataType.Statement:{let r=e;return Vu.Exo003UUIDGenerator.generateStatementUUID(r.subject,r.predicate,r.object)}case gt.Exo003MetadataType.Body:{let r=e;return Vu.Exo003UUIDGenerator.generateBodyUUID(r.subject+"|"+r.predicate)}}}};bh.Exo003Parser=r_});var n_=S(Wr=>{"use strict";Object.defineProperty(Wr,"__esModule",{value:!0});Wr.Exo003Parser=Wr.Exo003UUIDGenerator=Wr.UUID_URL_NAMESPACE=Wr.DEFAULT_LANGUAGE_TAG=Wr.REQUIRED_PROPERTIES=Wr.ALLOWED_PROPERTIES=Wr.Exo003MetadataType=void 0;var qu=mh();Object.defineProperty(Wr,"Exo003MetadataType",{enumerable:!0,get:o(function(){return qu.Exo003MetadataType},"get")});Object.defineProperty(Wr,"ALLOWED_PROPERTIES",{enumerable:!0,get:o(function(){return qu.ALLOWED_PROPERTIES},"get")});Object.defineProperty(Wr,"REQUIRED_PROPERTIES",{enumerable:!0,get:o(function(){return qu.REQUIRED_PROPERTIES},"get")});Object.defineProperty(Wr,"DEFAULT_LANGUAGE_TAG",{enumerable:!0,get:o(function(){return qu.DEFAULT_LANGUAGE_TAG},"get")});Object.defineProperty(Wr,"UUID_URL_NAMESPACE",{enumerable:!0,get:o(function(){return qu.UUID_URL_NAMESPACE},"get")});var nM=t_();Object.defineProperty(Wr,"Exo003UUIDGenerator",{enumerable:!0,get:o(function(){return nM.Exo003UUIDGenerator},"get")});var iM=ZT();Object.defineProperty(Wr,"Exo003Parser",{enumerable:!0,get:o(function(){return iM.Exo003Parser},"get")})});var zs=S(wh=>{"use strict";Object.defineProperty(wh,"__esModule",{value:!0});wh.WikiLinkHelpers=void 0;var Wu=class{static{o(this,"WikiLinkHelpers")}static normalize(e){if(!e)return"";let t=e.replace(this.WIKI_LINK_PATTERN,"").trim();if(!t)return"";let r=t.indexOf("|");if(r===-1)return t;let i=t.substring(0,r).trim(),s=t.substring(r+1).trim();return this.UUID_PATTERN.test(i)&&s||i}static normalizeArray(e){return e?(Array.isArray(e)?e:[e]).map(r=>this.normalize(r)).filter(r=>r.length>0):[]}static equals(e,t){return this.normalize(e)===this.normalize(t)}static includes(e,t){let r=this.normalizeArray(e),i=this.normalize(t);return r.includes(i)}};wh.WikiLinkHelpers=Wu;Wu.WIKI_LINK_PATTERN=/\[\[|\]\]/g;Wu.UUID_PATTERN=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i});var jn=S(tt=>{"use strict";Object.defineProperty(tt,"__esModule",{value:!0});tt.CommandBindingProperty=tt.GroundingProperty=tt.PreconditionProperty=tt.CommandProperty=tt.GroundingType=tt.getEffortStatusLabel=tt.isTrashedStatus=tt.isDoneStatus=tt.normalizeEffortStatus=tt.EFFORT_STATUS_OPTIONS=tt.STATUS_NAME_TO_WIKILINK=tt.STATUS_NAME_TO_ENUM=tt.EFFORT_STATUS_CONFIG=tt.EffortStatus=tt.AssetClass=void 0;var sM=Fu();Object.defineProperty(tt,"AssetClass",{enumerable:!0,get:o(function(){return sM.AssetClass},"get")});var aM=Ec();Object.defineProperty(tt,"EffortStatus",{enumerable:!0,get:o(function(){return aM.EffortStatus},"get")});var Ca=_0();Object.defineProperty(tt,"EFFORT_STATUS_CONFIG",{enumerable:!0,get:o(function(){return Ca.EFFORT_STATUS_CONFIG},"get")});Object.defineProperty(tt,"STATUS_NAME_TO_ENUM",{enumerable:!0,get:o(function(){return Ca.STATUS_NAME_TO_ENUM},"get")});Object.defineProperty(tt,"STATUS_NAME_TO_WIKILINK",{enumerable:!0,get:o(function(){return Ca.STATUS_NAME_TO_WIKILINK},"get")});Object.defineProperty(tt,"EFFORT_STATUS_OPTIONS",{enumerable:!0,get:o(function(){return Ca.EFFORT_STATUS_OPTIONS},"get")});Object.defineProperty(tt,"normalizeEffortStatus",{enumerable:!0,get:o(function(){return Ca.normalizeEffortStatus},"get")});Object.defineProperty(tt,"isDoneStatus",{enumerable:!0,get:o(function(){return Ca.isDoneStatus},"get")});Object.defineProperty(tt,"isTrashedStatus",{enumerable:!0,get:o(function(){return Ca.isTrashedStatus},"get")});Object.defineProperty(tt,"getEffortStatusLabel",{enumerable:!0,get:o(function(){return Ca.getEffortStatusLabel},"get")});var oM=Tc();Object.defineProperty(tt,"GroundingType",{enumerable:!0,get:o(function(){return oM.GroundingType},"get")});var Eh=S0();Object.defineProperty(tt,"CommandProperty",{enumerable:!0,get:o(function(){return Eh.CommandProperty},"get")});Object.defineProperty(tt,"PreconditionProperty",{enumerable:!0,get:o(function(){return Eh.PreconditionProperty},"get")});Object.defineProperty(tt,"GroundingProperty",{enumerable:!0,get:o(function(){return Eh.GroundingProperty},"get")});Object.defineProperty(tt,"CommandBindingProperty",{enumerable:!0,get:o(function(){return Eh.CommandBindingProperty},"get")})});var xo=S(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.hasClass=Ao;Gr.isAreaOrProject=cM;Gr.isEffort=lM;Gr.hasStatus=uM;Gr.isAssetArchived=fM;Gr.hasEmptyProperties=dM;Gr.needsFolderRepair=hM;Gr.getTodayDateString=i_;Gr.isPlannedForToday=pM;Gr.hasPlannedStartTimestamp=mM;Gr.extractDailyNoteDate=gM;Gr.isCurrentDateGteDay=yM;Gr.inheritsFromPrototype=rA;Gr.isPrototypeClass=SM;var tA=zs(),To=jn();function Ao(n,e){return n?(Array.isArray(n)?n:[n]).some(r=>tA.WikiLinkHelpers.normalize(r)===e):!1}o(Ao,"hasClass");function cM(n){return Ao(n,To.AssetClass.AREA)||Ao(n,To.AssetClass.PROJECT)}o(cM,"isAreaOrProject");function lM(n){return Ao(n,To.AssetClass.TASK)||Ao(n,To.AssetClass.PROJECT)||Ao(n,To.AssetClass.MEETING)}o(lM,"isEffort");function uM(n,e){if(!n)return!1;let t=Array.isArray(n)?n[0]:n;return t?tA.WikiLinkHelpers.normalize(t)===e:!1}o(uM,"hasStatus");function fM(n){if(n===!0||n===1)return!0;if(typeof n=="string"){let e=n.toLowerCase();return e==="true"||e==="yes"}return!1}o(fM,"isAssetArchived");function dM(n){return!n||Object.keys(n).length===0?!1:Object.values(n).some(e=>!!(e==null||typeof e=="string"&&e.trim()===""||Array.isArray(e)&&e.length===0||typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0))}o(dM,"hasEmptyProperties");function hM(n,e){if(!e)return!1;let t=n.replace(/\/$/,""),r=e.replace(/\/$/,"");return t!==r}o(hM,"needsFolderRepair");function i_(){let n=new Date,e=n.getFullYear(),t=String(n.getMonth()+1).padStart(2,"0"),r=String(n.getDate()).padStart(2,"0");return`${e}-${t}-${r}`}o(i_,"getTodayDateString");function pM(n){let e=n.ems__Effort_plannedStartTimestamp;if(!e)return!1;let t=i_();return typeof e=="string"?e.split("T")[0]===t:Array.isArray(e)&&e.length>0?String(e[0]).split("T")[0]===t:!1}o(pM,"isPlannedForToday");function mM(n){let e=n.ems__Effort_plannedStartTimestamp;return e?typeof e=="string"?e.trim().length>0:Array.isArray(e)&&e.length>0?String(e[0]).trim().length>0:!1:!1}o(mM,"hasPlannedStartTimestamp");function gM(n){let e=n.pn__DailyNote_day;if(!e)return null;if(typeof e=="string"){let t=e.match(/\[\[([^\[\]]+)\]\]/);return t?t[1]:e}if(Array.isArray(e)&&e.length>0){let t=String(e[0]),r=t.match(/\[\[([^\[\]]+)\]\]/);return r?r[1]:t}return null}o(gM,"extractDailyNoteDate");function yM(n){return i_()>=n}o(yM,"isCurrentDateGteDay");function eA(n){return n?n.replace(/^["']|["']$/g,"").replace(/\[\[|\]\]/g,"").trim():""}o(eA,"normalizeWithQuotes");var _M=10;function rA(n,e=_M){let t=n.exo__Class_superClass;if(!t)return!1;let r=new Set,i=[],s=Array.isArray(t)?t:[t];for(let a of s){let c=eA(a);c&&i.push({className:c,depth:0})}for(;i.length>0;){let a=i.shift();if(!a)continue;let{className:c,depth:l}=a;if(l>e)continue;if(c===To.AssetClass.PROTOTYPE)return!0;if(r.has(c))continue;r.add(c);let u=`${c}__exo__Class_superClass`,f=n[u];if(f){let d=Array.isArray(f)?f:[f];for(let h of d){let p=eA(h);p&&!r.has(p)&&i.push({className:p,depth:l+1})}}}return!1}o(rA,"inheritsFromPrototype");function SM(n,e){return Ao(n,To.AssetClass.CLASS)?rA(e):!1}o(SM,"isPrototypeClass")});var nA=S(Cc=>{"use strict";Object.defineProperty(Cc,"__esModule",{value:!0});Cc.canCreateTask=vM;Cc.canCreateRelatedTask=bM;Cc.canConvertTaskToProject=wM;Cc.canSetCriticalityZone=EM;var xc=xo(),s_=jn();function vM(n){return(0,xc.isAreaOrProject)(n.instanceClass)}o(vM,"canCreateTask");function bM(n){return!(!(0,xc.hasClass)(n.instanceClass,s_.AssetClass.TASK)||(0,xc.isAssetArchived)(n.isArchived))}o(bM,"canCreateRelatedTask");function wM(n){return(0,xc.hasClass)(n.instanceClass,s_.AssetClass.TASK)}o(wM,"canConvertTaskToProject");function EM(n){return!(!(0,xc.hasClass)(n.instanceClass,s_.AssetClass.TASK)||(0,xc.isAssetArchived)(n.isArchived))}o(EM,"canSetCriticalityZone")});var iA=S(Ic=>{"use strict";Object.defineProperty(Ic,"__esModule",{value:!0});Ic.canCreateProject=TM;Ic.canMoveToAnalysis=AM;Ic.canMoveToToDo=xM;Ic.canConvertProjectToTask=CM;var Ia=xo(),Ra=jn();function TM(n){return(0,Ia.hasClass)(n.instanceClass,Ra.AssetClass.AREA)||(0,Ia.hasClass)(n.instanceClass,Ra.AssetClass.INITIATIVE)||(0,Ia.hasClass)(n.instanceClass,Ra.AssetClass.PROJECT)}o(TM,"canCreateProject");function AM(n){return(0,Ia.hasClass)(n.instanceClass,Ra.AssetClass.PROJECT)?(0,Ia.hasStatus)(n.currentStatus,Ra.EffortStatus.BACKLOG):!1}o(AM,"canMoveToAnalysis");function xM(n){return(0,Ia.hasClass)(n.instanceClass,Ra.AssetClass.PROJECT)?(0,Ia.hasStatus)(n.currentStatus,Ra.EffortStatus.ANALYSIS):!1}o(xM,"canMoveToToDo");function CM(n){return(0,Ia.hasClass)(n.instanceClass,Ra.AssetClass.PROJECT)}o(CM,"canConvertProjectToTask")});var oA=S(Th=>{"use strict";Object.defineProperty(Th,"__esModule",{value:!0});Th.canCreateChildArea=IM;Th.canSetActiveFocus=RM;var sA=xo(),aA=jn();function IM(n){return(0,sA.hasClass)(n.instanceClass,aA.AssetClass.AREA)}o(IM,"canCreateChildArea");function RM(n){return(0,sA.hasClass)(n.instanceClass,aA.AssetClass.AREA)}o(RM,"canSetActiveFocus")});var lA=S(un=>{"use strict";Object.defineProperty(un,"__esModule",{value:!0});un.canPlanOnToday=PM;un.canPlanForEvening=OM;un.canShiftDayBackward=FM;un.canShiftDayForward=DM;un.canSetDraftStatus=NM;un.canMoveToBacklog=LM;un.canStartEffort=kM;un.canMarkDone=MM;un.canTrashEffort=jM;un.canVoteOnEffort=$M;un.canRollbackStatus=BM;un.canArchiveTask=UM;un.canMarkReviewed=VM;var cA=zs(),ht=xo(),ln=jn();function PM(n){return!(!(0,ht.isEffort)(n.instanceClass)||(0,ht.isPlannedForToday)(n.metadata))}o(PM,"canPlanOnToday");function OM(n){return!(0,ht.hasClass)(n.instanceClass,ln.AssetClass.TASK)&&!(0,ht.hasClass)(n.instanceClass,ln.AssetClass.MEETING)?!1:(0,ht.hasStatus)(n.currentStatus,ln.EffortStatus.BACKLOG)}o(OM,"canPlanForEvening");function FM(n){return(0,ht.isEffort)(n.instanceClass)?(0,ht.hasPlannedStartTimestamp)(n.metadata):!1}o(FM,"canShiftDayBackward");function DM(n){return(0,ht.isEffort)(n.instanceClass)?(0,ht.hasPlannedStartTimestamp)(n.metadata):!1}o(DM,"canShiftDayForward");function NM(n){return(0,ht.isEffort)(n.instanceClass)?!n.currentStatus:!1}o(NM,"canSetDraftStatus");function LM(n){return(0,ht.isEffort)(n.instanceClass)?(0,ht.hasStatus)(n.currentStatus,ln.EffortStatus.DRAFT):!1}o(LM,"canMoveToBacklog");function kM(n){return(0,ht.isEffort)(n.instanceClass)?(0,ht.hasClass)(n.instanceClass,ln.AssetClass.TASK)||(0,ht.hasClass)(n.instanceClass,ln.AssetClass.MEETING)?(0,ht.hasStatus)(n.currentStatus,ln.EffortStatus.BACKLOG):(0,ht.hasClass)(n.instanceClass,ln.AssetClass.PROJECT)?(0,ht.hasStatus)(n.currentStatus,ln.EffortStatus.TODO):!1:!1}o(kM,"canStartEffort");function MM(n){return(0,ht.isEffort)(n.instanceClass)?(0,ht.hasStatus)(n.currentStatus,ln.EffortStatus.DOING):!1}o(MM,"canMarkDone");function jM(n){return(0,ht.isEffort)(n.instanceClass)?n.currentStatus?!(Array.isArray(n.currentStatus)?n.currentStatus:[n.currentStatus]).some(r=>{let i=cA.WikiLinkHelpers.normalize(r);return i===ln.EffortStatus.TRASHED||i===ln.EffortStatus.DONE}):!0:!1}o(jM,"canTrashEffort");function $M(n){return!(!(0,ht.isEffort)(n.instanceClass)||(0,ht.isAssetArchived)(n.isArchived))}o($M,"canVoteOnEffort");function BM(n){if(!(0,ht.isEffort)(n.instanceClass)||(0,ht.isAssetArchived)(n.isArchived)||!n.currentStatus)return!1;let e=Array.isArray(n.currentStatus)?n.currentStatus[0]:n.currentStatus;return!(!e||cA.WikiLinkHelpers.normalize(e)===ln.EffortStatus.TRASHED)}o(BM,"canRollbackStatus");function UM(n){return!(0,ht.isAssetArchived)(n.isArchived)}o(UM,"canArchiveTask");function VM(n){return!(!(0,ht.hasClass)(n.instanceClass,ln.AssetClass.TASK)&&!(0,ht.hasClass)(n.instanceClass,ln.AssetClass.PROJECT)||(0,ht.isAssetArchived)(n.isArchived))}o(VM,"canMarkReviewed")});var uA=S(Zn=>{"use strict";Object.defineProperty(Zn,"__esModule",{value:!0});Zn.canCreateEvent=GM;Zn.canCreateInstance=zM;Zn.canCleanProperties=HM;Zn.canRepairFolder=QM;Zn.canRenameToUid=KM;Zn.canCopyLabelToAliases=YM;Zn.canCreateNarrowerConcept=XM;Zn.canCreateSubclass=JM;Zn.canCreateTaskForDailyNote=ZM;Zn.canCopyFleetingNoteLabel=e4;var zr=xo(),Hs=jn(),qM="75302770-279e-4a59-ba85-09df29725713",WM="fca0a931-a01f-48e4-b72a-4af206c94bc7";function GM(n){return(0,zr.isAreaOrProject)(n.instanceClass)}o(GM,"canCreateEvent");function zM(n){return(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.TASK_PROTOTYPE)||(0,zr.hasClass)(n.instanceClass,qM)||(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.MEETING_PROTOTYPE)||(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.EVENT_PROTOTYPE)||(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.PROJECT_PROTOTYPE)||(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.PROTOTYPE)||n.classIsPrototype?!0:(0,zr.isPrototypeClass)(n.instanceClass,n.metadata)}o(zM,"canCreateInstance");function HM(n){return(0,zr.hasEmptyProperties)(n.metadata)}o(HM,"canCleanProperties");function QM(n){return(0,zr.needsFolderRepair)(n.currentFolder,n.expectedFolder)}o(QM,"canRepairFolder");function KM(n,e){let t=n.metadata.exo__Asset_uid;return t?e!==t:!1}o(KM,"canRenameToUid");function YM(n){let e=n.metadata.exo__Asset_label;if(!e||typeof e!="string"||e.trim()==="")return!1;let t=e.trim(),r=n.metadata.aliases;return!r||!Array.isArray(r)||r.length===0?!0:!r.some(i=>typeof i!="string"?!1:i.trim()===t)}o(YM,"canCopyLabelToAliases");function XM(n){return(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.CONCEPT)}o(XM,"canCreateNarrowerConcept");function JM(n){return(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.CLASS)}o(JM,"canCreateSubclass");function ZM(n){return!(!(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.DAILY_NOTE)||n.isArchived||!(0,zr.extractDailyNoteDate)(n.metadata))}o(ZM,"canCreateTaskForDailyNote");function e4(n){return(0,zr.hasClass)(n.instanceClass,Hs.AssetClass.FLEETING_NOTE)||(0,zr.hasClass)(n.instanceClass,WM)}o(e4,"canCopyFleetingNoteLabel")});var dA=S(L=>{"use strict";Object.defineProperty(L,"__esModule",{value:!0});L.canCopyFleetingNoteLabel=L.canCreateTaskForDailyNote=L.canCreateSubclass=L.canCreateNarrowerConcept=L.canCopyLabelToAliases=L.canRenameToUid=L.canRepairFolder=L.canCleanProperties=L.canCreateInstance=L.canCreateEvent=L.canMarkReviewed=L.canArchiveTask=L.canRollbackStatus=L.canVoteOnEffort=L.canTrashEffort=L.canMarkDone=L.canStartEffort=L.canMoveToBacklog=L.canSetDraftStatus=L.canShiftDayForward=L.canShiftDayBackward=L.canPlanForEvening=L.canPlanOnToday=L.canSetActiveFocus=L.canCreateChildArea=L.canConvertProjectToTask=L.canMoveToToDo=L.canMoveToAnalysis=L.canCreateProject=L.canSetCriticalityZone=L.canConvertTaskToProject=L.canCreateRelatedTask=L.canCreateTask=L.isPrototypeClass=L.inheritsFromPrototype=L.isCurrentDateGteDay=L.extractDailyNoteDate=L.hasPlannedStartTimestamp=L.isPlannedForToday=L.getTodayDateString=L.needsFolderRepair=L.hasEmptyProperties=L.isAssetArchived=L.hasStatus=L.isEffort=L.isAreaOrProject=L.hasClass=void 0;var An=xo();Object.defineProperty(L,"hasClass",{enumerable:!0,get:o(function(){return An.hasClass},"get")});Object.defineProperty(L,"isAreaOrProject",{enumerable:!0,get:o(function(){return An.isAreaOrProject},"get")});Object.defineProperty(L,"isEffort",{enumerable:!0,get:o(function(){return An.isEffort},"get")});Object.defineProperty(L,"hasStatus",{enumerable:!0,get:o(function(){return An.hasStatus},"get")});Object.defineProperty(L,"isAssetArchived",{enumerable:!0,get:o(function(){return An.isAssetArchived},"get")});Object.defineProperty(L,"hasEmptyProperties",{enumerable:!0,get:o(function(){return An.hasEmptyProperties},"get")});Object.defineProperty(L,"needsFolderRepair",{enumerable:!0,get:o(function(){return An.needsFolderRepair},"get")});Object.defineProperty(L,"getTodayDateString",{enumerable:!0,get:o(function(){return An.getTodayDateString},"get")});Object.defineProperty(L,"isPlannedForToday",{enumerable:!0,get:o(function(){return An.isPlannedForToday},"get")});Object.defineProperty(L,"hasPlannedStartTimestamp",{enumerable:!0,get:o(function(){return An.hasPlannedStartTimestamp},"get")});Object.defineProperty(L,"extractDailyNoteDate",{enumerable:!0,get:o(function(){return An.extractDailyNoteDate},"get")});Object.defineProperty(L,"isCurrentDateGteDay",{enumerable:!0,get:o(function(){return An.isCurrentDateGteDay},"get")});Object.defineProperty(L,"inheritsFromPrototype",{enumerable:!0,get:o(function(){return An.inheritsFromPrototype},"get")});Object.defineProperty(L,"isPrototypeClass",{enumerable:!0,get:o(function(){return An.isPrototypeClass},"get")});var Ah=nA();Object.defineProperty(L,"canCreateTask",{enumerable:!0,get:o(function(){return Ah.canCreateTask},"get")});Object.defineProperty(L,"canCreateRelatedTask",{enumerable:!0,get:o(function(){return Ah.canCreateRelatedTask},"get")});Object.defineProperty(L,"canConvertTaskToProject",{enumerable:!0,get:o(function(){return Ah.canConvertTaskToProject},"get")});Object.defineProperty(L,"canSetCriticalityZone",{enumerable:!0,get:o(function(){return Ah.canSetCriticalityZone},"get")});var xh=iA();Object.defineProperty(L,"canCreateProject",{enumerable:!0,get:o(function(){return xh.canCreateProject},"get")});Object.defineProperty(L,"canMoveToAnalysis",{enumerable:!0,get:o(function(){return xh.canMoveToAnalysis},"get")});Object.defineProperty(L,"canMoveToToDo",{enumerable:!0,get:o(function(){return xh.canMoveToToDo},"get")});Object.defineProperty(L,"canConvertProjectToTask",{enumerable:!0,get:o(function(){return xh.canConvertProjectToTask},"get")});var fA=oA();Object.defineProperty(L,"canCreateChildArea",{enumerable:!0,get:o(function(){return fA.canCreateChildArea},"get")});Object.defineProperty(L,"canSetActiveFocus",{enumerable:!0,get:o(function(){return fA.canSetActiveFocus},"get")});var $n=lA();Object.defineProperty(L,"canPlanOnToday",{enumerable:!0,get:o(function(){return $n.canPlanOnToday},"get")});Object.defineProperty(L,"canPlanForEvening",{enumerable:!0,get:o(function(){return $n.canPlanForEvening},"get")});Object.defineProperty(L,"canShiftDayBackward",{enumerable:!0,get:o(function(){return $n.canShiftDayBackward},"get")});Object.defineProperty(L,"canShiftDayForward",{enumerable:!0,get:o(function(){return $n.canShiftDayForward},"get")});Object.defineProperty(L,"canSetDraftStatus",{enumerable:!0,get:o(function(){return $n.canSetDraftStatus},"get")});Object.defineProperty(L,"canMoveToBacklog",{enumerable:!0,get:o(function(){return $n.canMoveToBacklog},"get")});Object.defineProperty(L,"canStartEffort",{enumerable:!0,get:o(function(){return $n.canStartEffort},"get")});Object.defineProperty(L,"canMarkDone",{enumerable:!0,get:o(function(){return $n.canMarkDone},"get")});Object.defineProperty(L,"canTrashEffort",{enumerable:!0,get:o(function(){return $n.canTrashEffort},"get")});Object.defineProperty(L,"canVoteOnEffort",{enumerable:!0,get:o(function(){return $n.canVoteOnEffort},"get")});Object.defineProperty(L,"canRollbackStatus",{enumerable:!0,get:o(function(){return $n.canRollbackStatus},"get")});Object.defineProperty(L,"canArchiveTask",{enumerable:!0,get:o(function(){return $n.canArchiveTask},"get")});Object.defineProperty(L,"canMarkReviewed",{enumerable:!0,get:o(function(){return $n.canMarkReviewed},"get")});var os=uA();Object.defineProperty(L,"canCreateEvent",{enumerable:!0,get:o(function(){return os.canCreateEvent},"get")});Object.defineProperty(L,"canCreateInstance",{enumerable:!0,get:o(function(){return os.canCreateInstance},"get")});Object.defineProperty(L,"canCleanProperties",{enumerable:!0,get:o(function(){return os.canCleanProperties},"get")});Object.defineProperty(L,"canRepairFolder",{enumerable:!0,get:o(function(){return os.canRepairFolder},"get")});Object.defineProperty(L,"canRenameToUid",{enumerable:!0,get:o(function(){return os.canRenameToUid},"get")});Object.defineProperty(L,"canCopyLabelToAliases",{enumerable:!0,get:o(function(){return os.canCopyLabelToAliases},"get")});Object.defineProperty(L,"canCreateNarrowerConcept",{enumerable:!0,get:o(function(){return os.canCreateNarrowerConcept},"get")});Object.defineProperty(L,"canCreateSubclass",{enumerable:!0,get:o(function(){return os.canCreateSubclass},"get")});Object.defineProperty(L,"canCreateTaskForDailyNote",{enumerable:!0,get:o(function(){return os.canCreateTaskForDailyNote},"get")});Object.defineProperty(L,"canCopyFleetingNoteLabel",{enumerable:!0,get:o(function(){return os.canCopyFleetingNoteLabel},"get")})});var hA=S(Co=>{"use strict";var t4=Co&&Co.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),r4=Co&&Co.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&t4(e,n,t)};Object.defineProperty(Co,"__esModule",{value:!0});r4(dA(),Co)});var Ch=S(Gu=>{"use strict";Object.defineProperty(Gu,"__esModule",{value:!0});Gu.PropertyFieldType=void 0;Gu.rangeToFieldType=s4;var Nr;(function(n){n.Text="text",n.Number="number",n.Date="date",n.DateTime="datetime",n.Boolean="boolean",n.Reference="reference",n.Enum="enum",n.StatusSelect="status-select",n.SizeSelect="size-select",n.Wikilink="wikilink",n.Timestamp="timestamp",n.Unknown="unknown"})(Nr||(Gu.PropertyFieldType=Nr={}));var pA="http://www.w3.org/2001/XMLSchema#",n4="https://exocortex.my/ontology/exo#",i4="https://exocortex.my/ontology/ems#";function s4(n){if(!n)return Nr.Unknown;let e=n.trim();if(!e)return Nr.Unknown;if(e.startsWith(pA)){let t=e.substring(pA.length);return a_(t)}if(e.startsWith("xsd:")){let t=e.substring(4);return a_(t)}if(e.includes("XMLSchema#")){let t=e.indexOf("XMLSchema#"),r=e.substring(t+10);return a_(r)}return e.startsWith(i4)||e.startsWith("ems:")?a4(e):e.startsWith(n4)||e.startsWith("exo:")||o4(e)?Nr.Reference:Nr.Text}o(s4,"rangeToFieldType");function a_(n){switch(n.toLowerCase()){case"string":case"normalizedstring":case"token":case"language":case"nmtoken":case"name":case"ncname":case"anyuri":return Nr.Text;case"integer":case"int":case"long":case"short":case"byte":case"nonnegativeinteger":case"positiveinteger":case"nonpositiveinteger":case"negativeinteger":case"unsignedlong":case"unsignedint":case"unsignedshort":case"unsignedbyte":case"decimal":case"float":case"double":return Nr.Number;case"date":return Nr.Date;case"datetime":case"datetimestamp":return Nr.DateTime;case"boolean":return Nr.Boolean;case"time":return Nr.Timestamp;default:return Nr.Text}}o(a_,"xsdTypeToFieldType");function a4(n){let e=n.toLowerCase();return e.includes("effortstatus")?Nr.StatusSelect:e.includes("tasksize")?Nr.SizeSelect:Nr.Reference}o(a4,"emsTypeToFieldType");function o4(n){let e=n.toLowerCase();return e.includes("exocortex.my/ontology")?!0:["asset","task","project","area","effort","class","property","concept"].some(r=>e.includes(r))}o(o4,"isClassReference")});var o_=S(zu=>{"use strict";Object.defineProperty(zu,"__esModule",{value:!0});zu.propertyNameToUri=c4;zu.uriToPropertyName=mA;zu.extractPropertyLabel=l4;function c4(n){return n.replace(/^([a-z]+)__/,"$1:")}o(c4,"propertyNameToUri");function mA(n){if(n.startsWith("http://")||n.startsWith("https://")){let e=n.match(/\/([a-z]+)#([A-Za-z0-9_]+)$/);if(e)return`${e[1]}__${e[2]}`;let t=n.lastIndexOf("#"),r=n.lastIndexOf("/"),i=Math.max(t,r);return i>=0?n.substring(i+1):n}return n.replace(/^([a-z]+):/,"$1__")}o(mA,"uriToPropertyName");function l4(n){let r=(n.includes(":")?mA(n):n).replace(/^[a-z]+__/,"").split("_");return(r.length>1?r.slice(1).join(" "):r[0]).replace(/([a-z])([A-Z])/g,"$1 $2").replace(/^./,s=>s.toUpperCase())}o(l4,"extractPropertyLabel")});var Ih={};e0(Ih,{__assign:()=>l_,__asyncDelegator:()=>w4,__asyncGenerator:()=>b4,__asyncValues:()=>E4,__await:()=>Hu,__awaiter:()=>m4,__classPrivateFieldGet:()=>C4,__classPrivateFieldSet:()=>I4,__createBinding:()=>y4,__decorate:()=>d4,__exportStar:()=>_4,__extends:()=>u4,__generator:()=>g4,__importDefault:()=>x4,__importStar:()=>A4,__makeTemplateObject:()=>T4,__metadata:()=>p4,__param:()=>h4,__read:()=>gA,__rest:()=>f4,__spread:()=>S4,__spreadArrays:()=>v4,__values:()=>u_});function u4(n,e){c_(n,e);function t(){this.constructor=n}o(t,"__"),n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}function f4(n,e){var t={};for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&e.indexOf(r)<0&&(t[r]=n[r]);if(n!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(n);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(n,r[i])&&(t[r[i]]=n[r[i]]);return t}function d4(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s}function h4(n,e){return function(t,r){e(t,r,n)}}function p4(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)}function m4(n,e,t,r){function i(s){return s instanceof t?s:new t(function(a){a(s)})}return o(i,"adopt"),new(t||(t=Promise))(function(s,a){function c(f){try{u(r.next(f))}catch(d){a(d)}}o(c,"fulfilled");function l(f){try{u(r.throw(f))}catch(d){a(d)}}o(l,"rejected");function u(f){f.done?s(f.value):i(f.value).then(c,l)}o(u,"step"),u((r=r.apply(n,e||[])).next())})}function g4(n,e){var t={label:0,sent:o(function(){if(s[0]&1)throw s[1];return s[1]},"sent"),trys:[],ops:[]},r,i,s,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(u){return function(f){return l([u,f])}}function l(u){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,i&&(s=u[0]&2?i.return:u[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,u[1])).done)return s;switch(i=0,s&&(u=[u[0]&2,s.value]),u[0]){case 0:case 1:s=u;break;case 4:return t.label++,{value:u[1],done:!1};case 5:t.label++,i=u[1],u=[0];continue;case 7:u=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!s||u[1]>s[0]&&u[1]<s[3])){t.label=u[1];break}if(u[0]===6&&t.label<s[1]){t.label=s[1],s=u;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(u);break}s[2]&&t.ops.pop(),t.trys.pop();continue}u=e.call(n,t)}catch(f){u=[6,f],i=0}finally{r=s=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function y4(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]}function _4(n,e){for(var t in n)t!=="default"&&!e.hasOwnProperty(t)&&(e[t]=n[t])}function u_(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:o(function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}},"next")};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function gA(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],a;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(c){a={error:c}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(a)throw a.error}}return s}function S4(){for(var n=[],e=0;e<arguments.length;e++)n=n.concat(gA(arguments[e]));return n}function v4(){for(var n=0,e=0,t=arguments.length;e<t;e++)n+=arguments[e].length;for(var r=Array(n),i=0,e=0;e<t;e++)for(var s=arguments[e],a=0,c=s.length;a<c;a++,i++)r[i]=s[a];return r}function Hu(n){return this instanceof Hu?(this.v=n,this):new Hu(n)}function b4(n,e,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=t.apply(n,e||[]),i,s=[];return i={},a("next"),a("throw"),a("return"),i[Symbol.asyncIterator]=function(){return this},i;function a(h){r[h]&&(i[h]=function(p){return new Promise(function(y,v){s.push([h,p,y,v])>1||c(h,p)})})}function c(h,p){try{l(r[h](p))}catch(y){d(s[0][3],y)}}function l(h){h.value instanceof Hu?Promise.resolve(h.value.v).then(u,f):d(s[0][2],h)}function u(h){c("next",h)}function f(h){c("throw",h)}function d(h,p){h(p),s.shift(),s.length&&c(s[0][0],s[0][1])}}function w4(n){var e,t;return e={},r("next"),r("throw",function(i){throw i}),r("return"),e[Symbol.iterator]=function(){return this},e;function r(i,s){e[i]=n[i]?function(a){return(t=!t)?{value:Hu(n[i](a)),done:i==="return"}:s?s(a):a}:s}}function E4(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=n[Symbol.asyncIterator],t;return e?e.call(n):(n=typeof u_=="function"?u_(n):n[Symbol.iterator](),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(s){t[s]=n[s]&&function(a){return new Promise(function(c,l){a=n[s](a),i(c,l,a.done,a.value)})}}function i(s,a,c,l){Promise.resolve(l).then(function(u){s({value:u,done:c})},a)}}function T4(n,e){return Object.defineProperty?Object.defineProperty(n,"raw",{value:e}):n.raw=e,n}function A4(n){if(n&&n.__esModule)return n;var e={};if(n!=null)for(var t in n)Object.hasOwnProperty.call(n,t)&&(e[t]=n[t]);return e.default=n,e}function x4(n){return n&&n.__esModule?n:{default:n}}function C4(n,e){if(!e.has(n))throw new TypeError("attempted to get private field on non-instance");return e.get(n)}function I4(n,e,t){if(!e.has(n))throw new TypeError("attempted to set private field on non-instance");return e.set(n,t),t}var c_,l_,Rh=fL(()=>{c_=o(function(n,e){return c_=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var i in r)r.hasOwnProperty(i)&&(t[i]=r[i])},c_(n,e)},"extendStatics");o(u4,"__extends");l_=o(function(){return l_=Object.assign||o(function(e){for(var t,r=1,i=arguments.length;r<i;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},"__assign"),l_.apply(this,arguments)},"__assign");o(f4,"__rest");o(d4,"__decorate");o(h4,"__param");o(p4,"__metadata");o(m4,"__awaiter");o(g4,"__generator");o(y4,"__createBinding");o(_4,"__exportStar");o(u_,"__values");o(gA,"__read");o(S4,"__spread");o(v4,"__spreadArrays");o(Hu,"__await");o(b4,"__asyncGenerator");o(w4,"__asyncDelegator");o(E4,"__asyncValues");o(T4,"__makeTemplateObject");o(A4,"__importStar");o(x4,"__importDefault");o(C4,"__classPrivateFieldGet");o(I4,"__classPrivateFieldSet")});var h_=S(d_=>{"use strict";Object.defineProperty(d_,"__esModule",{value:!0});var f_;(function(n){n[n.Transient=0]="Transient",n[n.Singleton=1]="Singleton",n[n.ResolutionScoped=2]="ResolutionScoped",n[n.ContainerScoped=3]="ContainerScoped"})(f_||(f_={}));d_.default=f_});var yA=S(p_=>{"use strict";Object.defineProperty(p_,"__esModule",{value:!0});var R4=h_();Object.defineProperty(p_,"Lifecycle",{enumerable:!0,get:o(function(){return R4.default},"get")})});var Io=S(di=>{"use strict";Object.defineProperty(di,"__esModule",{value:!0});di.defineInjectionTokenMetadata=di.getParamInfo=di.INJECTION_TOKEN_METADATA_KEY=void 0;di.INJECTION_TOKEN_METADATA_KEY="injectionTokens";function P4(n){let e=Reflect.getMetadata("design:paramtypes",n)||[],t=Reflect.getOwnMetadata(di.INJECTION_TOKEN_METADATA_KEY,n)||{};return Object.keys(t).forEach(r=>{e[+r]=t[r]}),e}o(P4,"getParamInfo");di.getParamInfo=P4;function O4(n,e){return function(t,r,i){let s=Reflect.getOwnMetadata(di.INJECTION_TOKEN_METADATA_KEY,t)||{};s[i]=e?{token:n,transform:e.transformToken,transformArgs:e.args||[]}:n,Reflect.defineMetadata(di.INJECTION_TOKEN_METADATA_KEY,s,t)}}o(O4,"defineInjectionTokenMetadata");di.defineInjectionTokenMetadata=O4});var m_=S(Ph=>{"use strict";Object.defineProperty(Ph,"__esModule",{value:!0});Ph.isClassProvider=void 0;function F4(n){return!!n.useClass}o(F4,"isClassProvider");Ph.isClassProvider=F4});var g_=S(Oh=>{"use strict";Object.defineProperty(Oh,"__esModule",{value:!0});Oh.isFactoryProvider=void 0;function D4(n){return!!n.useFactory}o(D4,"isFactoryProvider");Oh.isFactoryProvider=D4});var Dh=S(Rc=>{"use strict";Object.defineProperty(Rc,"__esModule",{value:!0});Rc.delay=Rc.DelayedConstructor=void 0;var Fh=class{static{o(this,"DelayedConstructor")}constructor(e){this.wrap=e,this.reflectMethods=["get","getPrototypeOf","setPrototypeOf","getOwnPropertyDescriptor","defineProperty","has","set","deleteProperty","apply","construct","ownKeys"]}createProxy(e){let t={},r=!1,i,s=o(()=>(r||(i=e(this.wrap()),r=!0),i),"delayedObject");return new Proxy(t,this.createHandler(s))}createHandler(e){let t={},r=o(i=>{t[i]=(...s)=>{s[0]=e();let a=Reflect[i];return a(...s)}},"install");return this.reflectMethods.forEach(r),t}};Rc.DelayedConstructor=Fh;function N4(n){if(typeof n>"u")throw new Error("Attempt to `delay` undefined. Constructor must be wrapped in a callback");return new Fh(n)}o(N4,"delay");Rc.delay=N4});var Nh=S(cs=>{"use strict";Object.defineProperty(cs,"__esModule",{value:!0});cs.isConstructorToken=cs.isTransformDescriptor=cs.isTokenDescriptor=cs.isNormalToken=void 0;var L4=Dh();function k4(n){return typeof n=="string"||typeof n=="symbol"}o(k4,"isNormalToken");cs.isNormalToken=k4;function M4(n){return typeof n=="object"&&"token"in n&&"multiple"in n}o(M4,"isTokenDescriptor");cs.isTokenDescriptor=M4;function j4(n){return typeof n=="object"&&"token"in n&&"transform"in n}o(j4,"isTransformDescriptor");cs.isTransformDescriptor=j4;function $4(n){return typeof n=="function"||n instanceof L4.DelayedConstructor}o($4,"isConstructorToken");cs.isConstructorToken=$4});var y_=S(Lh=>{"use strict";Object.defineProperty(Lh,"__esModule",{value:!0});Lh.isTokenProvider=void 0;function B4(n){return!!n.useToken}o(B4,"isTokenProvider");Lh.isTokenProvider=B4});var __=S(kh=>{"use strict";Object.defineProperty(kh,"__esModule",{value:!0});kh.isValueProvider=void 0;function U4(n){return n.useValue!=null}o(U4,"isValueProvider");kh.isValueProvider=U4});var S_=S(Ro=>{"use strict";Object.defineProperty(Ro,"__esModule",{value:!0});var V4=m_();Object.defineProperty(Ro,"isClassProvider",{enumerable:!0,get:o(function(){return V4.isClassProvider},"get")});var q4=g_();Object.defineProperty(Ro,"isFactoryProvider",{enumerable:!0,get:o(function(){return q4.isFactoryProvider},"get")});var W4=Nh();Object.defineProperty(Ro,"isNormalToken",{enumerable:!0,get:o(function(){return W4.isNormalToken},"get")});var G4=y_();Object.defineProperty(Ro,"isTokenProvider",{enumerable:!0,get:o(function(){return G4.isTokenProvider},"get")});var z4=__();Object.defineProperty(Ro,"isValueProvider",{enumerable:!0,get:o(function(){return z4.isValueProvider},"get")})});var _A=S(Mh=>{"use strict";Object.defineProperty(Mh,"__esModule",{value:!0});Mh.isProvider=void 0;var H4=m_(),Q4=__(),K4=y_(),Y4=g_();function X4(n){return H4.isClassProvider(n)||Q4.isValueProvider(n)||K4.isTokenProvider(n)||Y4.isFactoryProvider(n)}o(X4,"isProvider");Mh.isProvider=X4});var w_=S(b_=>{"use strict";Object.defineProperty(b_,"__esModule",{value:!0});var v_=class{static{o(this,"RegistryBase")}constructor(){this._registryMap=new Map}entries(){return this._registryMap.entries()}getAll(e){return this.ensure(e),this._registryMap.get(e)}get(e){this.ensure(e);let t=this._registryMap.get(e);return t[t.length-1]||null}set(e,t){this.ensure(e),this._registryMap.get(e).push(t)}setAll(e,t){this._registryMap.set(e,t)}has(e){return this.ensure(e),this._registryMap.get(e).length>0}clear(){this._registryMap.clear()}ensure(e){this._registryMap.has(e)||this._registryMap.set(e,[])}};b_.default=v_});var SA=S(T_=>{"use strict";Object.defineProperty(T_,"__esModule",{value:!0});var J4=w_(),E_=class extends J4.default{static{o(this,"Registry")}};T_.default=E_});var vA=S(x_=>{"use strict";Object.defineProperty(x_,"__esModule",{value:!0});var A_=class{static{o(this,"ResolutionContext")}constructor(){this.scopedResolutions=new Map}};x_.default=A_});var C_=S(jh=>{"use strict";Object.defineProperty(jh,"__esModule",{value:!0});jh.formatErrorCtor=void 0;function Z4(n,e){return n===null?`at position #${e}`:`"${n.split(",")[e].trim()}" at position #${e}`}o(Z4,"formatDependency");function ej(n,e,t=" "){return[n,...e.message.split(`
|
|
32
32
|
`).map(r=>t+r)].join(`
|
|
33
|
-
`)}o(ej,"composeErrorMessage");function tj(n,e,t){let[,r=null]=n.toString().match(/constructor\(([\w, ]+)\)/)||[],i=Z4(r,e);return ej(`Cannot inject the dependency ${i} of "${n.name}" constructor. Reason:`,t)}o(tj,"formatErrorCtor");jh.formatErrorCtor=tj});var bA=S($h=>{"use strict";Object.defineProperty($h,"__esModule",{value:!0});$h.isDisposable=void 0;function rj(n){return!(typeof n.dispose!="function"||n.dispose.length>0)}o(rj,"isDisposable");$h.isDisposable=rj});var EA=S(Po=>{"use strict";Object.defineProperty(Po,"__esModule",{value:!0});Po.PostResolutionInterceptors=Po.PreResolutionInterceptors=void 0;var wA=w_(),Bh=class extends wA.default{static{o(this,"PreResolutionInterceptors")}};Po.PreResolutionInterceptors=Bh;var Uh=class extends wA.default{static{o(this,"PostResolutionInterceptors")}};Po.PostResolutionInterceptors=Uh;var I_=class{static{o(this,"Interceptors")}constructor(){this.preResolution=new Bh,this.postResolution=new Uh}};Po.default=I_});var Pa=S(Qs=>{"use strict";Object.defineProperty(Qs,"__esModule",{value:!0});Qs.instance=Qs.typeInfo=void 0;var nj=(Rh(),Yd(Ih)),fn=S_(),ij=_A(),Vh=Nh(),sj=SA(),xn=h_(),qh=vA(),aj=C_(),oj=Dh(),cj=bA(),lj=EA();Qs.typeInfo=new Map;var R_=class n{static{o(this,"InternalDependencyContainer")}constructor(e){this.parent=e,this._registry=new sj.default,this.interceptors=new lj.default,this.disposed=!1,this.disposables=new Set}register(e,t,r={lifecycle:xn.default.Transient}){this.ensureNotDisposed();let i;if(ij.isProvider(t)?i=t:i={useClass:t},fn.isTokenProvider(i)){let s=[e],a=i;for(;a!=null;){let c=a.useToken;if(s.includes(c))throw new Error(`Token registration cycle detected! ${[...s,c].join(" -> ")}`);s.push(c);let l=this._registry.get(c);l&&fn.isTokenProvider(l.provider)?a=l.provider:a=null}}if((r.lifecycle===xn.default.Singleton||r.lifecycle==xn.default.ContainerScoped||r.lifecycle==xn.default.ResolutionScoped)&&(fn.isValueProvider(i)||fn.isFactoryProvider(i)))throw new Error(`Cannot use lifecycle "${xn.default[r.lifecycle]}" with ValueProviders or FactoryProviders`);return this._registry.set(e,{provider:i,options:r}),this}registerType(e,t){return this.ensureNotDisposed(),fn.isNormalToken(t)?this.register(e,{useToken:t}):this.register(e,{useClass:t})}registerInstance(e,t){return this.ensureNotDisposed(),this.register(e,{useValue:t})}registerSingleton(e,t){if(this.ensureNotDisposed(),fn.isNormalToken(e)){if(fn.isNormalToken(t))return this.register(e,{useToken:t},{lifecycle:xn.default.Singleton});if(t)return this.register(e,{useClass:t},{lifecycle:xn.default.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}let r=e;return t&&!fn.isNormalToken(t)&&(r=t),this.register(e,{useClass:r},{lifecycle:xn.default.Singleton})}resolve(e,t=new qh.default,r=!1){this.ensureNotDisposed();let i=this.getRegistration(e);if(!i&&fn.isNormalToken(e)){if(r)return;throw new Error(`Attempted to resolve unregistered dependency token: "${e.toString()}"`)}if(this.executePreResolutionInterceptor(e,"Single"),i){let s=this.resolveRegistration(i,t);return this.executePostResolutionInterceptor(e,s,"Single"),s}if(Vh.isConstructorToken(e)){let s=this.construct(e,t);return this.executePostResolutionInterceptor(e,s,"Single"),s}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")}executePreResolutionInterceptor(e,t){if(this.interceptors.preResolution.has(e)){let r=[];for(let i of this.interceptors.preResolution.getAll(e))i.options.frequency!="Once"&&r.push(i),i.callback(e,t);this.interceptors.preResolution.setAll(e,r)}}executePostResolutionInterceptor(e,t,r){if(this.interceptors.postResolution.has(e)){let i=[];for(let s of this.interceptors.postResolution.getAll(e))s.options.frequency!="Once"&&i.push(s),s.callback(e,t,r);this.interceptors.postResolution.setAll(e,i)}}resolveRegistration(e,t){if(this.ensureNotDisposed(),e.options.lifecycle===xn.default.ResolutionScoped&&t.scopedResolutions.has(e))return t.scopedResolutions.get(e);let r=e.options.lifecycle===xn.default.Singleton,i=e.options.lifecycle===xn.default.ContainerScoped,s=r||i,a;return fn.isValueProvider(e.provider)?a=e.provider.useValue:fn.isTokenProvider(e.provider)?a=s?e.instance||(e.instance=this.resolve(e.provider.useToken,t)):this.resolve(e.provider.useToken,t):fn.isClassProvider(e.provider)?a=s?e.instance||(e.instance=this.construct(e.provider.useClass,t)):this.construct(e.provider.useClass,t):fn.isFactoryProvider(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,t),e.options.lifecycle===xn.default.ResolutionScoped&&t.scopedResolutions.set(e,a),a}resolveAll(e,t=new qh.default,r=!1){this.ensureNotDisposed();let i=this.getAllRegistrations(e);if(!i&&fn.isNormalToken(e)){if(r)return[];throw new Error(`Attempted to resolve unregistered dependency token: "${e.toString()}"`)}if(this.executePreResolutionInterceptor(e,"All"),i){let a=i.map(c=>this.resolveRegistration(c,t));return this.executePostResolutionInterceptor(e,a,"All"),a}let s=[this.construct(e,t)];return this.executePostResolutionInterceptor(e,s,"All"),s}isRegistered(e,t=!1){return this.ensureNotDisposed(),this._registry.has(e)||t&&(this.parent||!1)&&this.parent.isRegistered(e,!0)}reset(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()}clearInstances(){this.ensureNotDisposed();for(let[e,t]of this._registry.entries())this._registry.setAll(e,t.filter(r=>!fn.isValueProvider(r.provider)).map(r=>(r.instance=void 0,r)))}createChildContainer(){this.ensureNotDisposed();let e=new n(this);for(let[t,r]of this._registry.entries())r.some(({options:i})=>i.lifecycle===xn.default.ContainerScoped)&&e._registry.setAll(t,r.map(i=>i.options.lifecycle===xn.default.ContainerScoped?{provider:i.provider,options:i.options}:i));return e}beforeResolution(e,t,r={frequency:"Always"}){this.interceptors.preResolution.set(e,{callback:t,options:r})}afterResolution(e,t,r={frequency:"Always"}){this.interceptors.postResolution.set(e,{callback:t,options:r})}dispose(){return nj.__awaiter(this,void 0,void 0,function*(){this.disposed=!0;let e=[];this.disposables.forEach(t=>{let r=t.dispose();r&&e.push(r)}),yield Promise.all(e)})}getRegistration(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null}getAllRegistrations(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null}construct(e,t){if(e instanceof oj.DelayedConstructor)return e.createProxy(i=>this.resolve(i,t));let r=(()=>{let i=Qs.typeInfo.get(e);if(!i||i.length===0){if(e.length===0)return new e;throw new Error(`TypeInfo not known for "${e.name}"`)}let s=i.map(this.resolveParams(t,e));return new e(...s)})();return cj.isDisposable(r)&&this.disposables.add(r),r}resolveParams(e,t){return(r,i)=>{try{return Vh.isTokenDescriptor(r)?Vh.isTransformDescriptor(r)?r.multiple?this.resolve(r.transform).transform(this.resolveAll(r.token,new qh.default,r.isOptional),...r.transformArgs):this.resolve(r.transform).transform(this.resolve(r.token,e,r.isOptional),...r.transformArgs):r.multiple?this.resolveAll(r.token,new qh.default,r.isOptional):this.resolve(r.token,e,r.isOptional):Vh.isTransformDescriptor(r)?this.resolve(r.transform,e).transform(this.resolve(r.token,e),...r.transformArgs):this.resolve(r,e)}catch(s){throw new Error(aj.formatErrorCtor(t,i,s))}}}ensureNotDisposed(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")}};Qs.instance=new R_;Qs.default=Qs.instance});var TA=S(O_=>{"use strict";Object.defineProperty(O_,"__esModule",{value:!0});var uj=Io(),Ks=Pa(),P_=Nh(),fj=C_();function dj(){return function(n){let e=uj.getParamInfo(n);return class extends n{constructor(...t){super(...t.concat(e.slice(t.length).map((r,i)=>{try{return P_.isTokenDescriptor(r)?P_.isTransformDescriptor(r)?r.multiple?Ks.instance.resolve(r.transform).transform(Ks.instance.resolveAll(r.token),...r.transformArgs):Ks.instance.resolve(r.transform).transform(Ks.instance.resolve(r.token),...r.transformArgs):r.multiple?Ks.instance.resolveAll(r.token):Ks.instance.resolve(r.token):P_.isTransformDescriptor(r)?Ks.instance.resolve(r.transform).transform(Ks.instance.resolve(r.token),...r.transformArgs):Ks.instance.resolve(r)}catch(s){let a=i+t.length;throw new Error(fj.formatErrorCtor(n,a,s))}})))}}}}o(dj,"autoInjectable");O_.default=dj});var AA=S(F_=>{"use strict";Object.defineProperty(F_,"__esModule",{value:!0});var hj=Io();function pj(n,e){let t={token:n,multiple:!1,isOptional:e&&e.isOptional};return hj.defineInjectionTokenMetadata(t)}o(pj,"inject");F_.default=pj});var Wh=S(D_=>{"use strict";Object.defineProperty(D_,"__esModule",{value:!0});var mj=Io(),gj=Pa(),xA=Pa();function yj(n){return function(e){gj.typeInfo.set(e,mj.getParamInfo(e)),n&&n.token&&(Array.isArray(n.token)?n.token.forEach(t=>{xA.instance.register(t,e)}):xA.instance.register(n.token,e))}}o(yj,"injectable");D_.default=yj});var CA=S(N_=>{"use strict";Object.defineProperty(N_,"__esModule",{value:!0});var _j=(Rh(),Yd(Ih)),Sj=Pa();function vj(n=[]){return function(e){return n.forEach(t=>{var{token:r,options:i}=t,s=_j.__rest(t,["token","options"]);return Sj.instance.register(r,s,i)}),e}}o(vj,"registry");N_.default=vj});var IA=S(L_=>{"use strict";Object.defineProperty(L_,"__esModule",{value:!0});var bj=Wh(),wj=Pa();function Ej(){return function(n){bj.default()(n),wj.instance.registerSingleton(n)}}o(Ej,"singleton");L_.default=Ej});var RA=S(k_=>{"use strict";Object.defineProperty(k_,"__esModule",{value:!0});var Tj=Io();function Aj(n,e){let t={token:n,multiple:!0,isOptional:e&&e.isOptional};return Tj.defineInjectionTokenMetadata(t)}o(Aj,"injectAll");k_.default=Aj});var PA=S(M_=>{"use strict";Object.defineProperty(M_,"__esModule",{value:!0});var xj=Io();function Cj(n,e,...t){let r={token:n,multiple:!0,transform:e,transformArgs:t};return xj.defineInjectionTokenMetadata(r)}o(Cj,"injectAllWithTransform");M_.default=Cj});var OA=S(j_=>{"use strict";Object.defineProperty(j_,"__esModule",{value:!0});var Ij=Io();function Rj(n,e,...t){return Ij.defineInjectionTokenMetadata(n,{transformToken:e,args:t})}o(Rj,"injectWithTransform");j_.default=Rj});var FA=S($_=>{"use strict";Object.defineProperty($_,"__esModule",{value:!0});var Pj=Wh(),Oj=Pa();function Fj(n,e){return function(t){Pj.default()(t),Oj.instance.register(e||t,t,{lifecycle:n})}}o(Fj,"scoped");$_.default=Fj});var DA=S(hi=>{"use strict";Object.defineProperty(hi,"__esModule",{value:!0});var Dj=TA();Object.defineProperty(hi,"autoInjectable",{enumerable:!0,get:o(function(){return Dj.default},"get")});var Nj=AA();Object.defineProperty(hi,"inject",{enumerable:!0,get:o(function(){return Nj.default},"get")});var Lj=Wh();Object.defineProperty(hi,"injectable",{enumerable:!0,get:o(function(){return Lj.default},"get")});var kj=CA();Object.defineProperty(hi,"registry",{enumerable:!0,get:o(function(){return kj.default},"get")});var Mj=IA();Object.defineProperty(hi,"singleton",{enumerable:!0,get:o(function(){return Mj.default},"get")});var jj=RA();Object.defineProperty(hi,"injectAll",{enumerable:!0,get:o(function(){return jj.default},"get")});var $j=PA();Object.defineProperty(hi,"injectAllWithTransform",{enumerable:!0,get:o(function(){return $j.default},"get")});var Bj=OA();Object.defineProperty(hi,"injectWithTransform",{enumerable:!0,get:o(function(){return Bj.default},"get")});var Uj=FA();Object.defineProperty(hi,"scoped",{enumerable:!0,get:o(function(){return Uj.default},"get")})});var NA=S(B_=>{"use strict";Object.defineProperty(B_,"__esModule",{value:!0});function Vj(n){let e;return t=>(e==null&&(e=n(t)),e)}o(Vj,"instanceCachingFactory");B_.default=Vj});var LA=S(U_=>{"use strict";Object.defineProperty(U_,"__esModule",{value:!0});function qj(n){let e=new WeakMap;return t=>{let r=e.get(t);return r==null&&(r=n(t),e.set(t,r)),r}}o(qj,"instancePerContainerCachingFactory");U_.default=qj});var kA=S(V_=>{"use strict";Object.defineProperty(V_,"__esModule",{value:!0});function Wj(n,e,t,r=!0){let i,s;return a=>{let c=n(a);return(!r||s!==c)&&((s=c)?i=a.resolve(e):i=a.resolve(t)),i}}o(Wj,"predicateAwareClassFactory");V_.default=Wj});var MA=S(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});var Gj=NA();Object.defineProperty(Qu,"instanceCachingFactory",{enumerable:!0,get:o(function(){return Gj.default},"get")});var zj=LA();Object.defineProperty(Qu,"instancePerContainerCachingFactory",{enumerable:!0,get:o(function(){return zj.default},"get")});var Hj=kA();Object.defineProperty(Qu,"predicateAwareClassFactory",{enumerable:!0,get:o(function(){return Hj.default},"get")})});var fe=S(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});var q_=(Rh(),Yd(Ih));if(typeof Reflect>"u"||!Reflect.getMetadata)throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);var Qj=yA();Object.defineProperty(Oa,"Lifecycle",{enumerable:!0,get:o(function(){return Qj.Lifecycle},"get")});q_.__exportStar(DA(),Oa);q_.__exportStar(MA(),Oa);q_.__exportStar(S_(),Oa);var Kj=Dh();Object.defineProperty(Oa,"delay",{enumerable:!0,get:o(function(){return Kj.delay},"get")});var Yj=Pa();Object.defineProperty(Oa,"container",{enumerable:!0,get:o(function(){return Yj.instance},"get")})});var Pc=S(Gh=>{"use strict";Object.defineProperty(Gh,"__esModule",{value:!0});Gh.NullLogger=void 0;Gh.NullLogger={debug(){},info(){},warn(){},error(){}}});var W_=S((gre,jA)=>{var Oc=class{static{o(this,"Wildcard")}constructor(){return Xj||this}equals(e){return e&&this.termType===e.termType}};Object.defineProperty(Oc.prototype,"value",{enumerable:!0,value:"*"});Object.defineProperty(Oc.prototype,"termType",{enumerable:!0,value:"Wildcard"});var Xj=new Oc;jA.exports.Wildcard=Oc});var BA=S((_re,$A)=>{var Jj=(function(){var n=o(function(I,C,P,N){for(P=P||{},N=I.length;N--;P[I[N]]=C);return P},"o"),e=[6,12,13,15,16,24,32,36,41,45,100,110,113,115,116,123,126,131,197,224,229,308,329,330,331,332,333],t=[2,247],r=[100,110,113,115,116,123,126,131,329,330,331,332,333],i=[2,409],s=[1,18],a=[1,27],c=[13,16,45,197,224,229,308],l=[28,29,53],u=[28,53],f=[1,42],d=[1,45],h=[1,41],p=[1,44],y=[123,126],v=[1,67],w=[39,45,87],b=[13,16,45,197,224,308],A=[1,87],R=[2,281],k=[1,86],U=[13,16,45,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],te=[6,28,29,53,63,70,73,81,83,85],z=[6,13,16,28,29,53,63,70,73,81,83,85,87,308],G=[6,13,16,28,29,45,53,63,70,73,81,82,83,85,87,89,197,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314],F=[6,13,16,28,29,31,39,45,47,48,53,63,70,73,81,82,83,85,87,89,109,112,121,123,126,128,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,337,338,340,341,342,343,344,345,346],$=[13,16,308],re=[112,132,327,334],Ye=[13,16,112,132,308],ot=[1,111],Ft=[1,117],ct=[112,132,327,328,334],ut=[13,16,112,132,308,328],Xe=[28,29,45,53,87],se=[1,138],V=[1,151],ft=[1,128],mt=[1,127],H=[1,129],Re=[1,140],qe=[1,141],ne=[1,142],We=[1,143],Ge=[1,144],Be=[1,145],ze=[1,147],Ce=[1,148],Ue=[2,457],Pe=[1,158],Ve=[1,159],He=[1,160],de=[1,152],ge=[1,153],ye=[1,156],he=[1,171],pe=[1,172],me=[1,173],ue=[1,174],_e=[1,175],Se=[1,176],ve=[1,167],be=[1,168],ce=[1,169],we=[1,170],et=[1,157],Qe=[1,166],$e=[1,161],E=[1,162],T=[1,163],x=[1,164],O=[1,165],Z=[6,13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335],St=[1,195],Ct=[6,31,73,81,83,85],De=[2,285],q=[1,199],W=[1,201],Q=[6,31,70,73,81,83,85],Y=[2,283],Ie=[1,207],nt=[1,218],it=[1,223],Pr=[1,219],bn=[1,225],Mn=[1,226],sn=[1,224],d2=[6,63,70,73,81,83,85],h2=[1,236],p2=[2,334],m2=[1,243],g2=[1,241],Or=[6,193],Id=[2,349],y2=[2,339],Ea=[28,128],_2=[47,48,193,272],Rd=[47,48,193,242,272],dc=[47,48,193,242,246,272],hc=[47,48,193,242,246,250,263,265,272,290,297,298,299,300,301,302,341,342,343,344,345,346],yr=[39,47,48,193,242,246,250,263,265,272,290,297,298,299,300,301,302,338,341,342,343,344,345,346],S2=[1,271],v2=[1,270],Xt=[6,13,16,29,31,39,45,47,48,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,338,341,342,343,344,345,346,347,348,349,350,351],b2=[1,281],w2=[1,280],an=[13,16,29,31,39,45,47,48,82,85,87,89,112,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346],vu=[45,89],Pd=[13,16,29,31,39,45,47,48,82,85,87,89,112,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346],Od=[13,16,31,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Fd=[31,89],Dd=[48,87],uo=[6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337,338],es=[6,13,16,39,45,48,82,87,89,231,263,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337,338,340],E2=[1,313],pc=[6,85],Dy=[6,31,81,83,85],T2=[2,361],Ls=[2,353],fo=[1,343],bu=[31,112,335],ks=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],Ny=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335],A2=[6,109,193],ho=[31,112],Jt=[13,16,45,82,87,224,263,265,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312,346,347,348,349,350,351],Ly=[1,390],ky=[1,391],Ta=[13,16,87,197,308,314],x2=[13,16,39,45,82,87,224,263,265,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312,346,347,348,349,350,351],Nd=[1,417],Ld=[1,418],C2=[13,16,48,197,229,308],Aa=[6,31,85],I2=[6,13,16,31,45,73,81,83,85,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],My=[6,13,16,29,31,45,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,231,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,346,347,348,349,350,351],po=[29,31,85,112,159,160,161,163,164],kd=[1,443],Md=[1,444],R2=[1,449],mo=[31,112,193,232,318,335],jd=[13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],P2=[13,16,31,45,48,82,87,89,112,193,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],jy=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],wu=[13,16,31,48,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Eu=[31,45],O2=[1,507],F2=[1,508],D2=[6,13,16,29,31,39,45,47,48,63,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,336,338,341,342,343,344,345,346,347,348,349,350,351],$d=[29,31,85,112,159,160,161,163,164,335],go=[6,13,16,31,45,70,73,81,83,85,87,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],N2=[13,16,31,45,48,82,87,89,112,193,197,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],L2=[2,352],$y=[13,16,197,308,314],k2=[1,565],mc=[6,13,16,31,45,76,78,81,83,85,87,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],M2=[13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],Ms=[13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335],j2=[13,16,87,308],js=[2,364],gc=[29,31,85,112,159,160,161,163,164,193,232,318,335],Bd=[31,112,193,232,272,318,335],$s=[2,359],$2=[13,16,48,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Ud=[29,31,85,112,159,160,161,163,164,193,232,272,318,335],B2=[13,16,31,45,82,87,89,112,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],U2=[2,347],By={trace:o(function(){},"trace"),yy:{},symbols_:{error:2,QueryOrUpdate:3,Prologue:4,QueryOrUpdate_group0:5,EOF:6,Query:7,Qry:8,Query_option0:9,Prologue_repetition0:10,BaseDecl:11,BASE:12,IRIREF:13,PrefixDecl:14,PREFIX:15,PNAME_NS:16,SelectClauseWildcard:17,Qry_repetition0:18,WhereClause:19,SolutionModifierNoGroup:20,SelectClauseVars:21,Qry_repetition1:22,SolutionModifier:23,CONSTRUCT:24,ConstructTemplate:25,Qry_repetition2:26,Qry_repetition3:27,WHERE:28,"{":29,Qry_option0:30,"}":31,DESCRIBE:32,Qry_group0:33,Qry_repetition4:34,Qry_option1:35,ASK:36,Qry_repetition5:37,SelectClauseBase:38,"*":39,SelectClauseVars_repetition_plus0:40,SELECT:41,SelectClauseBase_option0:42,SelectClauseItem:43,Var:44,"(":45,Expression:46,AS:47,")":48,SubSelect:49,SubSelect_option0:50,SubSelect_option1:51,DatasetClause:52,FROM:53,DatasetClause_option0:54,iri:55,WhereClause_option0:56,GroupGraphPattern:57,SolutionModifier_option0:58,SolutionModifierNoGroup_option0:59,SolutionModifierNoGroup_option1:60,SolutionModifierNoGroup_option2:61,GroupClause:62,GROUP:63,BY:64,GroupClause_repetition_plus0:65,GroupCondition:66,BuiltInCall:67,FunctionCall:68,HavingClause:69,HAVING:70,HavingClause_repetition_plus0:71,OrderClause:72,ORDER:73,OrderClause_repetition_plus0:74,OrderCondition:75,ASC:76,BrackettedExpression:77,DESC:78,Constraint:79,LimitOffsetClauses:80,LIMIT:81,INTEGER:82,OFFSET:83,ValuesClause:84,VALUES:85,InlineData:86,VAR:87,InlineData_repetition0:88,NIL:89,InlineData_repetition1:90,InlineData_repetition_plus2:91,InlineData_repetition3:92,DataBlock:93,DataBlockValueList:94,DataBlockValueList_repetition_plus0:95,Update:96,Update_repetition0:97,Update1:98,Update_option0:99,LOAD:100,Update1_option0:101,Update1_option1:102,Update1_group0:103,Update1_option2:104,GraphRefAll:105,Update1_group1:106,Update1_option3:107,GraphOrDefault:108,TO:109,CREATE:110,Update1_option4:111,GRAPH:112,INSERTDATA:113,QuadPattern:114,DELETEDATA:115,DELETEWHERE:116,Update1_option5:117,InsertDeleteClause:118,Update1_repetition0:119,IntoGraphClause:120,INTO:121,GraphRef:122,DELETE:123,InsertDeleteClause_option0:124,InsertClause:125,INSERT:126,UsingClause:127,USING:128,UsingClause_option0:129,WithClause:130,WITH:131,DEFAULT:132,GraphOrDefault_option0:133,GraphRefAll_group0:134,Quads:135,Quads_option0:136,Quads_repetition0:137,QuadsNotTriples:138,VarOrIri:139,QuadsNotTriples_option0:140,QuadsNotTriples_option1:141,QuadsNotTriples_option2:142,TriplesTemplate:143,TriplesTemplate_repetition0:144,TriplesSameSubject:145,TriplesTemplate_option0:146,GroupGraphPatternSub:147,GroupGraphPatternSub_option0:148,GroupGraphPatternSub_repetition0:149,GroupGraphPatternSubTail:150,GraphPatternNotTriples:151,GroupGraphPatternSubTail_option0:152,GroupGraphPatternSubTail_option1:153,TriplesBlock:154,TriplesBlock_repetition0:155,TriplesSameSubjectPath:156,TriplesBlock_option0:157,GroupOrUnionGraphPattern:158,OPTIONAL:159,MINUS:160,SERVICE:161,GraphPatternNotTriples_option0:162,FILTER:163,BIND:164,InlineDataOneVar:165,InlineDataFull:166,InlineDataOneVar_repetition0:167,InlineDataFull_repetition0:168,InlineDataFull_repetition_plus1:169,InlineDataFull_repetition2:170,DataBlockValue:171,Literal:172,QuotedTriple:173,UNDEF:174,GroupOrUnionGraphPattern_repetition0:175,ArgList:176,ArgList_option0:177,ArgList_repetition0:178,ExpressionList:179,ExpressionList_repetition0:180,ConstructTemplate_option0:181,ConstructTriples:182,ConstructTriples_repetition0:183,ConstructTriples_option0:184,VarOrTermOrQuotedTP:185,PropertyListNotEmpty:186,TriplesNode:187,PropertyList:188,PropertyList_option0:189,VerbObjectList:190,PropertyListNotEmpty_repetition0:191,SemiOptionalVerbObjectList:192,";":193,SemiOptionalVerbObjectList_option0:194,Verb:195,ObjectList:196,a:197,ObjectList_repetition0:198,Object:199,GraphNode:200,Object_option0:201,PropertyListPathNotEmpty:202,TriplesNodePath:203,TriplesSameSubjectPath_option0:204,O:205,PropertyListPathNotEmpty_repetition0:206,PropertyListPathNotEmptyTail:207,O_group0:208,ObjectListPath:209,ObjectListPath_repetition0:210,ObjectPath:211,GraphNodePath:212,ObjectPath_option0:213,Path:214,Path_repetition0:215,PathSequence:216,PathSequence_repetition0:217,PathEltOrInverse:218,PathElt:219,PathPrimary:220,PathElt_option0:221,PathEltOrInverse_option0:222,IriOrA:223,"!":224,PathNegatedPropertySet:225,PathOneInPropertySet:226,PathNegatedPropertySet_repetition0:227,PathNegatedPropertySet_option0:228,"^":229,TriplesNode_repetition_plus0:230,"[":231,"]":232,TriplesNodePath_repetition_plus0:233,VarOrTermOrQuotedTPExpr:234,VarOrTerm:235,GraphTerm:236,BlankNode:237,ConditionalOrExpression:238,ConditionalAndExpression:239,ConditionalOrExpression_repetition0:240,ConditionalOrExpressionTail:241,"||":242,RelationalExpression:243,ConditionalAndExpression_repetition0:244,ConditionalAndExpressionTail:245,"&&":246,NumericExpression:247,RelationalExpression_group0:248,RelationalExpression_option0:249,IN:250,MultiplicativeExpression:251,NumericExpression_repetition0:252,AdditiveExpressionTail:253,AdditiveExpressionTail_group0:254,NumericLiteralPositive:255,AdditiveExpressionTail_repetition0:256,NumericLiteralNegative:257,AdditiveExpressionTail_repetition1:258,UnaryExpression:259,MultiplicativeExpression_repetition0:260,MultiplicativeExpressionTail:261,MultiplicativeExpressionTail_group0:262,"+":263,PrimaryExpression:264,"-":265,ExprQuotedTP:266,Aggregate:267,FUNC_ARITY0:268,FUNC_ARITY1:269,FUNC_ARITY1_SPARQL_STAR:270,FUNC_ARITY2:271,",":272,FUNC_ARITY3:273,FUNC_ARITY3_SPARQL_STAR:274,BuiltInCall_group0:275,BOUND:276,BNODE:277,BuiltInCall_option0:278,EXISTS:279,COUNT:280,Aggregate_option0:281,Aggregate_group0:282,FUNC_AGGREGATE:283,Aggregate_option1:284,GROUP_CONCAT:285,Aggregate_option2:286,Aggregate_option3:287,GroupConcatSeparator:288,SEPARATOR:289,"=":290,String:291,LANGTAG:292,"^^":293,DECIMAL:294,DOUBLE:295,BOOLEAN:296,INTEGER_POSITIVE:297,DECIMAL_POSITIVE:298,DOUBLE_POSITIVE:299,INTEGER_NEGATIVE:300,DECIMAL_NEGATIVE:301,DOUBLE_NEGATIVE:302,STRING_LITERAL1:303,STRING_LITERAL2:304,STRING_LITERAL_LONG1:305,STRING_LITERAL_LONG2:306,PrefixedName:307,PNAME_LN:308,BLANK_NODE_LABEL:309,ANON:310,QuotedTP:311,"<<":312,qtSubjectOrObject:313,">>":314,DataValueTerm:315,AnnotationPattern:316,"{|":317,"|}":318,AnnotationPatternPath:319,ExprVarOrTerm:320,QueryOrUpdate_group0_option0:321,Prologue_repetition0_group0:322,Qry_group0_repetition_plus0:323,SelectClauseBase_option0_group0:324,DISTINCT:325,REDUCED:326,NAMED:327,SILENT:328,CLEAR:329,DROP:330,ADD:331,MOVE:332,COPY:333,ALL:334,".":335,UNION:336,"|":337,"/":338,PathElt_option0_group0:339,"?":340,"!=":341,"<":342,">":343,"<=":344,">=":345,NOT:346,CONCAT:347,COALESCE:348,SUBSTR:349,REGEX:350,REPLACE:351,$accept:0,$end:1},terminals_:{2:"error",6:"EOF",12:"BASE",13:"IRIREF",15:"PREFIX",16:"PNAME_NS",24:"CONSTRUCT",28:"WHERE",29:"{",31:"}",32:"DESCRIBE",36:"ASK",39:"*",41:"SELECT",45:"(",47:"AS",48:")",53:"FROM",63:"GROUP",64:"BY",70:"HAVING",73:"ORDER",76:"ASC",78:"DESC",81:"LIMIT",82:"INTEGER",83:"OFFSET",85:"VALUES",87:"VAR",89:"NIL",100:"LOAD",109:"TO",110:"CREATE",112:"GRAPH",113:"INSERTDATA",115:"DELETEDATA",116:"DELETEWHERE",121:"INTO",123:"DELETE",126:"INSERT",128:"USING",131:"WITH",132:"DEFAULT",159:"OPTIONAL",160:"MINUS",161:"SERVICE",163:"FILTER",164:"BIND",174:"UNDEF",193:";",197:"a",224:"!",229:"^",231:"[",232:"]",242:"||",246:"&&",250:"IN",263:"+",265:"-",268:"FUNC_ARITY0",269:"FUNC_ARITY1",270:"FUNC_ARITY1_SPARQL_STAR",271:"FUNC_ARITY2",272:",",273:"FUNC_ARITY3",274:"FUNC_ARITY3_SPARQL_STAR",276:"BOUND",277:"BNODE",279:"EXISTS",280:"COUNT",283:"FUNC_AGGREGATE",285:"GROUP_CONCAT",289:"SEPARATOR",290:"=",292:"LANGTAG",293:"^^",294:"DECIMAL",295:"DOUBLE",296:"BOOLEAN",297:"INTEGER_POSITIVE",298:"DECIMAL_POSITIVE",299:"DOUBLE_POSITIVE",300:"INTEGER_NEGATIVE",301:"DECIMAL_NEGATIVE",302:"DOUBLE_NEGATIVE",303:"STRING_LITERAL1",304:"STRING_LITERAL2",305:"STRING_LITERAL_LONG1",306:"STRING_LITERAL_LONG2",308:"PNAME_LN",309:"BLANK_NODE_LABEL",310:"ANON",312:"<<",314:">>",317:"{|",318:"|}",325:"DISTINCT",326:"REDUCED",327:"NAMED",328:"SILENT",329:"CLEAR",330:"DROP",331:"ADD",332:"MOVE",333:"COPY",334:"ALL",335:".",336:"UNION",337:"|",338:"/",340:"?",341:"!=",342:"<",343:">",344:"<=",345:">=",346:"NOT",347:"CONCAT",348:"COALESCE",349:"SUBSTR",350:"REGEX",351:"REPLACE"},productions_:[0,[3,3],[7,2],[4,1],[11,2],[14,3],[8,4],[8,4],[8,5],[8,7],[8,5],[8,4],[17,2],[21,2],[38,2],[43,1],[43,5],[49,4],[49,4],[52,3],[19,2],[23,2],[20,3],[62,3],[66,1],[66,1],[66,3],[66,5],[66,1],[69,2],[72,3],[75,2],[75,2],[75,1],[75,1],[80,2],[80,2],[80,4],[80,4],[84,2],[86,4],[86,4],[86,6],[86,2],[94,3],[96,3],[98,4],[98,3],[98,5],[98,4],[98,2],[98,2],[98,2],[98,5],[120,2],[118,3],[118,1],[125,2],[127,3],[130,2],[108,1],[108,2],[122,2],[105,1],[105,1],[114,3],[135,2],[138,7],[143,3],[57,3],[57,3],[147,2],[150,3],[154,3],[151,1],[151,2],[151,2],[151,3],[151,4],[151,2],[151,6],[151,1],[93,1],[93,1],[165,4],[166,4],[166,6],[171,1],[171,1],[171,1],[171,1],[158,2],[79,1],[79,1],[79,1],[68,2],[176,1],[176,5],[179,1],[179,4],[25,3],[182,3],[145,2],[145,2],[188,1],[186,2],[192,2],[190,2],[195,1],[195,1],[196,2],[199,2],[156,2],[156,2],[202,2],[207,1],[207,2],[205,2],[209,2],[211,2],[214,2],[216,2],[219,2],[218,2],[220,1],[220,2],[220,3],[225,1],[225,1],[225,4],[226,1],[226,2],[187,3],[187,3],[203,3],[203,3],[200,1],[200,1],[212,1],[212,1],[234,1],[235,1],[235,1],[139,1],[139,1],[44,1],[236,1],[236,1],[236,1],[236,1],[46,1],[238,2],[241,2],[239,2],[245,2],[243,1],[243,3],[243,4],[247,2],[253,2],[253,2],[253,2],[251,2],[261,2],[259,2],[259,2],[259,2],[259,1],[264,1],[264,1],[264,1],[264,1],[264,1],[264,1],[264,1],[77,3],[67,1],[67,2],[67,4],[67,4],[67,6],[67,8],[67,8],[67,2],[67,4],[67,2],[67,4],[67,3],[267,5],[267,5],[267,6],[288,4],[172,1],[172,2],[172,3],[172,1],[172,1],[172,1],[172,1],[172,1],[172,1],[255,1],[255,1],[255,1],[257,1],[257,1],[257,1],[291,1],[291,1],[291,1],[291,1],[55,1],[55,1],[307,1],[307,1],[237,1],[237,1],[311,5],[173,5],[313,1],[313,1],[313,1],[313,1],[313,1],[315,1],[315,1],[315,1],[185,1],[185,1],[185,1],[316,3],[319,3],[266,5],[320,1],[320,1],[320,1],[223,1],[223,1],[321,0],[321,1],[5,1],[5,1],[5,1],[9,0],[9,1],[322,1],[322,1],[10,0],[10,2],[18,0],[18,2],[22,0],[22,2],[26,0],[26,2],[27,0],[27,2],[30,0],[30,1],[323,1],[323,2],[33,1],[33,1],[34,0],[34,2],[35,0],[35,1],[37,0],[37,2],[40,1],[40,2],[324,1],[324,1],[42,0],[42,1],[50,0],[50,1],[51,0],[51,1],[54,0],[54,1],[56,0],[56,1],[58,0],[58,1],[59,0],[59,1],[60,0],[60,1],[61,0],[61,1],[65,1],[65,2],[71,1],[71,2],[74,1],[74,2],[88,0],[88,2],[90,0],[90,2],[91,1],[91,2],[92,0],[92,2],[95,1],[95,2],[97,0],[97,4],[99,0],[99,2],[101,0],[101,1],[102,0],[102,1],[103,1],[103,1],[104,0],[104,1],[106,1],[106,1],[106,1],[107,0],[107,1],[111,0],[111,1],[117,0],[117,1],[119,0],[119,2],[124,0],[124,1],[129,0],[129,1],[133,0],[133,1],[134,1],[134,1],[134,1],[136,0],[136,1],[137,0],[137,2],[140,0],[140,1],[141,0],[141,1],[142,0],[142,1],[144,0],[144,3],[146,0],[146,1],[148,0],[148,1],[149,0],[149,2],[152,0],[152,1],[153,0],[153,1],[155,0],[155,3],[157,0],[157,1],[162,0],[162,1],[167,0],[167,2],[168,0],[168,2],[169,1],[169,2],[170,0],[170,2],[175,0],[175,3],[177,0],[177,1],[178,0],[178,3],[180,0],[180,3],[181,0],[181,1],[183,0],[183,3],[184,0],[184,1],[189,0],[189,1],[191,0],[191,2],[194,0],[194,1],[198,0],[198,3],[201,0],[201,1],[204,0],[204,1],[206,0],[206,2],[208,1],[208,1],[210,0],[210,3],[213,0],[213,1],[215,0],[215,3],[217,0],[217,3],[339,1],[339,1],[339,1],[221,0],[221,1],[222,0],[222,1],[227,0],[227,3],[228,0],[228,1],[230,1],[230,2],[233,1],[233,2],[240,0],[240,2],[244,0],[244,2],[248,1],[248,1],[248,1],[248,1],[248,1],[248,1],[249,0],[249,1],[252,0],[252,2],[254,1],[254,1],[256,0],[256,2],[258,0],[258,2],[260,0],[260,2],[262,1],[262,1],[275,1],[275,1],[275,1],[275,1],[275,1],[278,0],[278,1],[281,0],[281,1],[282,1],[282,1],[284,0],[284,1],[286,0],[286,1],[287,0],[287,1]],performAction:o(function(C,P,N,ie,Oe,g,cn){var _=g.length-1;switch(Oe){case 1:if(g[_-1]=g[_-1]||{},ke.base&&(g[_-1].base=ke.base),ke.base="",g[_-1].prefixes=ke.prefixes,ke.prefixes=null,ke.pathOnly){if(g[_-1].type==="path"||"termType"in g[_-1])return g[_-1];throw new Error("Received full SPARQL query in path only mode")}else if(g[_-1].type==="path"||"termType"in g[_-1])throw new Error("Received only path in full SPARQL mode");if(g[_-1].type==="update"){let vt={};for(let jt of g[_-1].updates)if(jt.updateType==="insert"){let st={};for(let dt of jt.insert)if(dt.type==="bgp"||dt.type==="graph")for(let wn of dt.triples)wn.subject.termType==="BlankNode"&&(st[wn.subject.value]=!0),wn.predicate.termType==="BlankNode"&&(st[wn.predicate.value]=!0),wn.object.termType==="BlankNode"&&(st[wn.object.value]=!0);for(let dt of Object.keys(st)){if(vt[dt])throw new Error("Detected reuse blank node across different INSERT DATA clauses");vt[dt]=!0}}}return g[_-1];case 2:this.$={...g[_-1],...g[_],type:"query"};break;case 4:ke.base=Tu(g[_]);break;case 5:ke.prefixes||(ke.prefixes={}),g[_-1]=g[_-1].substr(0,g[_-1].length-1),g[_]=Tu(g[_]),ke.prefixes[g[_-1]]=g[_];break;case 6:this.$={...g[_-3],...So(g[_-2]),...g[_-1],...g[_]};break;case 7:if(!ke.skipValidation&&(Qy(g[_-3].variables.map(jt=>Hy(jt.expression))).some(jt=>jt.aggregation==="count"&&!(jt.expression instanceof Vd))||g[_].group)){for(let jt of g[_-3].variables)if(jt.termType==="Variable"){if(!g[_].group||!g[_].group.map(st=>vc(st)).includes(vc(jt)))throw Error("Projection of ungrouped variable (?"+vc(jt)+")")}else if(Hy(jt.expression).length===0){let st=nL(jt.expression);for(let dt of st)if(!g[_].group||!g[_].group.map||!g[_].group.map(wn=>vc(wn)).includes(vc(dt)))throw Error("Use of ungrouped variable in projection of operation (?"+vc(dt)+")")}}let is=g[_-1].where.filter(vt=>vt.type==="query");if(is.length>0){let vt=g[_-3].variables.filter(st=>st.variable&&st.variable.value).map(st=>st.variable.value),jt=Qy(is.map(st=>st.variables)).map(st=>st.value||st.variable.value);for(let st of vt)if(jt.indexOf(st)>=0)throw Error("Target id of 'AS' (?"+st+") already used in subquery")}this.$=Ht(g[_-3],So(g[_-2]),g[_-1],g[_]);break;case 8:this.$=Ht({queryType:"CONSTRUCT",template:g[_-3]},So(g[_-2]),g[_-1],g[_]);break;case 9:this.$=Ht({queryType:"CONSTRUCT",template:g[_-2]=g[_-2]?g[_-2].triples:[]},So(g[_-5]),{where:[{type:"bgp",triples:_o([],g[_-2])}]},g[_]);break;case 10:this.$=Ht({queryType:"DESCRIBE",variables:g[_-3]==="*"?[new Vd]:g[_-3]},So(g[_-2]),g[_-1],g[_]);break;case 11:this.$=Ht({queryType:"ASK"},So(g[_-2]),g[_-1],g[_]);break;case 12:this.$=Ht(g[_-1],{variables:[new Vd]});break;case 13:let Ru=g[_].map(vt=>vt.value||vt.variable.value),bc=iL(Ru);if(bc.length>0)throw Error("Two or more of the resulting columns have the same name (?"+bc[0]+")");this.$=Ht(g[_-1],{variables:g[_]});break;case 14:this.$=Ht({queryType:"SELECT"},g[_]&&(g[_-1]=on(g[_]),g[_]={},g[_][g[_-1]]=!0,g[_]));break;case 16:case 27:this.$=yc(g[_-3],{variable:g[_-1]});break;case 17:case 18:this.$=Ht(g[_-3],g[_-2],g[_-1],g[_],{type:"query"});break;case 19:case 58:this.$={iri:g[_],named:!!g[_-1]};break;case 20:this.$={where:g[_].patterns};break;case 21:this.$=Ht(g[_-1],g[_]);break;case 22:this.$=Ht(g[_-2],g[_-1],g[_]);break;case 23:this.$={group:g[_]};break;case 24:case 25:case 28:case 31:case 33:case 34:this.$=yc(g[_]);break;case 26:this.$=yc(g[_-1]);break;case 29:this.$={having:g[_]};break;case 30:this.$={order:g[_]};break;case 32:this.$=yc(g[_],{descending:!0});break;case 35:this.$={limit:Sc(g[_])};break;case 36:this.$={offset:Sc(g[_])};break;case 37:this.$={limit:Sc(g[_-2]),offset:Sc(g[_])};break;case 38:this.$={limit:Sc(g[_]),offset:Sc(g[_-2])};break;case 39:case 43:this.$={type:"values",values:g[_]};break;case 40:case 84:this.$=g[_-1].map(vt=>({[g[_-3]]:vt}));break;case 41:case 85:this.$=g[_-1].map(()=>({}));break;case 42:case 86:var ns=g[_-4].length;g[_-4]=g[_-4].map(Uy),this.$=g[_-1].map(function(vt){if(vt.length!==ns)throw Error("Inconsistent VALUES length");for(var jt={},st=0;st<ns;st++)jt["?"+g[_-4][st].value]=vt[st];return jt});break;case 44:case 65:case 100:case 126:case 175:this.$=g[_-1];break;case 45:this.$={type:"update",updates:Bs(g[_-2],g[_-1])};break;case 46:this.$=Ht({type:"load",silent:!!g[_-2],source:g[_-1]},g[_]&&{destination:g[_]});break;case 47:this.$={type:on(g[_-2]),silent:!!g[_-1],graph:g[_]};break;case 48:this.$={type:on(g[_-4]),silent:!!g[_-3],source:g[_-2],destination:g[_]};break;case 49:this.$={type:"create",silent:!!g[_-2],graph:{type:"graph",name:g[_]}};break;case 50:this.$={updateType:"insert",insert:J2(g[_])};break;case 51:this.$={updateType:"delete",delete:Xy(J2(g[_]))};break;case 52:this.$={updateType:"deletewhere",delete:Xy(g[_])};break;case 53:this.$={updateType:"insertdelete",...g[_-4],...g[_-3],...So(g[_-2],"using"),where:g[_].patterns};break;case 54:case 57:case 62:case 167:case 191:case 236:this.$=g[_];break;case 55:this.$={delete:Xy(g[_-1]),insert:g[_]||[]};break;case 56:this.$={delete:[],insert:g[_]};break;case 59:this.$={graph:g[_]};break;case 60:this.$={type:"graph",default:!0};break;case 61:case 63:this.$={type:"graph",name:g[_]};break;case 64:this.$={[on(g[_])]:!0};break;case 66:this.$=g[_-1]?ts(g[_],[g[_-1]]):ts(g[_]);break;case 67:var Cu=Ht(g[_-3]||{triples:[]},{type:"graph",name:g[_-5]});this.$=g[_]?[Cu,g[_]]:[Cu];break;case 68:case 73:this.$={type:"bgp",triples:ts(g[_-2],[g[_-1]])};break;case 69:this.$={type:"group",patterns:[g[_-1]]};break;case 70:for(let vt of g[_-1].filter(jt=>jt.type==="bind")){let jt=g[_-1].indexOf(vt),st=new Set;for(let dt of g[_-1].slice(0,jt))(dt.type==="group"||dt.type==="bgp")&&Y2(dt).forEach(wn=>st.add(wn));if(st.has(vt.variable.value))throw Error("Variable used to bind is already bound (?"+vt.variable.value+")")}this.$={type:"group",patterns:g[_-1]};break;case 71:this.$=g[_-1]?ts([g[_-1]],g[_]):ts(g[_]);break;case 72:this.$=g[_]?[g[_-2],g[_]]:g[_-2];break;case 75:this.$=Ht(g[_],{type:"optional"});break;case 76:this.$=Ht(g[_],{type:"minus"});break;case 77:this.$=Ht(g[_],{type:"graph",name:g[_-1]});break;case 78:this.$=Ht(g[_],{type:"service",name:g[_-1],silent:!!g[_-2]});break;case 79:this.$={type:"filter",expression:g[_]};break;case 80:this.$={type:"bind",variable:g[_-1],expression:g[_-3]};break;case 89:this.$=xu(g[_]);break;case 90:this.$=void 0;break;case 91:this.$=g[_-1].length?{type:"union",patterns:ts(g[_-1].map(qy),[qy(g[_])])}:g[_];break;case 95:this.$={...g[_],function:g[_-1]};break;case 96:this.$={type:"functionCall",args:[]};break;case 97:this.$={type:"functionCall",args:Bs(g[_-2],g[_-1]),distinct:!!g[_-3]};break;case 98:case 115:case 128:case 247:case 249:case 251:case 253:case 255:case 263:case 267:case 297:case 299:case 303:case 307:case 328:case 341:case 349:case 355:case 361:case 367:case 369:case 373:case 375:case 379:case 381:case 385:case 391:case 395:case 401:case 405:case 409:case 411:case 420:case 428:case 430:case 440:case 444:case 446:case 448:this.$=[];break;case 99:this.$=Bs(g[_-2],g[_-1]);break;case 101:this.$=ts(g[_-2],[g[_-1]]);break;case 102:case 112:this.$=Yy(g[_].map(vt=>Ht(Us(g[_-1]),vt)));break;case 103:this.$=Yy(_o(g[_].map(vt=>Ht(Us(g[_-1].entity),vt)),g[_-1].triples));break;case 105:this.$=ts([g[_-1]],g[_]);break;case 106:this.$=ts(g[_]);break;case 107:this.$=zy(g[_-1],g[_]);break;case 109:case 237:this.$=ke.factory.namedNode(HN);break;case 110:case 118:this.$=Bs(g[_-1],g[_]);break;case 111:this.$=g[_]?{annotation:g[_],object:g[_-1]}:g[_-1];break;case 113:this.$=g[_]?Yy(_o(g[_].map(vt=>Ht(Us(g[_-1].entity),vt)),g[_-1].triples)):g[_-1].triples;break;case 114:this.$=zy(...g[_-1],g[_]);break;case 116:this.$=zy(...g[_]);break;case 117:case 159:case 163:this.$=[g[_-1],g[_]];break;case 119:this.$=g[_]?{object:g[_-1],annotation:g[_]}:g[_-1];break;case 120:this.$=g[_-1].length?_c("|",Bs(g[_-1],g[_])):g[_];break;case 121:this.$=g[_-1].length?_c("/",Bs(g[_-1],g[_])):g[_];break;case 122:this.$=g[_]?_c(g[_],[g[_-1]]):g[_-1];break;case 123:this.$=g[_-1]?_c(g[_-1],[g[_]]):g[_];break;case 125:case 131:this.$=_c(g[_-1],[g[_]]);break;case 129:this.$=_c("|",Bs(g[_-2],g[_-1]));break;case 132:case 134:this.$=tL(g[_-1]);break;case 133:case 135:this.$=rL(g[_-1]);break;case 140:this.$={entity:g[_],triples:[]};break;case 145:this.$=Uy(g[_]);break;case 149:this.$=ke.factory.namedNode(V2);break;case 151:case 153:case 158:case 162:this.$=Vy(g[_-1],g[_]);break;case 152:this.$=["||",g[_]];break;case 154:this.$=["&&",g[_]];break;case 156:this.$=Fr(g[_-1],[g[_-2],g[_]]);break;case 157:this.$=Fr(g[_-2]?"notin":"in",[g[_-3],g[_]]);break;case 160:this.$=["+",Vy(g[_-1],g[_])];break;case 161:var Gd=rs(g[_-1].value.replace("-",""),g[_-1].datatype);this.$=["-",Vy(Gd,g[_])];break;case 164:this.$=Fr("UPLUS",[g[_]]);break;case 165:this.$=Fr(g[_-1],[g[_]]);break;case 166:this.$=Fr("UMINUS",[g[_]]);break;case 177:this.$=Fr(on(g[_-1]));break;case 178:this.$=Fr(on(g[_-3]),[g[_-1]]);break;case 179:this.$=xu(Fr(on(g[_-3]),[g[_-1]]));break;case 180:this.$=Fr(on(g[_-5]),[g[_-3],g[_-1]]);break;case 181:this.$=Fr(on(g[_-7]),[g[_-5],g[_-3],g[_-1]]);break;case 182:this.$=xu(Fr(on(g[_-7]),[g[_-5],g[_-3],g[_-1]]));break;case 183:this.$=Fr(on(g[_-1]),g[_]);break;case 184:this.$=Fr("bound",[Uy(g[_-1])]);break;case 185:this.$=Fr(g[_-1],[]);break;case 186:this.$=Fr(g[_-3],[g[_-1]]);break;case 187:this.$=Fr(g[_-2]?"notexists":"exists",[qy(g[_])]);break;case 188:case 189:this.$=yc(g[_-1],{type:"aggregate",aggregation:on(g[_-4]),distinct:!!g[_-2]});break;case 190:this.$=yc(g[_-2],{type:"aggregate",aggregation:on(g[_-5]),distinct:!!g[_-3],separator:typeof g[_-1]=="string"?g[_-1]:" "});break;case 192:this.$=rs(g[_]);break;case 193:this.$=XN(g[_-1],on(g[_].substr(1)));break;case 194:this.$=rs(g[_-2],g[_]);break;case 195:case 204:this.$=rs(g[_],q2);break;case 196:case 205:this.$=rs(g[_],W2);break;case 197:case 206:this.$=rs(on(g[_]),G2);break;case 200:this.$=rs(g[_].toLowerCase(),YN);break;case 201:this.$=rs(g[_].substr(1),q2);break;case 202:this.$=rs(g[_].substr(1),W2);break;case 203:this.$=rs(g[_].substr(1).toLowerCase(),G2);break;case 207:case 208:this.$=K2(g[_],1);break;case 209:case 210:this.$=K2(g[_],3);break;case 211:this.$=ke.factory.namedNode(Tu(g[_]));break;case 213:var zd=g[_].indexOf(":"),Iu=g[_].substr(0,zd),Hd=ke.prefixes[Iu];if(!Hd)throw new Error("Unknown prefix: "+Iu);var Ut=Tu(Hd+g[_].substr(zd+1));this.$=ke.factory.namedNode(Ut);break;case 214:if(g[_]=g[_].substr(0,g[_].length-1),!(g[_]in ke.prefixes))throw new Error("Unknown prefix: "+g[_]);var Ut=Tu(ke.prefixes[g[_]]);this.$=ke.factory.namedNode(Ut);break;case 215:this.$=Au(g[_].replace(/^(_:)/,""));break;case 216:this.$=Au();break;case 217:case 218:case 232:this.$=xu(Wy(g[_-3],g[_-2],g[_-1]));break;case 230:case 231:this.$=xu(g[_-1]);break;case 248:case 250:case 252:case 254:case 256:case 260:case 264:case 268:case 270:case 292:case 294:case 296:case 298:case 300:case 302:case 304:case 306:case 329:case 342:case 356:case 368:case 370:case 372:case 374:case 392:case 402:case 425:case 427:case 429:case 431:case 441:case 445:case 447:case 449:g[_-1].push(g[_]);break;case 259:case 269:case 291:case 293:case 295:case 301:case 305:case 371:case 424:case 426:this.$=[g[_]];break;case 308:g[_-3].push(g[_-2]);break;case 350:case 362:case 376:case 380:case 382:case 386:case 396:case 406:case 410:case 412:case 421:g[_-2].push(g[_-1]);break}},"anonymous"),table:[n(e,t,{3:1,4:2,10:3}),{1:[3]},n(r,[2,307],{5:4,7:5,321:6,214:7,8:8,96:9,215:10,17:11,21:12,97:16,38:17,6:[2,238],13:i,16:i,45:i,197:i,224:i,229:i,308:i,24:[1,13],32:[1,14],36:[1,15],41:s}),n([6,13,16,24,32,36,41,45,100,110,113,115,116,123,126,131,197,224,229,308,329,330,331,332,333],[2,3],{322:19,11:20,14:21,12:[1,22],15:[1,23]}),{6:[1,24]},{6:[2,240]},{6:[2,241]},{6:[2,242]},{6:[2,243],9:25,84:26,85:a},{6:[2,239]},n(c,[2,411],{216:28,217:29}),n(l,[2,249],{18:30}),n(l,[2,251],{22:31}),n(u,[2,255],{25:32,27:33,29:[1,34]}),{13:f,16:d,33:35,39:[1,37],44:39,55:40,87:h,139:38,307:43,308:p,323:36},n(l,[2,267],{37:46}),n(y,[2,326],{98:47,103:49,106:50,117:55,130:61,100:[1,48],110:[1,51],113:[1,52],115:[1,53],116:[1,54],131:[1,62],329:[1,56],330:[1,57],331:[1,58],332:[1,59],333:[1,60]}),{39:[1,63],40:64,43:65,44:66,45:v,87:h},n(w,[2,273],{42:68,324:69,325:[1,70],326:[1,71]}),n(e,[2,248]),n(e,[2,245]),n(e,[2,246]),{13:[1,72]},{16:[1,73]},{1:[2,1]},{6:[2,2]},{6:[2,244]},{45:[1,77],85:[1,78],86:74,87:[1,75],89:[1,76]},n([6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],[2,120],{337:[1,79]}),n(b,[2,418],{218:80,222:81,229:[1,82]}),{19:83,28:A,29:R,52:84,53:k,56:85},{19:88,28:A,29:R,52:89,53:k,56:85},n(l,[2,253],{26:90}),{28:[1,91],52:92,53:k},n(U,[2,385],{181:93,182:94,183:95,31:[2,383]}),n(te,[2,263],{34:96}),n(te,[2,261],{44:39,55:40,307:43,139:97,13:f,16:d,87:h,308:p}),n(te,[2,262]),n(z,[2,259]),n(G,[2,143]),n(G,[2,144]),n([6,13,16,28,29,31,39,45,47,48,53,63,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346,347,348,349,350,351],[2,145]),n(F,[2,211]),n(F,[2,212]),n(F,[2,213]),n(F,[2,214]),{19:98,28:A,29:R,52:99,53:k,56:85},{6:[2,309],99:100,193:[1,101]},n($,[2,311],{101:102,328:[1,103]}),n(re,[2,317],{104:104,328:[1,105]}),n(Ye,[2,322],{107:106,328:[1,107]}),{111:108,112:[2,324],328:[1,109]},{29:ot,114:110},{29:ot,114:112},{29:ot,114:113},{118:114,123:[1,115],125:116,126:Ft},n(ct,[2,315]),n(ct,[2,316]),n(ut,[2,319]),n(ut,[2,320]),n(ut,[2,321]),n(y,[2,327]),{13:f,16:d,55:118,307:43,308:p},n(l,[2,12]),n(l,[2,13],{44:66,43:119,45:v,87:h}),n(Xe,[2,269]),n(Xe,[2,15]),{13:f,16:d,44:136,45:se,46:120,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(w,[2,14]),n(w,[2,274]),n(w,[2,271]),n(w,[2,272]),n(e,[2,4]),{13:[1,177]},n(Z,[2,39]),{29:[1,178]},{29:[1,179]},{87:[1,181],91:180},{45:[1,187],87:[1,185],89:[1,186],93:182,165:183,166:184},n(c,[2,410]),n([6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337],[2,121],{338:[1,188]}),{13:f,16:d,45:[1,193],55:194,197:St,219:189,220:190,223:191,224:[1,192],307:43,308:p},n(b,[2,419]),n(Ct,De,{20:196,59:197,69:198,70:q}),n(l,[2,250]),{29:W,57:200},n($,[2,279],{54:202,327:[1,203]}),{29:[2,282]},n(Q,Y,{23:204,58:205,62:206,63:Ie}),n(l,[2,252]),{19:208,28:A,29:R,52:209,53:k,56:85},{29:[1,210]},n(u,[2,256]),{31:[1,211]},{31:[2,384]},{13:f,16:d,44:215,45:nt,55:220,82:V,87:h,89:it,145:212,172:221,185:213,187:214,231:Pr,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(d2,[2,265],{56:85,35:227,52:228,19:229,28:A,29:R,53:k}),n(z,[2,260]),n(Q,Y,{58:205,62:206,23:230,63:Ie}),n(l,[2,268]),{6:[2,45]},n(e,t,{10:3,4:231}),{13:f,16:d,55:232,307:43,308:p},n($,[2,312]),{105:233,112:h2,122:234,132:[1,237],134:235,327:[1,238],334:[1,239]},n(re,[2,318]),n($,p2,{108:240,133:242,112:m2,132:g2}),n(Ye,[2,323]),{112:[1,244]},{112:[2,325]},n(Or,[2,50]),n(U,Id,{135:245,136:246,143:247,144:248,31:y2,112:y2}),n(Or,[2,51]),n(Or,[2,52]),n(Ea,[2,328],{119:249}),{29:ot,114:250},n(Ea,[2,56]),{29:ot,114:251},n(y,[2,59]),n(Xe,[2,270]),{47:[1,252]},n(_2,[2,150]),n(Rd,[2,428],{240:253}),n(dc,[2,430],{244:254}),n(dc,[2,155],{248:255,249:256,250:[2,438],290:[1,257],341:[1,258],342:[1,259],343:[1,260],344:[1,261],345:[1,262],346:[1,263]}),n(hc,[2,440],{252:264}),n(yr,[2,448],{260:265}),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,255:154,257:155,264:266,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,255:154,257:155,264:267,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,255:154,257:155,264:268,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(yr,[2,167]),n(yr,[2,168]),n(yr,[2,169]),n(yr,[2,170],{176:269,45:S2,89:v2}),n(yr,[2,171]),n(yr,[2,172]),n(yr,[2,173]),n(yr,[2,174]),{13:f,16:d,44:136,45:se,46:272,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Xt,[2,176]),{89:[1,273]},{45:[1,274]},{45:[1,275]},{45:[1,276]},{45:[1,277]},{45:[1,278]},{45:b2,89:w2,179:279},{45:[1,282]},{45:[1,284],89:[1,283]},{279:[1,285]},n(an,[2,192],{292:[1,286],293:[1,287]}),n(an,[2,195]),n(an,[2,196]),n(an,[2,197]),n(an,[2,198]),n(an,[2,199]),n(an,[2,200]),{13:f,16:d,44:39,55:40,82:V,87:h,139:289,172:291,255:154,257:155,266:290,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,320:288},{45:[1,292]},{45:[1,293]},{45:[1,294]},n(vu,[2,452]),n(vu,[2,453]),n(vu,[2,454]),n(vu,[2,455]),n(vu,[2,456]),{279:[2,458]},n(Pd,[2,207]),n(Pd,[2,208]),n(Pd,[2,209]),n(Pd,[2,210]),n(an,[2,201]),n(an,[2,202]),n(an,[2,203]),n(an,[2,204]),n(an,[2,205]),n(an,[2,206]),n(e,[2,5]),n(Od,[2,297],{88:295}),n(Fd,[2,299],{90:296}),{48:[1,297],87:[1,298]},n(Dd,[2,301]),n(Z,[2,43]),n(Z,[2,82]),n(Z,[2,83]),{29:[1,299]},{29:[1,300]},{87:[1,302],169:301},n(c,[2,412]),n(uo,[2,123]),n(uo,[2,416],{221:303,339:304,39:[1,306],263:[1,307],340:[1,305]}),n(es,[2,124]),{13:f,16:d,45:[1,311],55:194,89:[1,310],197:St,223:312,225:308,226:309,229:E2,307:43,308:p},n(c,i,{215:10,214:314}),n(es,[2,236]),n(es,[2,237]),n(pc,[2,6]),n(Dy,[2,287],{60:315,72:316,73:[1,317]}),n(Ct,[2,286]),{13:f,16:d,45:se,55:323,67:321,68:322,71:318,77:320,79:319,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,307:43,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O},n([6,31,63,70,73,81,83,85],[2,20]),n(U,T2,{38:17,49:324,147:325,17:326,21:327,148:328,154:329,155:330,29:Ls,31:Ls,85:Ls,112:Ls,159:Ls,160:Ls,161:Ls,163:Ls,164:Ls,41:s}),{13:f,16:d,55:331,307:43,308:p},n($,[2,280]),n(pc,[2,7]),n(Ct,De,{59:197,69:198,20:332,70:q}),n(Q,[2,284]),{64:[1,333]},n(Q,Y,{58:205,62:206,23:334,63:Ie}),n(l,[2,254]),n(U,Id,{144:248,30:335,143:336,31:[2,257]}),n(l,[2,100]),{31:[2,387],184:337,335:[1,338]},{13:f,16:d,44:39,55:40,87:h,139:342,186:339,190:340,195:341,197:fo,307:43,308:p},n(bu,[2,389],{44:39,55:40,307:43,190:340,195:341,139:342,188:344,189:345,186:346,13:f,16:d,87:h,197:fo,308:p}),n(ks,[2,227]),n(ks,[2,228]),n(ks,[2,229]),{13:f,16:d,44:215,45:nt,55:220,82:V,87:h,89:it,172:221,185:351,187:350,200:348,230:347,231:Pr,234:349,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},{13:f,16:d,44:39,55:40,87:h,139:342,186:352,190:340,195:341,197:fo,307:43,308:p},n(ks,[2,146]),n(ks,[2,147]),n(ks,[2,148]),n(ks,[2,149]),{13:f,16:d,44:354,55:355,82:V,87:h,172:357,237:356,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:358,312:sn,313:353},n(Ny,[2,215]),n(Ny,[2,216]),n(Q,Y,{58:205,62:206,23:359,63:Ie}),n(te,[2,264]),n(d2,[2,266]),n(pc,[2,11]),n(r,[2,308],{6:[2,310]}),n(Or,[2,313],{102:360,120:361,121:[1,362]}),n(Or,[2,47]),n(Or,[2,63]),n(Or,[2,64]),{13:f,16:d,55:363,307:43,308:p},n(Or,[2,336]),n(Or,[2,337]),n(Or,[2,338]),{109:[1,364]},n(A2,[2,60]),{13:f,16:d,55:365,307:43,308:p},n($,[2,335]),{13:f,16:d,55:366,307:43,308:p},{31:[1,367]},n(ho,[2,341],{137:368}),n(ho,[2,340]),{13:f,16:d,44:215,45:nt,55:220,82:V,87:h,89:it,145:369,172:221,185:213,187:214,231:Pr,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},{28:[1,370],127:371,128:[1,372]},n(Ea,[2,330],{124:373,125:374,126:Ft}),n(Ea,[2,57]),{44:375,87:h},n(_2,[2,151],{241:376,242:[1,377]}),n(Rd,[2,153],{245:378,246:[1,379]}),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,247:380,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{250:[1,381]},n(Jt,[2,432]),n(Jt,[2,433]),n(Jt,[2,434]),n(Jt,[2,435]),n(Jt,[2,436]),n(Jt,[2,437]),{250:[2,439]},n([47,48,193,242,246,250,272,290,341,342,343,344,345,346],[2,158],{253:382,254:383,255:384,257:385,263:[1,386],265:[1,387],297:he,298:pe,299:me,300:ue,301:_e,302:Se}),n(hc,[2,162],{261:388,262:389,39:Ly,338:ky}),n(yr,[2,164]),n(yr,[2,165]),n(yr,[2,166]),n(Xt,[2,95]),n(Xt,[2,96]),n(Jt,[2,377],{177:392,325:[1,393]}),{48:[1,394]},n(Xt,[2,177]),{13:f,16:d,44:136,45:se,46:395,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:396,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:397,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:398,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:399,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Xt,[2,183]),n(Xt,[2,98]),n(Jt,[2,381],{180:400}),{87:[1,401]},n(Xt,[2,185]),{13:f,16:d,44:136,45:se,46:402,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{29:W,57:403},n(an,[2,193]),{13:f,16:d,55:404,307:43,308:p},{13:f,16:d,44:39,55:40,87:h,139:342,195:405,197:fo,307:43,308:p},n(Ta,[2,233]),n(Ta,[2,234]),n(Ta,[2,235]),n(x2,[2,459],{281:406,325:[1,407]}),n(Jt,[2,463],{284:408,325:[1,409]}),n(Jt,[2,465],{286:410,325:[1,411]}),{13:f,16:d,31:[1,412],55:414,82:V,171:413,172:415,173:416,174:Nd,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:Ld},{31:[1,419],89:[1,420]},{29:[1,421]},n(Dd,[2,302]),n(Od,[2,367],{167:422}),n(Fd,[2,369],{168:423}),{48:[1,424],87:[1,425]},n(Dd,[2,371]),n(uo,[2,122]),n(uo,[2,417]),n(uo,[2,413]),n(uo,[2,414]),n(uo,[2,415]),n(es,[2,125]),n(es,[2,127]),n(es,[2,128]),n(C2,[2,420],{227:426}),n(es,[2,130]),{13:f,16:d,55:194,197:St,223:427,307:43,308:p},{48:[1,428]},n(Aa,[2,289],{61:429,80:430,81:[1,431],83:[1,432]}),n(Dy,[2,288]),{64:[1,433]},n(Ct,[2,29],{307:43,267:139,275:146,278:149,77:320,67:321,68:322,55:323,79:434,13:f,16:d,45:se,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,276:ze,277:Ce,279:Ue,280:Pe,283:Ve,285:He,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O}),n(I2,[2,293]),n(My,[2,92]),n(My,[2,93]),n(My,[2,94]),{45:S2,89:v2,176:269},{31:[1,435]},{31:[1,436]},{19:437,28:A,29:R,56:85},{19:438,28:A,29:R,56:85},n(po,[2,355],{149:439}),n(po,[2,354]),{13:f,16:d,44:215,45:kd,55:220,82:V,87:h,89:it,156:440,172:221,185:441,203:442,231:Md,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(te,[2,19]),n(Aa,[2,21]),{13:f,16:d,44:450,45:R2,55:323,65:445,66:446,67:447,68:448,87:h,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,307:43,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(pc,[2,8]),{31:[1,451]},{31:[2,258]},{31:[2,101]},n(U,[2,386],{31:[2,388]}),n(bu,[2,102]),n(mo,[2,391],{191:452}),n(U,[2,395],{196:453,198:454}),n(U,[2,108]),n(U,[2,109]),n(bu,[2,103]),n(bu,[2,104]),n(bu,[2,390]),{13:f,16:d,44:215,45:nt,48:[1,455],55:220,82:V,87:h,89:it,172:221,185:351,187:350,200:456,231:Pr,234:349,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(jd,[2,424]),n(P2,[2,136]),n(P2,[2,137]),n(jy,[2,140]),{232:[1,457]},{13:f,16:d,44:39,55:40,87:h,139:342,195:458,197:fo,307:43,308:p},n(Ta,[2,219]),n(Ta,[2,220]),n(Ta,[2,221]),n(Ta,[2,222]),n(Ta,[2,223]),n(pc,[2,10]),n(Or,[2,46]),n(Or,[2,314]),{112:h2,122:459},n(Or,[2,62]),n($,p2,{133:242,108:460,112:m2,132:g2}),n(A2,[2,61]),n(Or,[2,49]),n([6,28,126,128,193],[2,65]),{31:[2,66],112:[1,462],138:461},n(ho,[2,351],{146:463,335:[1,464]}),{29:W,57:465},n(Ea,[2,329]),n($,[2,332],{129:466,327:[1,467]}),n(Ea,[2,55]),n(Ea,[2,331]),{48:[1,468]},n(Rd,[2,429]),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,239:469,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(dc,[2,431]),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,243:470,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(dc,[2,156]),{45:b2,89:w2,179:471},n(hc,[2,441]),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,251:472,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(yr,[2,444],{256:473}),n(yr,[2,446],{258:474}),n(Jt,[2,442]),n(Jt,[2,443]),n(yr,[2,449]),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,255:154,257:155,259:475,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Jt,[2,450]),n(Jt,[2,451]),n(Jt,[2,379],{178:476}),n(Jt,[2,378]),n([6,13,16,29,31,39,45,47,48,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,338,341,342,343,344,345,346,347,348,349,350,351],[2,175]),{48:[1,477]},{48:[1,478]},{272:[1,479]},{272:[1,480]},{272:[1,481]},{13:f,16:d,44:136,45:se,46:482,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{48:[1,483]},{48:[1,484]},n(Xt,[2,187]),n(an,[2,194]),{13:f,16:d,44:39,55:40,82:V,87:h,139:289,172:291,255:154,257:155,266:290,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,320:485},{13:f,16:d,39:[1,487],44:136,45:se,46:488,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,282:486,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(x2,[2,460]),{13:f,16:d,44:136,45:se,46:489,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Jt,[2,464]),{13:f,16:d,44:136,45:se,46:490,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Jt,[2,466]),n(Z,[2,40]),n(Od,[2,298]),n(wu,[2,87]),n(wu,[2,88]),n(wu,[2,89]),n(wu,[2,90]),{13:f,16:d,55:492,82:V,172:493,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,311:494,312:sn,315:491},n(Z,[2,41]),n(Fd,[2,300]),n(Eu,[2,303],{92:495}),{13:f,16:d,31:[1,496],55:414,82:V,171:497,172:415,173:416,174:Nd,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:Ld},{31:[1,498],89:[1,499]},{29:[1,500]},n(Dd,[2,372]),{13:f,16:d,48:[2,422],55:194,197:St,223:312,226:502,228:501,229:E2,307:43,308:p},n(es,[2,131]),n(es,[2,126]),n(Aa,[2,22]),n(Aa,[2,290]),{82:[1,503]},{82:[1,504]},{13:f,16:d,44:510,45:se,55:323,67:321,68:322,74:505,75:506,76:O2,77:320,78:F2,79:509,87:h,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,307:43,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(I2,[2,294]),n(D2,[2,69]),n(D2,[2,70]),n(Ct,De,{59:197,69:198,20:511,70:q}),n(Q,Y,{58:205,62:206,23:512,63:Ie}),{29:[2,375],31:[2,71],84:522,85:a,112:[1,518],150:513,151:514,158:515,159:[1,516],160:[1,517],161:[1,519],163:[1,520],164:[1,521],175:523},n(po,[2,363],{157:524,335:[1,525]}),n(c,i,{215:10,202:526,205:527,208:528,214:529,44:530,87:h}),n($d,[2,399],{215:10,205:527,208:528,214:529,44:530,204:531,202:532,13:i,16:i,45:i,197:i,224:i,229:i,308:i,87:h}),{13:f,16:d,44:215,45:kd,55:220,82:V,87:h,89:it,172:221,185:351,203:536,212:534,231:Md,233:533,234:535,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(c,i,{215:10,205:527,208:528,214:529,44:530,202:537,87:h}),n(Q,[2,23],{307:43,267:139,275:146,278:149,55:323,67:447,68:448,44:450,66:538,13:f,16:d,45:R2,87:h,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,276:ze,277:Ce,279:Ue,280:Pe,283:Ve,285:He,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O}),n(go,[2,291]),n(go,[2,24]),n(go,[2,25]),{13:f,16:d,44:136,45:se,46:539,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(go,[2,28]),n(Q,Y,{58:205,62:206,23:540,63:Ie}),n([31,112,232,318,335],[2,105],{192:541,193:[1,542]}),n(mo,[2,107]),{13:f,16:d,44:215,45:nt,55:220,82:V,87:h,89:it,172:221,185:351,187:350,199:543,200:544,231:Pr,234:349,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(N2,[2,132]),n(jd,[2,425]),n(N2,[2,133]),{13:f,16:d,44:354,55:355,82:V,87:h,172:357,237:356,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:358,312:sn,313:545},n(Or,[2,54]),n(Or,[2,48]),n(ho,[2,342]),{13:f,16:d,44:39,55:40,87:h,139:546,307:43,308:p},n(ho,[2,68]),n(U,[2,350],{31:L2,112:L2}),n(Or,[2,53]),{13:f,16:d,55:547,307:43,308:p},n($,[2,333]),n(Xe,[2,16]),n(Rd,[2,152]),n(dc,[2,154]),n(dc,[2,157]),n(hc,[2,159]),n(hc,[2,160],{262:389,261:548,39:Ly,338:ky}),n(hc,[2,161],{262:389,261:549,39:Ly,338:ky}),n(yr,[2,163]),{13:f,16:d,44:136,45:se,46:550,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Xt,[2,178]),n(Xt,[2,179]),{13:f,16:d,44:136,45:se,46:551,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:552,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:553,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{48:[1,554],272:[1,555]},n(Xt,[2,184]),n(Xt,[2,186]),{314:[1,556]},{48:[1,557]},{48:[2,461]},{48:[2,462]},{48:[1,558]},{48:[2,467],193:[1,561],287:559,288:560},{13:f,16:d,55:194,197:St,223:562,307:43,308:p},n($y,[2,224]),n($y,[2,225]),n($y,[2,226]),{31:[1,563],45:k2,94:564},n(Z,[2,84]),n(Od,[2,368]),n(Z,[2,85]),n(Fd,[2,370]),n(Eu,[2,373],{170:566}),{48:[1,567]},{48:[2,423],337:[1,568]},n(Aa,[2,35],{83:[1,569]}),n(Aa,[2,36],{81:[1,570]}),n(Dy,[2,30],{307:43,267:139,275:146,278:149,77:320,67:321,68:322,55:323,79:509,44:510,75:571,13:f,16:d,45:se,76:O2,78:F2,87:h,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,276:ze,277:Ce,279:Ue,280:Pe,283:Ve,285:He,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O}),n(mc,[2,295]),{45:se,77:572},{45:se,77:573},n(mc,[2,33]),n(mc,[2,34]),{31:[2,275],50:574,84:575,85:a},{31:[2,277],51:576,84:577,85:a},n(po,[2,356]),n(M2,[2,357],{152:578,335:[1,579]}),n(Ms,[2,74]),{29:W,57:580},{29:W,57:581},{13:f,16:d,44:39,55:40,87:h,139:582,307:43,308:p},n(j2,[2,365],{162:583,328:[1,584]}),{13:f,16:d,45:se,55:323,67:321,68:322,77:320,79:585,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,307:43,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O},{45:[1,586]},n(Ms,[2,81]),{29:W,57:587},n(po,[2,73]),n(U,[2,362],{29:js,31:js,85:js,112:js,159:js,160:js,161:js,163:js,164:js}),n($d,[2,112]),n(gc,[2,401],{206:588}),n(U,[2,405],{209:589,210:590}),n(U,[2,403]),n(U,[2,404]),n($d,[2,113]),n($d,[2,400]),{13:f,16:d,44:215,45:kd,48:[1,591],55:220,82:V,87:h,89:it,172:221,185:351,203:536,212:592,231:Md,234:535,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(jd,[2,426]),n(jy,[2,138]),n(jy,[2,139]),{232:[1,593]},n(go,[2,292]),{47:[1,595],48:[1,594]},n(pc,[2,9]),n(mo,[2,392]),n(mo,[2,393],{44:39,55:40,307:43,195:341,139:342,194:596,190:597,13:f,16:d,87:h,197:fo,308:p}),n(mo,[2,110],{272:[1,598]}),n(Bd,[2,397],{201:599,316:600,317:[1,601]}),{314:[1,602]},{29:[1,603]},n(Ea,[2,58]),n(yr,[2,445]),n(yr,[2,447]),{48:[1,604],272:[1,605]},{48:[1,606]},{272:[1,607]},{272:[1,608]},n(Xt,[2,99]),n(Jt,[2,382]),n([13,16,39,47,48,87,193,197,242,246,250,263,265,272,290,297,298,299,300,301,302,308,314,338,341,342,343,344,345,346],[2,232]),n(Xt,[2,188]),n(Xt,[2,189]),{48:[1,609]},{48:[2,468]},{289:[1,610]},{13:f,16:d,55:492,82:V,172:493,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,311:494,312:sn,315:611},n(Z,[2,42]),n(Eu,[2,304]),{13:f,16:d,55:414,82:V,95:612,171:613,172:415,173:416,174:Nd,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:Ld},{31:[1,614],45:k2,94:615},n(es,[2,129]),n(C2,[2,421]),{82:[1,616]},{82:[1,617]},n(mc,[2,296]),n(mc,[2,31]),n(mc,[2,32]),{31:[2,17]},{31:[2,276]},{31:[2,18]},{31:[2,278]},n(U,T2,{155:330,153:618,154:619,29:$s,31:$s,85:$s,112:$s,159:$s,160:$s,161:$s,163:$s,164:$s}),n(M2,[2,358]),n(Ms,[2,75]),n(Ms,[2,76]),{29:W,57:620},{13:f,16:d,44:39,55:40,87:h,139:621,307:43,308:p},n(j2,[2,366]),n(Ms,[2,79]),{13:f,16:d,44:136,45:se,46:622,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Ms,[2,91],{336:[1,623]}),n([29,31,85,112,159,160,161,163,164,232,318,335],[2,114],{207:624,193:[1,625]}),n(gc,[2,117]),{13:f,16:d,44:215,45:kd,55:220,82:V,87:h,89:it,172:221,185:351,203:536,211:626,212:627,231:Md,234:535,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(ks,[2,134]),n(jd,[2,427]),n(ks,[2,135]),n(go,[2,26]),{44:628,87:h},n(mo,[2,106]),n(mo,[2,394]),n(U,[2,396]),n(Bd,[2,111]),n(Bd,[2,398]),{13:f,16:d,44:39,55:40,87:h,139:342,186:629,190:340,195:341,197:fo,307:43,308:p},n(Ny,[2,217]),n(U,Id,{144:248,140:630,143:631,31:[2,343]}),n(Xt,[2,97]),n(Jt,[2,380]),n(Xt,[2,180]),{13:f,16:d,44:136,45:se,46:632,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:633,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Xt,[2,190]),{290:[1,634]},{314:[1,635]},{13:f,16:d,48:[1,636],55:414,82:V,171:637,172:415,173:416,174:Nd,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:Ld},n($2,[2,305]),n(Z,[2,86]),n(Eu,[2,374]),n(Aa,[2,37]),n(Aa,[2,38]),n(po,[2,72]),n(po,[2,360]),n(Ms,[2,77]),{29:W,57:638},{47:[1,639]},{29:[2,376]},n(gc,[2,402]),n(gc,[2,115],{215:10,208:528,214:529,44:530,205:640,13:i,16:i,45:i,197:i,224:i,229:i,308:i,87:h}),n(gc,[2,118],{272:[1,641]}),n(Ud,[2,407],{213:642,319:643,317:[1,644]}),{48:[1,645]},{318:[1,646]},{31:[1,647]},{31:[2,344]},{48:[1,648]},{48:[1,649]},{291:650,303:ve,304:be,305:ce,306:we},n(wu,[2,218]),n(Eu,[2,44]),n($2,[2,306]),n(Ms,[2,78]),{44:651,87:h},n(gc,[2,116]),n(U,[2,406]),n(Ud,[2,119]),n(Ud,[2,408]),n(c,i,{215:10,205:527,208:528,214:529,44:530,202:652,87:h}),n(go,[2,27]),n(Bd,[2,230]),n(B2,[2,345],{141:653,335:[1,654]}),n(Xt,[2,181]),n(Xt,[2,182]),{48:[2,191]},{48:[1,655]},{318:[1,656]},n(U,Id,{144:248,142:657,143:658,31:U2,112:U2}),n(B2,[2,346]),n(Ms,[2,80]),n(Ud,[2,231]),n(ho,[2,67]),n(ho,[2,348])],defaultActions:{5:[2,240],6:[2,241],7:[2,242],9:[2,239],24:[2,1],25:[2,2],26:[2,244],87:[2,282],94:[2,384],100:[2,45],109:[2,325],166:[2,458],263:[2,439],336:[2,258],337:[2,101],487:[2,461],488:[2,462],560:[2,468],574:[2,17],575:[2,276],576:[2,18],577:[2,278],623:[2,376],631:[2,344],650:[2,191]},parseError:o(function(C,P){if(P.recoverable)this.trace(C);else{var N=new Error(C);throw N.hash=P,N}},"parseError"),parse:o(function(C){var P=this,N=[0],ie=[],Oe=[null],g=[],cn=this.table,_="",ns=0,Cu=0,Gd=0,zd=2,Iu=1,Hd=g.slice.call(arguments,1),Ut=Object.create(this.lexer),is={yy:{}};for(var Ru in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Ru)&&(is.yy[Ru]=this.yy[Ru]);Ut.setInput(C,is.yy),is.yy.lexer=Ut,is.yy.parser=this,typeof Ut.yylloc>"u"&&(Ut.yylloc={});var bc=Ut.yylloc;g.push(bc);var vt=Ut.options&&Ut.options.ranges;typeof is.yy.parseError=="function"?this.parseError=is.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function jt(ss){N.length=N.length-2*ss,Oe.length=Oe.length-ss,g.length=g.length-ss}o(jt,"popStack");for(var st=o(function(){var ss;return ss=Ut.lex()||Iu,typeof ss!="number"&&(ss=P.symbols_[ss]||ss),ss},"lex"),dt,wn,vo,Hn,DJ,Jy,wc={},Qd,Vs,Z2,Kd;;){if(vo=N[N.length-1],this.defaultActions[vo]?Hn=this.defaultActions[vo]:((dt===null||typeof dt>"u")&&(dt=st()),Hn=cn[vo]&&cn[vo][dt]),typeof Hn>"u"||!Hn.length||!Hn[0]){var Zy="";Kd=[];for(Qd in cn[vo])this.terminals_[Qd]&&Qd>zd&&Kd.push("'"+this.terminals_[Qd]+"'");Ut.showPosition?Zy="Parse error on line "+(ns+1)+`:
|
|
33
|
+
`)}o(ej,"composeErrorMessage");function tj(n,e,t){let[,r=null]=n.toString().match(/constructor\(([\w, ]+)\)/)||[],i=Z4(r,e);return ej(`Cannot inject the dependency ${i} of "${n.name}" constructor. Reason:`,t)}o(tj,"formatErrorCtor");jh.formatErrorCtor=tj});var bA=S($h=>{"use strict";Object.defineProperty($h,"__esModule",{value:!0});$h.isDisposable=void 0;function rj(n){return!(typeof n.dispose!="function"||n.dispose.length>0)}o(rj,"isDisposable");$h.isDisposable=rj});var EA=S(Po=>{"use strict";Object.defineProperty(Po,"__esModule",{value:!0});Po.PostResolutionInterceptors=Po.PreResolutionInterceptors=void 0;var wA=w_(),Bh=class extends wA.default{static{o(this,"PreResolutionInterceptors")}};Po.PreResolutionInterceptors=Bh;var Uh=class extends wA.default{static{o(this,"PostResolutionInterceptors")}};Po.PostResolutionInterceptors=Uh;var I_=class{static{o(this,"Interceptors")}constructor(){this.preResolution=new Bh,this.postResolution=new Uh}};Po.default=I_});var Pa=S(Qs=>{"use strict";Object.defineProperty(Qs,"__esModule",{value:!0});Qs.instance=Qs.typeInfo=void 0;var nj=(Rh(),Yd(Ih)),fn=S_(),ij=_A(),Vh=Nh(),sj=SA(),xn=h_(),qh=vA(),aj=C_(),oj=Dh(),cj=bA(),lj=EA();Qs.typeInfo=new Map;var R_=class n{static{o(this,"InternalDependencyContainer")}constructor(e){this.parent=e,this._registry=new sj.default,this.interceptors=new lj.default,this.disposed=!1,this.disposables=new Set}register(e,t,r={lifecycle:xn.default.Transient}){this.ensureNotDisposed();let i;if(ij.isProvider(t)?i=t:i={useClass:t},fn.isTokenProvider(i)){let s=[e],a=i;for(;a!=null;){let c=a.useToken;if(s.includes(c))throw new Error(`Token registration cycle detected! ${[...s,c].join(" -> ")}`);s.push(c);let l=this._registry.get(c);l&&fn.isTokenProvider(l.provider)?a=l.provider:a=null}}if((r.lifecycle===xn.default.Singleton||r.lifecycle==xn.default.ContainerScoped||r.lifecycle==xn.default.ResolutionScoped)&&(fn.isValueProvider(i)||fn.isFactoryProvider(i)))throw new Error(`Cannot use lifecycle "${xn.default[r.lifecycle]}" with ValueProviders or FactoryProviders`);return this._registry.set(e,{provider:i,options:r}),this}registerType(e,t){return this.ensureNotDisposed(),fn.isNormalToken(t)?this.register(e,{useToken:t}):this.register(e,{useClass:t})}registerInstance(e,t){return this.ensureNotDisposed(),this.register(e,{useValue:t})}registerSingleton(e,t){if(this.ensureNotDisposed(),fn.isNormalToken(e)){if(fn.isNormalToken(t))return this.register(e,{useToken:t},{lifecycle:xn.default.Singleton});if(t)return this.register(e,{useClass:t},{lifecycle:xn.default.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}let r=e;return t&&!fn.isNormalToken(t)&&(r=t),this.register(e,{useClass:r},{lifecycle:xn.default.Singleton})}resolve(e,t=new qh.default,r=!1){this.ensureNotDisposed();let i=this.getRegistration(e);if(!i&&fn.isNormalToken(e)){if(r)return;throw new Error(`Attempted to resolve unregistered dependency token: "${e.toString()}"`)}if(this.executePreResolutionInterceptor(e,"Single"),i){let s=this.resolveRegistration(i,t);return this.executePostResolutionInterceptor(e,s,"Single"),s}if(Vh.isConstructorToken(e)){let s=this.construct(e,t);return this.executePostResolutionInterceptor(e,s,"Single"),s}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")}executePreResolutionInterceptor(e,t){if(this.interceptors.preResolution.has(e)){let r=[];for(let i of this.interceptors.preResolution.getAll(e))i.options.frequency!="Once"&&r.push(i),i.callback(e,t);this.interceptors.preResolution.setAll(e,r)}}executePostResolutionInterceptor(e,t,r){if(this.interceptors.postResolution.has(e)){let i=[];for(let s of this.interceptors.postResolution.getAll(e))s.options.frequency!="Once"&&i.push(s),s.callback(e,t,r);this.interceptors.postResolution.setAll(e,i)}}resolveRegistration(e,t){if(this.ensureNotDisposed(),e.options.lifecycle===xn.default.ResolutionScoped&&t.scopedResolutions.has(e))return t.scopedResolutions.get(e);let r=e.options.lifecycle===xn.default.Singleton,i=e.options.lifecycle===xn.default.ContainerScoped,s=r||i,a;return fn.isValueProvider(e.provider)?a=e.provider.useValue:fn.isTokenProvider(e.provider)?a=s?e.instance||(e.instance=this.resolve(e.provider.useToken,t)):this.resolve(e.provider.useToken,t):fn.isClassProvider(e.provider)?a=s?e.instance||(e.instance=this.construct(e.provider.useClass,t)):this.construct(e.provider.useClass,t):fn.isFactoryProvider(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,t),e.options.lifecycle===xn.default.ResolutionScoped&&t.scopedResolutions.set(e,a),a}resolveAll(e,t=new qh.default,r=!1){this.ensureNotDisposed();let i=this.getAllRegistrations(e);if(!i&&fn.isNormalToken(e)){if(r)return[];throw new Error(`Attempted to resolve unregistered dependency token: "${e.toString()}"`)}if(this.executePreResolutionInterceptor(e,"All"),i){let a=i.map(c=>this.resolveRegistration(c,t));return this.executePostResolutionInterceptor(e,a,"All"),a}let s=[this.construct(e,t)];return this.executePostResolutionInterceptor(e,s,"All"),s}isRegistered(e,t=!1){return this.ensureNotDisposed(),this._registry.has(e)||t&&(this.parent||!1)&&this.parent.isRegistered(e,!0)}reset(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()}clearInstances(){this.ensureNotDisposed();for(let[e,t]of this._registry.entries())this._registry.setAll(e,t.filter(r=>!fn.isValueProvider(r.provider)).map(r=>(r.instance=void 0,r)))}createChildContainer(){this.ensureNotDisposed();let e=new n(this);for(let[t,r]of this._registry.entries())r.some(({options:i})=>i.lifecycle===xn.default.ContainerScoped)&&e._registry.setAll(t,r.map(i=>i.options.lifecycle===xn.default.ContainerScoped?{provider:i.provider,options:i.options}:i));return e}beforeResolution(e,t,r={frequency:"Always"}){this.interceptors.preResolution.set(e,{callback:t,options:r})}afterResolution(e,t,r={frequency:"Always"}){this.interceptors.postResolution.set(e,{callback:t,options:r})}dispose(){return nj.__awaiter(this,void 0,void 0,function*(){this.disposed=!0;let e=[];this.disposables.forEach(t=>{let r=t.dispose();r&&e.push(r)}),yield Promise.all(e)})}getRegistration(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null}getAllRegistrations(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null}construct(e,t){if(e instanceof oj.DelayedConstructor)return e.createProxy(i=>this.resolve(i,t));let r=(()=>{let i=Qs.typeInfo.get(e);if(!i||i.length===0){if(e.length===0)return new e;throw new Error(`TypeInfo not known for "${e.name}"`)}let s=i.map(this.resolveParams(t,e));return new e(...s)})();return cj.isDisposable(r)&&this.disposables.add(r),r}resolveParams(e,t){return(r,i)=>{try{return Vh.isTokenDescriptor(r)?Vh.isTransformDescriptor(r)?r.multiple?this.resolve(r.transform).transform(this.resolveAll(r.token,new qh.default,r.isOptional),...r.transformArgs):this.resolve(r.transform).transform(this.resolve(r.token,e,r.isOptional),...r.transformArgs):r.multiple?this.resolveAll(r.token,new qh.default,r.isOptional):this.resolve(r.token,e,r.isOptional):Vh.isTransformDescriptor(r)?this.resolve(r.transform,e).transform(this.resolve(r.token,e),...r.transformArgs):this.resolve(r,e)}catch(s){throw new Error(aj.formatErrorCtor(t,i,s))}}}ensureNotDisposed(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")}};Qs.instance=new R_;Qs.default=Qs.instance});var TA=S(O_=>{"use strict";Object.defineProperty(O_,"__esModule",{value:!0});var uj=Io(),Ks=Pa(),P_=Nh(),fj=C_();function dj(){return function(n){let e=uj.getParamInfo(n);return class extends n{constructor(...t){super(...t.concat(e.slice(t.length).map((r,i)=>{try{return P_.isTokenDescriptor(r)?P_.isTransformDescriptor(r)?r.multiple?Ks.instance.resolve(r.transform).transform(Ks.instance.resolveAll(r.token),...r.transformArgs):Ks.instance.resolve(r.transform).transform(Ks.instance.resolve(r.token),...r.transformArgs):r.multiple?Ks.instance.resolveAll(r.token):Ks.instance.resolve(r.token):P_.isTransformDescriptor(r)?Ks.instance.resolve(r.transform).transform(Ks.instance.resolve(r.token),...r.transformArgs):Ks.instance.resolve(r)}catch(s){let a=i+t.length;throw new Error(fj.formatErrorCtor(n,a,s))}})))}}}}o(dj,"autoInjectable");O_.default=dj});var AA=S(F_=>{"use strict";Object.defineProperty(F_,"__esModule",{value:!0});var hj=Io();function pj(n,e){let t={token:n,multiple:!1,isOptional:e&&e.isOptional};return hj.defineInjectionTokenMetadata(t)}o(pj,"inject");F_.default=pj});var Wh=S(D_=>{"use strict";Object.defineProperty(D_,"__esModule",{value:!0});var mj=Io(),gj=Pa(),xA=Pa();function yj(n){return function(e){gj.typeInfo.set(e,mj.getParamInfo(e)),n&&n.token&&(Array.isArray(n.token)?n.token.forEach(t=>{xA.instance.register(t,e)}):xA.instance.register(n.token,e))}}o(yj,"injectable");D_.default=yj});var CA=S(N_=>{"use strict";Object.defineProperty(N_,"__esModule",{value:!0});var _j=(Rh(),Yd(Ih)),Sj=Pa();function vj(n=[]){return function(e){return n.forEach(t=>{var{token:r,options:i}=t,s=_j.__rest(t,["token","options"]);return Sj.instance.register(r,s,i)}),e}}o(vj,"registry");N_.default=vj});var IA=S(L_=>{"use strict";Object.defineProperty(L_,"__esModule",{value:!0});var bj=Wh(),wj=Pa();function Ej(){return function(n){bj.default()(n),wj.instance.registerSingleton(n)}}o(Ej,"singleton");L_.default=Ej});var RA=S(k_=>{"use strict";Object.defineProperty(k_,"__esModule",{value:!0});var Tj=Io();function Aj(n,e){let t={token:n,multiple:!0,isOptional:e&&e.isOptional};return Tj.defineInjectionTokenMetadata(t)}o(Aj,"injectAll");k_.default=Aj});var PA=S(M_=>{"use strict";Object.defineProperty(M_,"__esModule",{value:!0});var xj=Io();function Cj(n,e,...t){let r={token:n,multiple:!0,transform:e,transformArgs:t};return xj.defineInjectionTokenMetadata(r)}o(Cj,"injectAllWithTransform");M_.default=Cj});var OA=S(j_=>{"use strict";Object.defineProperty(j_,"__esModule",{value:!0});var Ij=Io();function Rj(n,e,...t){return Ij.defineInjectionTokenMetadata(n,{transformToken:e,args:t})}o(Rj,"injectWithTransform");j_.default=Rj});var FA=S($_=>{"use strict";Object.defineProperty($_,"__esModule",{value:!0});var Pj=Wh(),Oj=Pa();function Fj(n,e){return function(t){Pj.default()(t),Oj.instance.register(e||t,t,{lifecycle:n})}}o(Fj,"scoped");$_.default=Fj});var DA=S(hi=>{"use strict";Object.defineProperty(hi,"__esModule",{value:!0});var Dj=TA();Object.defineProperty(hi,"autoInjectable",{enumerable:!0,get:o(function(){return Dj.default},"get")});var Nj=AA();Object.defineProperty(hi,"inject",{enumerable:!0,get:o(function(){return Nj.default},"get")});var Lj=Wh();Object.defineProperty(hi,"injectable",{enumerable:!0,get:o(function(){return Lj.default},"get")});var kj=CA();Object.defineProperty(hi,"registry",{enumerable:!0,get:o(function(){return kj.default},"get")});var Mj=IA();Object.defineProperty(hi,"singleton",{enumerable:!0,get:o(function(){return Mj.default},"get")});var jj=RA();Object.defineProperty(hi,"injectAll",{enumerable:!0,get:o(function(){return jj.default},"get")});var $j=PA();Object.defineProperty(hi,"injectAllWithTransform",{enumerable:!0,get:o(function(){return $j.default},"get")});var Bj=OA();Object.defineProperty(hi,"injectWithTransform",{enumerable:!0,get:o(function(){return Bj.default},"get")});var Uj=FA();Object.defineProperty(hi,"scoped",{enumerable:!0,get:o(function(){return Uj.default},"get")})});var NA=S(B_=>{"use strict";Object.defineProperty(B_,"__esModule",{value:!0});function Vj(n){let e;return t=>(e==null&&(e=n(t)),e)}o(Vj,"instanceCachingFactory");B_.default=Vj});var LA=S(U_=>{"use strict";Object.defineProperty(U_,"__esModule",{value:!0});function qj(n){let e=new WeakMap;return t=>{let r=e.get(t);return r==null&&(r=n(t),e.set(t,r)),r}}o(qj,"instancePerContainerCachingFactory");U_.default=qj});var kA=S(V_=>{"use strict";Object.defineProperty(V_,"__esModule",{value:!0});function Wj(n,e,t,r=!0){let i,s;return a=>{let c=n(a);return(!r||s!==c)&&((s=c)?i=a.resolve(e):i=a.resolve(t)),i}}o(Wj,"predicateAwareClassFactory");V_.default=Wj});var MA=S(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});var Gj=NA();Object.defineProperty(Qu,"instanceCachingFactory",{enumerable:!0,get:o(function(){return Gj.default},"get")});var zj=LA();Object.defineProperty(Qu,"instancePerContainerCachingFactory",{enumerable:!0,get:o(function(){return zj.default},"get")});var Hj=kA();Object.defineProperty(Qu,"predicateAwareClassFactory",{enumerable:!0,get:o(function(){return Hj.default},"get")})});var fe=S(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});var q_=(Rh(),Yd(Ih));if(typeof Reflect>"u"||!Reflect.getMetadata)throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);var Qj=yA();Object.defineProperty(Oa,"Lifecycle",{enumerable:!0,get:o(function(){return Qj.Lifecycle},"get")});q_.__exportStar(DA(),Oa);q_.__exportStar(MA(),Oa);q_.__exportStar(S_(),Oa);var Kj=Dh();Object.defineProperty(Oa,"delay",{enumerable:!0,get:o(function(){return Kj.delay},"get")});var Yj=Pa();Object.defineProperty(Oa,"container",{enumerable:!0,get:o(function(){return Yj.instance},"get")})});var Pc=S(Gh=>{"use strict";Object.defineProperty(Gh,"__esModule",{value:!0});Gh.NullLogger=void 0;Gh.NullLogger={debug(){},info(){},warn(){},error(){}}});var W_=S((_re,jA)=>{var Oc=class{static{o(this,"Wildcard")}constructor(){return Xj||this}equals(e){return e&&this.termType===e.termType}};Object.defineProperty(Oc.prototype,"value",{enumerable:!0,value:"*"});Object.defineProperty(Oc.prototype,"termType",{enumerable:!0,value:"Wildcard"});var Xj=new Oc;jA.exports.Wildcard=Oc});var BA=S((vre,$A)=>{var Jj=(function(){var n=o(function(I,C,P,N){for(P=P||{},N=I.length;N--;P[I[N]]=C);return P},"o"),e=[6,12,13,15,16,24,32,36,41,45,100,110,113,115,116,123,126,131,197,224,229,308,329,330,331,332,333],t=[2,247],r=[100,110,113,115,116,123,126,131,329,330,331,332,333],i=[2,409],s=[1,18],a=[1,27],c=[13,16,45,197,224,229,308],l=[28,29,53],u=[28,53],f=[1,42],d=[1,45],h=[1,41],p=[1,44],y=[123,126],v=[1,67],w=[39,45,87],b=[13,16,45,197,224,308],A=[1,87],R=[2,281],k=[1,86],U=[13,16,45,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],te=[6,28,29,53,63,70,73,81,83,85],z=[6,13,16,28,29,53,63,70,73,81,83,85,87,308],G=[6,13,16,28,29,45,53,63,70,73,81,82,83,85,87,89,197,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314],F=[6,13,16,28,29,31,39,45,47,48,53,63,70,73,81,82,83,85,87,89,109,112,121,123,126,128,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,337,338,340,341,342,343,344,345,346],$=[13,16,308],re=[112,132,327,334],Ye=[13,16,112,132,308],ot=[1,111],Ft=[1,117],ct=[112,132,327,328,334],ut=[13,16,112,132,308,328],Xe=[28,29,45,53,87],se=[1,138],V=[1,151],ft=[1,128],mt=[1,127],H=[1,129],Re=[1,140],qe=[1,141],ne=[1,142],We=[1,143],Ge=[1,144],Be=[1,145],ze=[1,147],Ce=[1,148],Ue=[2,457],Pe=[1,158],Ve=[1,159],He=[1,160],de=[1,152],ge=[1,153],ye=[1,156],he=[1,171],pe=[1,172],me=[1,173],ue=[1,174],_e=[1,175],Se=[1,176],ve=[1,167],be=[1,168],ce=[1,169],we=[1,170],et=[1,157],Qe=[1,166],$e=[1,161],E=[1,162],T=[1,163],x=[1,164],O=[1,165],Z=[6,13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335],St=[1,195],Ct=[6,31,73,81,83,85],De=[2,285],q=[1,199],W=[1,201],Q=[6,31,70,73,81,83,85],Y=[2,283],Ie=[1,207],nt=[1,218],it=[1,223],Pr=[1,219],bn=[1,225],Mn=[1,226],sn=[1,224],d2=[6,63,70,73,81,83,85],h2=[1,236],p2=[2,334],m2=[1,243],g2=[1,241],Or=[6,193],Id=[2,349],y2=[2,339],Ea=[28,128],_2=[47,48,193,272],Rd=[47,48,193,242,272],dc=[47,48,193,242,246,272],hc=[47,48,193,242,246,250,263,265,272,290,297,298,299,300,301,302,341,342,343,344,345,346],yr=[39,47,48,193,242,246,250,263,265,272,290,297,298,299,300,301,302,338,341,342,343,344,345,346],S2=[1,271],v2=[1,270],Xt=[6,13,16,29,31,39,45,47,48,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,338,341,342,343,344,345,346,347,348,349,350,351],b2=[1,281],w2=[1,280],an=[13,16,29,31,39,45,47,48,82,85,87,89,112,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346],vu=[45,89],Pd=[13,16,29,31,39,45,47,48,82,85,87,89,112,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346],Od=[13,16,31,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Fd=[31,89],Dd=[48,87],uo=[6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337,338],es=[6,13,16,39,45,48,82,87,89,231,263,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337,338,340],E2=[1,313],pc=[6,85],Dy=[6,31,81,83,85],T2=[2,361],Ls=[2,353],fo=[1,343],bu=[31,112,335],ks=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],Ny=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335],A2=[6,109,193],ho=[31,112],Jt=[13,16,45,82,87,224,263,265,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312,346,347,348,349,350,351],Ly=[1,390],ky=[1,391],Ta=[13,16,87,197,308,314],x2=[13,16,39,45,82,87,224,263,265,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312,346,347,348,349,350,351],Nd=[1,417],Ld=[1,418],C2=[13,16,48,197,229,308],Aa=[6,31,85],I2=[6,13,16,31,45,73,81,83,85,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],My=[6,13,16,29,31,45,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,231,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,346,347,348,349,350,351],po=[29,31,85,112,159,160,161,163,164],kd=[1,443],Md=[1,444],R2=[1,449],mo=[31,112,193,232,318,335],jd=[13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],P2=[13,16,31,45,48,82,87,89,112,193,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],jy=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],wu=[13,16,31,48,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Eu=[31,45],O2=[1,507],F2=[1,508],D2=[6,13,16,29,31,39,45,47,48,63,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,336,338,341,342,343,344,345,346,347,348,349,350,351],$d=[29,31,85,112,159,160,161,163,164,335],go=[6,13,16,31,45,70,73,81,83,85,87,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],N2=[13,16,31,45,48,82,87,89,112,193,197,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],L2=[2,352],$y=[13,16,197,308,314],k2=[1,565],mc=[6,13,16,31,45,76,78,81,83,85,87,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],M2=[13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],Ms=[13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335],j2=[13,16,87,308],js=[2,364],gc=[29,31,85,112,159,160,161,163,164,193,232,318,335],Bd=[31,112,193,232,272,318,335],$s=[2,359],$2=[13,16,48,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Ud=[29,31,85,112,159,160,161,163,164,193,232,272,318,335],B2=[13,16,31,45,82,87,89,112,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],U2=[2,347],By={trace:o(function(){},"trace"),yy:{},symbols_:{error:2,QueryOrUpdate:3,Prologue:4,QueryOrUpdate_group0:5,EOF:6,Query:7,Qry:8,Query_option0:9,Prologue_repetition0:10,BaseDecl:11,BASE:12,IRIREF:13,PrefixDecl:14,PREFIX:15,PNAME_NS:16,SelectClauseWildcard:17,Qry_repetition0:18,WhereClause:19,SolutionModifierNoGroup:20,SelectClauseVars:21,Qry_repetition1:22,SolutionModifier:23,CONSTRUCT:24,ConstructTemplate:25,Qry_repetition2:26,Qry_repetition3:27,WHERE:28,"{":29,Qry_option0:30,"}":31,DESCRIBE:32,Qry_group0:33,Qry_repetition4:34,Qry_option1:35,ASK:36,Qry_repetition5:37,SelectClauseBase:38,"*":39,SelectClauseVars_repetition_plus0:40,SELECT:41,SelectClauseBase_option0:42,SelectClauseItem:43,Var:44,"(":45,Expression:46,AS:47,")":48,SubSelect:49,SubSelect_option0:50,SubSelect_option1:51,DatasetClause:52,FROM:53,DatasetClause_option0:54,iri:55,WhereClause_option0:56,GroupGraphPattern:57,SolutionModifier_option0:58,SolutionModifierNoGroup_option0:59,SolutionModifierNoGroup_option1:60,SolutionModifierNoGroup_option2:61,GroupClause:62,GROUP:63,BY:64,GroupClause_repetition_plus0:65,GroupCondition:66,BuiltInCall:67,FunctionCall:68,HavingClause:69,HAVING:70,HavingClause_repetition_plus0:71,OrderClause:72,ORDER:73,OrderClause_repetition_plus0:74,OrderCondition:75,ASC:76,BrackettedExpression:77,DESC:78,Constraint:79,LimitOffsetClauses:80,LIMIT:81,INTEGER:82,OFFSET:83,ValuesClause:84,VALUES:85,InlineData:86,VAR:87,InlineData_repetition0:88,NIL:89,InlineData_repetition1:90,InlineData_repetition_plus2:91,InlineData_repetition3:92,DataBlock:93,DataBlockValueList:94,DataBlockValueList_repetition_plus0:95,Update:96,Update_repetition0:97,Update1:98,Update_option0:99,LOAD:100,Update1_option0:101,Update1_option1:102,Update1_group0:103,Update1_option2:104,GraphRefAll:105,Update1_group1:106,Update1_option3:107,GraphOrDefault:108,TO:109,CREATE:110,Update1_option4:111,GRAPH:112,INSERTDATA:113,QuadPattern:114,DELETEDATA:115,DELETEWHERE:116,Update1_option5:117,InsertDeleteClause:118,Update1_repetition0:119,IntoGraphClause:120,INTO:121,GraphRef:122,DELETE:123,InsertDeleteClause_option0:124,InsertClause:125,INSERT:126,UsingClause:127,USING:128,UsingClause_option0:129,WithClause:130,WITH:131,DEFAULT:132,GraphOrDefault_option0:133,GraphRefAll_group0:134,Quads:135,Quads_option0:136,Quads_repetition0:137,QuadsNotTriples:138,VarOrIri:139,QuadsNotTriples_option0:140,QuadsNotTriples_option1:141,QuadsNotTriples_option2:142,TriplesTemplate:143,TriplesTemplate_repetition0:144,TriplesSameSubject:145,TriplesTemplate_option0:146,GroupGraphPatternSub:147,GroupGraphPatternSub_option0:148,GroupGraphPatternSub_repetition0:149,GroupGraphPatternSubTail:150,GraphPatternNotTriples:151,GroupGraphPatternSubTail_option0:152,GroupGraphPatternSubTail_option1:153,TriplesBlock:154,TriplesBlock_repetition0:155,TriplesSameSubjectPath:156,TriplesBlock_option0:157,GroupOrUnionGraphPattern:158,OPTIONAL:159,MINUS:160,SERVICE:161,GraphPatternNotTriples_option0:162,FILTER:163,BIND:164,InlineDataOneVar:165,InlineDataFull:166,InlineDataOneVar_repetition0:167,InlineDataFull_repetition0:168,InlineDataFull_repetition_plus1:169,InlineDataFull_repetition2:170,DataBlockValue:171,Literal:172,QuotedTriple:173,UNDEF:174,GroupOrUnionGraphPattern_repetition0:175,ArgList:176,ArgList_option0:177,ArgList_repetition0:178,ExpressionList:179,ExpressionList_repetition0:180,ConstructTemplate_option0:181,ConstructTriples:182,ConstructTriples_repetition0:183,ConstructTriples_option0:184,VarOrTermOrQuotedTP:185,PropertyListNotEmpty:186,TriplesNode:187,PropertyList:188,PropertyList_option0:189,VerbObjectList:190,PropertyListNotEmpty_repetition0:191,SemiOptionalVerbObjectList:192,";":193,SemiOptionalVerbObjectList_option0:194,Verb:195,ObjectList:196,a:197,ObjectList_repetition0:198,Object:199,GraphNode:200,Object_option0:201,PropertyListPathNotEmpty:202,TriplesNodePath:203,TriplesSameSubjectPath_option0:204,O:205,PropertyListPathNotEmpty_repetition0:206,PropertyListPathNotEmptyTail:207,O_group0:208,ObjectListPath:209,ObjectListPath_repetition0:210,ObjectPath:211,GraphNodePath:212,ObjectPath_option0:213,Path:214,Path_repetition0:215,PathSequence:216,PathSequence_repetition0:217,PathEltOrInverse:218,PathElt:219,PathPrimary:220,PathElt_option0:221,PathEltOrInverse_option0:222,IriOrA:223,"!":224,PathNegatedPropertySet:225,PathOneInPropertySet:226,PathNegatedPropertySet_repetition0:227,PathNegatedPropertySet_option0:228,"^":229,TriplesNode_repetition_plus0:230,"[":231,"]":232,TriplesNodePath_repetition_plus0:233,VarOrTermOrQuotedTPExpr:234,VarOrTerm:235,GraphTerm:236,BlankNode:237,ConditionalOrExpression:238,ConditionalAndExpression:239,ConditionalOrExpression_repetition0:240,ConditionalOrExpressionTail:241,"||":242,RelationalExpression:243,ConditionalAndExpression_repetition0:244,ConditionalAndExpressionTail:245,"&&":246,NumericExpression:247,RelationalExpression_group0:248,RelationalExpression_option0:249,IN:250,MultiplicativeExpression:251,NumericExpression_repetition0:252,AdditiveExpressionTail:253,AdditiveExpressionTail_group0:254,NumericLiteralPositive:255,AdditiveExpressionTail_repetition0:256,NumericLiteralNegative:257,AdditiveExpressionTail_repetition1:258,UnaryExpression:259,MultiplicativeExpression_repetition0:260,MultiplicativeExpressionTail:261,MultiplicativeExpressionTail_group0:262,"+":263,PrimaryExpression:264,"-":265,ExprQuotedTP:266,Aggregate:267,FUNC_ARITY0:268,FUNC_ARITY1:269,FUNC_ARITY1_SPARQL_STAR:270,FUNC_ARITY2:271,",":272,FUNC_ARITY3:273,FUNC_ARITY3_SPARQL_STAR:274,BuiltInCall_group0:275,BOUND:276,BNODE:277,BuiltInCall_option0:278,EXISTS:279,COUNT:280,Aggregate_option0:281,Aggregate_group0:282,FUNC_AGGREGATE:283,Aggregate_option1:284,GROUP_CONCAT:285,Aggregate_option2:286,Aggregate_option3:287,GroupConcatSeparator:288,SEPARATOR:289,"=":290,String:291,LANGTAG:292,"^^":293,DECIMAL:294,DOUBLE:295,BOOLEAN:296,INTEGER_POSITIVE:297,DECIMAL_POSITIVE:298,DOUBLE_POSITIVE:299,INTEGER_NEGATIVE:300,DECIMAL_NEGATIVE:301,DOUBLE_NEGATIVE:302,STRING_LITERAL1:303,STRING_LITERAL2:304,STRING_LITERAL_LONG1:305,STRING_LITERAL_LONG2:306,PrefixedName:307,PNAME_LN:308,BLANK_NODE_LABEL:309,ANON:310,QuotedTP:311,"<<":312,qtSubjectOrObject:313,">>":314,DataValueTerm:315,AnnotationPattern:316,"{|":317,"|}":318,AnnotationPatternPath:319,ExprVarOrTerm:320,QueryOrUpdate_group0_option0:321,Prologue_repetition0_group0:322,Qry_group0_repetition_plus0:323,SelectClauseBase_option0_group0:324,DISTINCT:325,REDUCED:326,NAMED:327,SILENT:328,CLEAR:329,DROP:330,ADD:331,MOVE:332,COPY:333,ALL:334,".":335,UNION:336,"|":337,"/":338,PathElt_option0_group0:339,"?":340,"!=":341,"<":342,">":343,"<=":344,">=":345,NOT:346,CONCAT:347,COALESCE:348,SUBSTR:349,REGEX:350,REPLACE:351,$accept:0,$end:1},terminals_:{2:"error",6:"EOF",12:"BASE",13:"IRIREF",15:"PREFIX",16:"PNAME_NS",24:"CONSTRUCT",28:"WHERE",29:"{",31:"}",32:"DESCRIBE",36:"ASK",39:"*",41:"SELECT",45:"(",47:"AS",48:")",53:"FROM",63:"GROUP",64:"BY",70:"HAVING",73:"ORDER",76:"ASC",78:"DESC",81:"LIMIT",82:"INTEGER",83:"OFFSET",85:"VALUES",87:"VAR",89:"NIL",100:"LOAD",109:"TO",110:"CREATE",112:"GRAPH",113:"INSERTDATA",115:"DELETEDATA",116:"DELETEWHERE",121:"INTO",123:"DELETE",126:"INSERT",128:"USING",131:"WITH",132:"DEFAULT",159:"OPTIONAL",160:"MINUS",161:"SERVICE",163:"FILTER",164:"BIND",174:"UNDEF",193:";",197:"a",224:"!",229:"^",231:"[",232:"]",242:"||",246:"&&",250:"IN",263:"+",265:"-",268:"FUNC_ARITY0",269:"FUNC_ARITY1",270:"FUNC_ARITY1_SPARQL_STAR",271:"FUNC_ARITY2",272:",",273:"FUNC_ARITY3",274:"FUNC_ARITY3_SPARQL_STAR",276:"BOUND",277:"BNODE",279:"EXISTS",280:"COUNT",283:"FUNC_AGGREGATE",285:"GROUP_CONCAT",289:"SEPARATOR",290:"=",292:"LANGTAG",293:"^^",294:"DECIMAL",295:"DOUBLE",296:"BOOLEAN",297:"INTEGER_POSITIVE",298:"DECIMAL_POSITIVE",299:"DOUBLE_POSITIVE",300:"INTEGER_NEGATIVE",301:"DECIMAL_NEGATIVE",302:"DOUBLE_NEGATIVE",303:"STRING_LITERAL1",304:"STRING_LITERAL2",305:"STRING_LITERAL_LONG1",306:"STRING_LITERAL_LONG2",308:"PNAME_LN",309:"BLANK_NODE_LABEL",310:"ANON",312:"<<",314:">>",317:"{|",318:"|}",325:"DISTINCT",326:"REDUCED",327:"NAMED",328:"SILENT",329:"CLEAR",330:"DROP",331:"ADD",332:"MOVE",333:"COPY",334:"ALL",335:".",336:"UNION",337:"|",338:"/",340:"?",341:"!=",342:"<",343:">",344:"<=",345:">=",346:"NOT",347:"CONCAT",348:"COALESCE",349:"SUBSTR",350:"REGEX",351:"REPLACE"},productions_:[0,[3,3],[7,2],[4,1],[11,2],[14,3],[8,4],[8,4],[8,5],[8,7],[8,5],[8,4],[17,2],[21,2],[38,2],[43,1],[43,5],[49,4],[49,4],[52,3],[19,2],[23,2],[20,3],[62,3],[66,1],[66,1],[66,3],[66,5],[66,1],[69,2],[72,3],[75,2],[75,2],[75,1],[75,1],[80,2],[80,2],[80,4],[80,4],[84,2],[86,4],[86,4],[86,6],[86,2],[94,3],[96,3],[98,4],[98,3],[98,5],[98,4],[98,2],[98,2],[98,2],[98,5],[120,2],[118,3],[118,1],[125,2],[127,3],[130,2],[108,1],[108,2],[122,2],[105,1],[105,1],[114,3],[135,2],[138,7],[143,3],[57,3],[57,3],[147,2],[150,3],[154,3],[151,1],[151,2],[151,2],[151,3],[151,4],[151,2],[151,6],[151,1],[93,1],[93,1],[165,4],[166,4],[166,6],[171,1],[171,1],[171,1],[171,1],[158,2],[79,1],[79,1],[79,1],[68,2],[176,1],[176,5],[179,1],[179,4],[25,3],[182,3],[145,2],[145,2],[188,1],[186,2],[192,2],[190,2],[195,1],[195,1],[196,2],[199,2],[156,2],[156,2],[202,2],[207,1],[207,2],[205,2],[209,2],[211,2],[214,2],[216,2],[219,2],[218,2],[220,1],[220,2],[220,3],[225,1],[225,1],[225,4],[226,1],[226,2],[187,3],[187,3],[203,3],[203,3],[200,1],[200,1],[212,1],[212,1],[234,1],[235,1],[235,1],[139,1],[139,1],[44,1],[236,1],[236,1],[236,1],[236,1],[46,1],[238,2],[241,2],[239,2],[245,2],[243,1],[243,3],[243,4],[247,2],[253,2],[253,2],[253,2],[251,2],[261,2],[259,2],[259,2],[259,2],[259,1],[264,1],[264,1],[264,1],[264,1],[264,1],[264,1],[264,1],[77,3],[67,1],[67,2],[67,4],[67,4],[67,6],[67,8],[67,8],[67,2],[67,4],[67,2],[67,4],[67,3],[267,5],[267,5],[267,6],[288,4],[172,1],[172,2],[172,3],[172,1],[172,1],[172,1],[172,1],[172,1],[172,1],[255,1],[255,1],[255,1],[257,1],[257,1],[257,1],[291,1],[291,1],[291,1],[291,1],[55,1],[55,1],[307,1],[307,1],[237,1],[237,1],[311,5],[173,5],[313,1],[313,1],[313,1],[313,1],[313,1],[315,1],[315,1],[315,1],[185,1],[185,1],[185,1],[316,3],[319,3],[266,5],[320,1],[320,1],[320,1],[223,1],[223,1],[321,0],[321,1],[5,1],[5,1],[5,1],[9,0],[9,1],[322,1],[322,1],[10,0],[10,2],[18,0],[18,2],[22,0],[22,2],[26,0],[26,2],[27,0],[27,2],[30,0],[30,1],[323,1],[323,2],[33,1],[33,1],[34,0],[34,2],[35,0],[35,1],[37,0],[37,2],[40,1],[40,2],[324,1],[324,1],[42,0],[42,1],[50,0],[50,1],[51,0],[51,1],[54,0],[54,1],[56,0],[56,1],[58,0],[58,1],[59,0],[59,1],[60,0],[60,1],[61,0],[61,1],[65,1],[65,2],[71,1],[71,2],[74,1],[74,2],[88,0],[88,2],[90,0],[90,2],[91,1],[91,2],[92,0],[92,2],[95,1],[95,2],[97,0],[97,4],[99,0],[99,2],[101,0],[101,1],[102,0],[102,1],[103,1],[103,1],[104,0],[104,1],[106,1],[106,1],[106,1],[107,0],[107,1],[111,0],[111,1],[117,0],[117,1],[119,0],[119,2],[124,0],[124,1],[129,0],[129,1],[133,0],[133,1],[134,1],[134,1],[134,1],[136,0],[136,1],[137,0],[137,2],[140,0],[140,1],[141,0],[141,1],[142,0],[142,1],[144,0],[144,3],[146,0],[146,1],[148,0],[148,1],[149,0],[149,2],[152,0],[152,1],[153,0],[153,1],[155,0],[155,3],[157,0],[157,1],[162,0],[162,1],[167,0],[167,2],[168,0],[168,2],[169,1],[169,2],[170,0],[170,2],[175,0],[175,3],[177,0],[177,1],[178,0],[178,3],[180,0],[180,3],[181,0],[181,1],[183,0],[183,3],[184,0],[184,1],[189,0],[189,1],[191,0],[191,2],[194,0],[194,1],[198,0],[198,3],[201,0],[201,1],[204,0],[204,1],[206,0],[206,2],[208,1],[208,1],[210,0],[210,3],[213,0],[213,1],[215,0],[215,3],[217,0],[217,3],[339,1],[339,1],[339,1],[221,0],[221,1],[222,0],[222,1],[227,0],[227,3],[228,0],[228,1],[230,1],[230,2],[233,1],[233,2],[240,0],[240,2],[244,0],[244,2],[248,1],[248,1],[248,1],[248,1],[248,1],[248,1],[249,0],[249,1],[252,0],[252,2],[254,1],[254,1],[256,0],[256,2],[258,0],[258,2],[260,0],[260,2],[262,1],[262,1],[275,1],[275,1],[275,1],[275,1],[275,1],[278,0],[278,1],[281,0],[281,1],[282,1],[282,1],[284,0],[284,1],[286,0],[286,1],[287,0],[287,1]],performAction:o(function(C,P,N,ie,Oe,g,cn){var _=g.length-1;switch(Oe){case 1:if(g[_-1]=g[_-1]||{},ke.base&&(g[_-1].base=ke.base),ke.base="",g[_-1].prefixes=ke.prefixes,ke.prefixes=null,ke.pathOnly){if(g[_-1].type==="path"||"termType"in g[_-1])return g[_-1];throw new Error("Received full SPARQL query in path only mode")}else if(g[_-1].type==="path"||"termType"in g[_-1])throw new Error("Received only path in full SPARQL mode");if(g[_-1].type==="update"){let vt={};for(let jt of g[_-1].updates)if(jt.updateType==="insert"){let st={};for(let dt of jt.insert)if(dt.type==="bgp"||dt.type==="graph")for(let wn of dt.triples)wn.subject.termType==="BlankNode"&&(st[wn.subject.value]=!0),wn.predicate.termType==="BlankNode"&&(st[wn.predicate.value]=!0),wn.object.termType==="BlankNode"&&(st[wn.object.value]=!0);for(let dt of Object.keys(st)){if(vt[dt])throw new Error("Detected reuse blank node across different INSERT DATA clauses");vt[dt]=!0}}}return g[_-1];case 2:this.$={...g[_-1],...g[_],type:"query"};break;case 4:ke.base=Tu(g[_]);break;case 5:ke.prefixes||(ke.prefixes={}),g[_-1]=g[_-1].substr(0,g[_-1].length-1),g[_]=Tu(g[_]),ke.prefixes[g[_-1]]=g[_];break;case 6:this.$={...g[_-3],...So(g[_-2]),...g[_-1],...g[_]};break;case 7:if(!ke.skipValidation&&(Qy(g[_-3].variables.map(jt=>Hy(jt.expression))).some(jt=>jt.aggregation==="count"&&!(jt.expression instanceof Vd))||g[_].group)){for(let jt of g[_-3].variables)if(jt.termType==="Variable"){if(!g[_].group||!g[_].group.map(st=>vc(st)).includes(vc(jt)))throw Error("Projection of ungrouped variable (?"+vc(jt)+")")}else if(Hy(jt.expression).length===0){let st=nL(jt.expression);for(let dt of st)if(!g[_].group||!g[_].group.map||!g[_].group.map(wn=>vc(wn)).includes(vc(dt)))throw Error("Use of ungrouped variable in projection of operation (?"+vc(dt)+")")}}let is=g[_-1].where.filter(vt=>vt.type==="query");if(is.length>0){let vt=g[_-3].variables.filter(st=>st.variable&&st.variable.value).map(st=>st.variable.value),jt=Qy(is.map(st=>st.variables)).map(st=>st.value||st.variable.value);for(let st of vt)if(jt.indexOf(st)>=0)throw Error("Target id of 'AS' (?"+st+") already used in subquery")}this.$=Ht(g[_-3],So(g[_-2]),g[_-1],g[_]);break;case 8:this.$=Ht({queryType:"CONSTRUCT",template:g[_-3]},So(g[_-2]),g[_-1],g[_]);break;case 9:this.$=Ht({queryType:"CONSTRUCT",template:g[_-2]=g[_-2]?g[_-2].triples:[]},So(g[_-5]),{where:[{type:"bgp",triples:_o([],g[_-2])}]},g[_]);break;case 10:this.$=Ht({queryType:"DESCRIBE",variables:g[_-3]==="*"?[new Vd]:g[_-3]},So(g[_-2]),g[_-1],g[_]);break;case 11:this.$=Ht({queryType:"ASK"},So(g[_-2]),g[_-1],g[_]);break;case 12:this.$=Ht(g[_-1],{variables:[new Vd]});break;case 13:let Ru=g[_].map(vt=>vt.value||vt.variable.value),bc=iL(Ru);if(bc.length>0)throw Error("Two or more of the resulting columns have the same name (?"+bc[0]+")");this.$=Ht(g[_-1],{variables:g[_]});break;case 14:this.$=Ht({queryType:"SELECT"},g[_]&&(g[_-1]=on(g[_]),g[_]={},g[_][g[_-1]]=!0,g[_]));break;case 16:case 27:this.$=yc(g[_-3],{variable:g[_-1]});break;case 17:case 18:this.$=Ht(g[_-3],g[_-2],g[_-1],g[_],{type:"query"});break;case 19:case 58:this.$={iri:g[_],named:!!g[_-1]};break;case 20:this.$={where:g[_].patterns};break;case 21:this.$=Ht(g[_-1],g[_]);break;case 22:this.$=Ht(g[_-2],g[_-1],g[_]);break;case 23:this.$={group:g[_]};break;case 24:case 25:case 28:case 31:case 33:case 34:this.$=yc(g[_]);break;case 26:this.$=yc(g[_-1]);break;case 29:this.$={having:g[_]};break;case 30:this.$={order:g[_]};break;case 32:this.$=yc(g[_],{descending:!0});break;case 35:this.$={limit:Sc(g[_])};break;case 36:this.$={offset:Sc(g[_])};break;case 37:this.$={limit:Sc(g[_-2]),offset:Sc(g[_])};break;case 38:this.$={limit:Sc(g[_]),offset:Sc(g[_-2])};break;case 39:case 43:this.$={type:"values",values:g[_]};break;case 40:case 84:this.$=g[_-1].map(vt=>({[g[_-3]]:vt}));break;case 41:case 85:this.$=g[_-1].map(()=>({}));break;case 42:case 86:var ns=g[_-4].length;g[_-4]=g[_-4].map(Uy),this.$=g[_-1].map(function(vt){if(vt.length!==ns)throw Error("Inconsistent VALUES length");for(var jt={},st=0;st<ns;st++)jt["?"+g[_-4][st].value]=vt[st];return jt});break;case 44:case 65:case 100:case 126:case 175:this.$=g[_-1];break;case 45:this.$={type:"update",updates:Bs(g[_-2],g[_-1])};break;case 46:this.$=Ht({type:"load",silent:!!g[_-2],source:g[_-1]},g[_]&&{destination:g[_]});break;case 47:this.$={type:on(g[_-2]),silent:!!g[_-1],graph:g[_]};break;case 48:this.$={type:on(g[_-4]),silent:!!g[_-3],source:g[_-2],destination:g[_]};break;case 49:this.$={type:"create",silent:!!g[_-2],graph:{type:"graph",name:g[_]}};break;case 50:this.$={updateType:"insert",insert:J2(g[_])};break;case 51:this.$={updateType:"delete",delete:Xy(J2(g[_]))};break;case 52:this.$={updateType:"deletewhere",delete:Xy(g[_])};break;case 53:this.$={updateType:"insertdelete",...g[_-4],...g[_-3],...So(g[_-2],"using"),where:g[_].patterns};break;case 54:case 57:case 62:case 167:case 191:case 236:this.$=g[_];break;case 55:this.$={delete:Xy(g[_-1]),insert:g[_]||[]};break;case 56:this.$={delete:[],insert:g[_]};break;case 59:this.$={graph:g[_]};break;case 60:this.$={type:"graph",default:!0};break;case 61:case 63:this.$={type:"graph",name:g[_]};break;case 64:this.$={[on(g[_])]:!0};break;case 66:this.$=g[_-1]?ts(g[_],[g[_-1]]):ts(g[_]);break;case 67:var Cu=Ht(g[_-3]||{triples:[]},{type:"graph",name:g[_-5]});this.$=g[_]?[Cu,g[_]]:[Cu];break;case 68:case 73:this.$={type:"bgp",triples:ts(g[_-2],[g[_-1]])};break;case 69:this.$={type:"group",patterns:[g[_-1]]};break;case 70:for(let vt of g[_-1].filter(jt=>jt.type==="bind")){let jt=g[_-1].indexOf(vt),st=new Set;for(let dt of g[_-1].slice(0,jt))(dt.type==="group"||dt.type==="bgp")&&Y2(dt).forEach(wn=>st.add(wn));if(st.has(vt.variable.value))throw Error("Variable used to bind is already bound (?"+vt.variable.value+")")}this.$={type:"group",patterns:g[_-1]};break;case 71:this.$=g[_-1]?ts([g[_-1]],g[_]):ts(g[_]);break;case 72:this.$=g[_]?[g[_-2],g[_]]:g[_-2];break;case 75:this.$=Ht(g[_],{type:"optional"});break;case 76:this.$=Ht(g[_],{type:"minus"});break;case 77:this.$=Ht(g[_],{type:"graph",name:g[_-1]});break;case 78:this.$=Ht(g[_],{type:"service",name:g[_-1],silent:!!g[_-2]});break;case 79:this.$={type:"filter",expression:g[_]};break;case 80:this.$={type:"bind",variable:g[_-1],expression:g[_-3]};break;case 89:this.$=xu(g[_]);break;case 90:this.$=void 0;break;case 91:this.$=g[_-1].length?{type:"union",patterns:ts(g[_-1].map(qy),[qy(g[_])])}:g[_];break;case 95:this.$={...g[_],function:g[_-1]};break;case 96:this.$={type:"functionCall",args:[]};break;case 97:this.$={type:"functionCall",args:Bs(g[_-2],g[_-1]),distinct:!!g[_-3]};break;case 98:case 115:case 128:case 247:case 249:case 251:case 253:case 255:case 263:case 267:case 297:case 299:case 303:case 307:case 328:case 341:case 349:case 355:case 361:case 367:case 369:case 373:case 375:case 379:case 381:case 385:case 391:case 395:case 401:case 405:case 409:case 411:case 420:case 428:case 430:case 440:case 444:case 446:case 448:this.$=[];break;case 99:this.$=Bs(g[_-2],g[_-1]);break;case 101:this.$=ts(g[_-2],[g[_-1]]);break;case 102:case 112:this.$=Yy(g[_].map(vt=>Ht(Us(g[_-1]),vt)));break;case 103:this.$=Yy(_o(g[_].map(vt=>Ht(Us(g[_-1].entity),vt)),g[_-1].triples));break;case 105:this.$=ts([g[_-1]],g[_]);break;case 106:this.$=ts(g[_]);break;case 107:this.$=zy(g[_-1],g[_]);break;case 109:case 237:this.$=ke.factory.namedNode(HN);break;case 110:case 118:this.$=Bs(g[_-1],g[_]);break;case 111:this.$=g[_]?{annotation:g[_],object:g[_-1]}:g[_-1];break;case 113:this.$=g[_]?Yy(_o(g[_].map(vt=>Ht(Us(g[_-1].entity),vt)),g[_-1].triples)):g[_-1].triples;break;case 114:this.$=zy(...g[_-1],g[_]);break;case 116:this.$=zy(...g[_]);break;case 117:case 159:case 163:this.$=[g[_-1],g[_]];break;case 119:this.$=g[_]?{object:g[_-1],annotation:g[_]}:g[_-1];break;case 120:this.$=g[_-1].length?_c("|",Bs(g[_-1],g[_])):g[_];break;case 121:this.$=g[_-1].length?_c("/",Bs(g[_-1],g[_])):g[_];break;case 122:this.$=g[_]?_c(g[_],[g[_-1]]):g[_-1];break;case 123:this.$=g[_-1]?_c(g[_-1],[g[_]]):g[_];break;case 125:case 131:this.$=_c(g[_-1],[g[_]]);break;case 129:this.$=_c("|",Bs(g[_-2],g[_-1]));break;case 132:case 134:this.$=tL(g[_-1]);break;case 133:case 135:this.$=rL(g[_-1]);break;case 140:this.$={entity:g[_],triples:[]};break;case 145:this.$=Uy(g[_]);break;case 149:this.$=ke.factory.namedNode(V2);break;case 151:case 153:case 158:case 162:this.$=Vy(g[_-1],g[_]);break;case 152:this.$=["||",g[_]];break;case 154:this.$=["&&",g[_]];break;case 156:this.$=Fr(g[_-1],[g[_-2],g[_]]);break;case 157:this.$=Fr(g[_-2]?"notin":"in",[g[_-3],g[_]]);break;case 160:this.$=["+",Vy(g[_-1],g[_])];break;case 161:var Gd=rs(g[_-1].value.replace("-",""),g[_-1].datatype);this.$=["-",Vy(Gd,g[_])];break;case 164:this.$=Fr("UPLUS",[g[_]]);break;case 165:this.$=Fr(g[_-1],[g[_]]);break;case 166:this.$=Fr("UMINUS",[g[_]]);break;case 177:this.$=Fr(on(g[_-1]));break;case 178:this.$=Fr(on(g[_-3]),[g[_-1]]);break;case 179:this.$=xu(Fr(on(g[_-3]),[g[_-1]]));break;case 180:this.$=Fr(on(g[_-5]),[g[_-3],g[_-1]]);break;case 181:this.$=Fr(on(g[_-7]),[g[_-5],g[_-3],g[_-1]]);break;case 182:this.$=xu(Fr(on(g[_-7]),[g[_-5],g[_-3],g[_-1]]));break;case 183:this.$=Fr(on(g[_-1]),g[_]);break;case 184:this.$=Fr("bound",[Uy(g[_-1])]);break;case 185:this.$=Fr(g[_-1],[]);break;case 186:this.$=Fr(g[_-3],[g[_-1]]);break;case 187:this.$=Fr(g[_-2]?"notexists":"exists",[qy(g[_])]);break;case 188:case 189:this.$=yc(g[_-1],{type:"aggregate",aggregation:on(g[_-4]),distinct:!!g[_-2]});break;case 190:this.$=yc(g[_-2],{type:"aggregate",aggregation:on(g[_-5]),distinct:!!g[_-3],separator:typeof g[_-1]=="string"?g[_-1]:" "});break;case 192:this.$=rs(g[_]);break;case 193:this.$=XN(g[_-1],on(g[_].substr(1)));break;case 194:this.$=rs(g[_-2],g[_]);break;case 195:case 204:this.$=rs(g[_],q2);break;case 196:case 205:this.$=rs(g[_],W2);break;case 197:case 206:this.$=rs(on(g[_]),G2);break;case 200:this.$=rs(g[_].toLowerCase(),YN);break;case 201:this.$=rs(g[_].substr(1),q2);break;case 202:this.$=rs(g[_].substr(1),W2);break;case 203:this.$=rs(g[_].substr(1).toLowerCase(),G2);break;case 207:case 208:this.$=K2(g[_],1);break;case 209:case 210:this.$=K2(g[_],3);break;case 211:this.$=ke.factory.namedNode(Tu(g[_]));break;case 213:var zd=g[_].indexOf(":"),Iu=g[_].substr(0,zd),Hd=ke.prefixes[Iu];if(!Hd)throw new Error("Unknown prefix: "+Iu);var Ut=Tu(Hd+g[_].substr(zd+1));this.$=ke.factory.namedNode(Ut);break;case 214:if(g[_]=g[_].substr(0,g[_].length-1),!(g[_]in ke.prefixes))throw new Error("Unknown prefix: "+g[_]);var Ut=Tu(ke.prefixes[g[_]]);this.$=ke.factory.namedNode(Ut);break;case 215:this.$=Au(g[_].replace(/^(_:)/,""));break;case 216:this.$=Au();break;case 217:case 218:case 232:this.$=xu(Wy(g[_-3],g[_-2],g[_-1]));break;case 230:case 231:this.$=xu(g[_-1]);break;case 248:case 250:case 252:case 254:case 256:case 260:case 264:case 268:case 270:case 292:case 294:case 296:case 298:case 300:case 302:case 304:case 306:case 329:case 342:case 356:case 368:case 370:case 372:case 374:case 392:case 402:case 425:case 427:case 429:case 431:case 441:case 445:case 447:case 449:g[_-1].push(g[_]);break;case 259:case 269:case 291:case 293:case 295:case 301:case 305:case 371:case 424:case 426:this.$=[g[_]];break;case 308:g[_-3].push(g[_-2]);break;case 350:case 362:case 376:case 380:case 382:case 386:case 396:case 406:case 410:case 412:case 421:g[_-2].push(g[_-1]);break}},"anonymous"),table:[n(e,t,{3:1,4:2,10:3}),{1:[3]},n(r,[2,307],{5:4,7:5,321:6,214:7,8:8,96:9,215:10,17:11,21:12,97:16,38:17,6:[2,238],13:i,16:i,45:i,197:i,224:i,229:i,308:i,24:[1,13],32:[1,14],36:[1,15],41:s}),n([6,13,16,24,32,36,41,45,100,110,113,115,116,123,126,131,197,224,229,308,329,330,331,332,333],[2,3],{322:19,11:20,14:21,12:[1,22],15:[1,23]}),{6:[1,24]},{6:[2,240]},{6:[2,241]},{6:[2,242]},{6:[2,243],9:25,84:26,85:a},{6:[2,239]},n(c,[2,411],{216:28,217:29}),n(l,[2,249],{18:30}),n(l,[2,251],{22:31}),n(u,[2,255],{25:32,27:33,29:[1,34]}),{13:f,16:d,33:35,39:[1,37],44:39,55:40,87:h,139:38,307:43,308:p,323:36},n(l,[2,267],{37:46}),n(y,[2,326],{98:47,103:49,106:50,117:55,130:61,100:[1,48],110:[1,51],113:[1,52],115:[1,53],116:[1,54],131:[1,62],329:[1,56],330:[1,57],331:[1,58],332:[1,59],333:[1,60]}),{39:[1,63],40:64,43:65,44:66,45:v,87:h},n(w,[2,273],{42:68,324:69,325:[1,70],326:[1,71]}),n(e,[2,248]),n(e,[2,245]),n(e,[2,246]),{13:[1,72]},{16:[1,73]},{1:[2,1]},{6:[2,2]},{6:[2,244]},{45:[1,77],85:[1,78],86:74,87:[1,75],89:[1,76]},n([6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],[2,120],{337:[1,79]}),n(b,[2,418],{218:80,222:81,229:[1,82]}),{19:83,28:A,29:R,52:84,53:k,56:85},{19:88,28:A,29:R,52:89,53:k,56:85},n(l,[2,253],{26:90}),{28:[1,91],52:92,53:k},n(U,[2,385],{181:93,182:94,183:95,31:[2,383]}),n(te,[2,263],{34:96}),n(te,[2,261],{44:39,55:40,307:43,139:97,13:f,16:d,87:h,308:p}),n(te,[2,262]),n(z,[2,259]),n(G,[2,143]),n(G,[2,144]),n([6,13,16,28,29,31,39,45,47,48,53,63,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346,347,348,349,350,351],[2,145]),n(F,[2,211]),n(F,[2,212]),n(F,[2,213]),n(F,[2,214]),{19:98,28:A,29:R,52:99,53:k,56:85},{6:[2,309],99:100,193:[1,101]},n($,[2,311],{101:102,328:[1,103]}),n(re,[2,317],{104:104,328:[1,105]}),n(Ye,[2,322],{107:106,328:[1,107]}),{111:108,112:[2,324],328:[1,109]},{29:ot,114:110},{29:ot,114:112},{29:ot,114:113},{118:114,123:[1,115],125:116,126:Ft},n(ct,[2,315]),n(ct,[2,316]),n(ut,[2,319]),n(ut,[2,320]),n(ut,[2,321]),n(y,[2,327]),{13:f,16:d,55:118,307:43,308:p},n(l,[2,12]),n(l,[2,13],{44:66,43:119,45:v,87:h}),n(Xe,[2,269]),n(Xe,[2,15]),{13:f,16:d,44:136,45:se,46:120,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(w,[2,14]),n(w,[2,274]),n(w,[2,271]),n(w,[2,272]),n(e,[2,4]),{13:[1,177]},n(Z,[2,39]),{29:[1,178]},{29:[1,179]},{87:[1,181],91:180},{45:[1,187],87:[1,185],89:[1,186],93:182,165:183,166:184},n(c,[2,410]),n([6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337],[2,121],{338:[1,188]}),{13:f,16:d,45:[1,193],55:194,197:St,219:189,220:190,223:191,224:[1,192],307:43,308:p},n(b,[2,419]),n(Ct,De,{20:196,59:197,69:198,70:q}),n(l,[2,250]),{29:W,57:200},n($,[2,279],{54:202,327:[1,203]}),{29:[2,282]},n(Q,Y,{23:204,58:205,62:206,63:Ie}),n(l,[2,252]),{19:208,28:A,29:R,52:209,53:k,56:85},{29:[1,210]},n(u,[2,256]),{31:[1,211]},{31:[2,384]},{13:f,16:d,44:215,45:nt,55:220,82:V,87:h,89:it,145:212,172:221,185:213,187:214,231:Pr,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(d2,[2,265],{56:85,35:227,52:228,19:229,28:A,29:R,53:k}),n(z,[2,260]),n(Q,Y,{58:205,62:206,23:230,63:Ie}),n(l,[2,268]),{6:[2,45]},n(e,t,{10:3,4:231}),{13:f,16:d,55:232,307:43,308:p},n($,[2,312]),{105:233,112:h2,122:234,132:[1,237],134:235,327:[1,238],334:[1,239]},n(re,[2,318]),n($,p2,{108:240,133:242,112:m2,132:g2}),n(Ye,[2,323]),{112:[1,244]},{112:[2,325]},n(Or,[2,50]),n(U,Id,{135:245,136:246,143:247,144:248,31:y2,112:y2}),n(Or,[2,51]),n(Or,[2,52]),n(Ea,[2,328],{119:249}),{29:ot,114:250},n(Ea,[2,56]),{29:ot,114:251},n(y,[2,59]),n(Xe,[2,270]),{47:[1,252]},n(_2,[2,150]),n(Rd,[2,428],{240:253}),n(dc,[2,430],{244:254}),n(dc,[2,155],{248:255,249:256,250:[2,438],290:[1,257],341:[1,258],342:[1,259],343:[1,260],344:[1,261],345:[1,262],346:[1,263]}),n(hc,[2,440],{252:264}),n(yr,[2,448],{260:265}),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,255:154,257:155,264:266,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,255:154,257:155,264:267,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,255:154,257:155,264:268,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(yr,[2,167]),n(yr,[2,168]),n(yr,[2,169]),n(yr,[2,170],{176:269,45:S2,89:v2}),n(yr,[2,171]),n(yr,[2,172]),n(yr,[2,173]),n(yr,[2,174]),{13:f,16:d,44:136,45:se,46:272,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Xt,[2,176]),{89:[1,273]},{45:[1,274]},{45:[1,275]},{45:[1,276]},{45:[1,277]},{45:[1,278]},{45:b2,89:w2,179:279},{45:[1,282]},{45:[1,284],89:[1,283]},{279:[1,285]},n(an,[2,192],{292:[1,286],293:[1,287]}),n(an,[2,195]),n(an,[2,196]),n(an,[2,197]),n(an,[2,198]),n(an,[2,199]),n(an,[2,200]),{13:f,16:d,44:39,55:40,82:V,87:h,139:289,172:291,255:154,257:155,266:290,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,320:288},{45:[1,292]},{45:[1,293]},{45:[1,294]},n(vu,[2,452]),n(vu,[2,453]),n(vu,[2,454]),n(vu,[2,455]),n(vu,[2,456]),{279:[2,458]},n(Pd,[2,207]),n(Pd,[2,208]),n(Pd,[2,209]),n(Pd,[2,210]),n(an,[2,201]),n(an,[2,202]),n(an,[2,203]),n(an,[2,204]),n(an,[2,205]),n(an,[2,206]),n(e,[2,5]),n(Od,[2,297],{88:295}),n(Fd,[2,299],{90:296}),{48:[1,297],87:[1,298]},n(Dd,[2,301]),n(Z,[2,43]),n(Z,[2,82]),n(Z,[2,83]),{29:[1,299]},{29:[1,300]},{87:[1,302],169:301},n(c,[2,412]),n(uo,[2,123]),n(uo,[2,416],{221:303,339:304,39:[1,306],263:[1,307],340:[1,305]}),n(es,[2,124]),{13:f,16:d,45:[1,311],55:194,89:[1,310],197:St,223:312,225:308,226:309,229:E2,307:43,308:p},n(c,i,{215:10,214:314}),n(es,[2,236]),n(es,[2,237]),n(pc,[2,6]),n(Dy,[2,287],{60:315,72:316,73:[1,317]}),n(Ct,[2,286]),{13:f,16:d,45:se,55:323,67:321,68:322,71:318,77:320,79:319,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,307:43,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O},n([6,31,63,70,73,81,83,85],[2,20]),n(U,T2,{38:17,49:324,147:325,17:326,21:327,148:328,154:329,155:330,29:Ls,31:Ls,85:Ls,112:Ls,159:Ls,160:Ls,161:Ls,163:Ls,164:Ls,41:s}),{13:f,16:d,55:331,307:43,308:p},n($,[2,280]),n(pc,[2,7]),n(Ct,De,{59:197,69:198,20:332,70:q}),n(Q,[2,284]),{64:[1,333]},n(Q,Y,{58:205,62:206,23:334,63:Ie}),n(l,[2,254]),n(U,Id,{144:248,30:335,143:336,31:[2,257]}),n(l,[2,100]),{31:[2,387],184:337,335:[1,338]},{13:f,16:d,44:39,55:40,87:h,139:342,186:339,190:340,195:341,197:fo,307:43,308:p},n(bu,[2,389],{44:39,55:40,307:43,190:340,195:341,139:342,188:344,189:345,186:346,13:f,16:d,87:h,197:fo,308:p}),n(ks,[2,227]),n(ks,[2,228]),n(ks,[2,229]),{13:f,16:d,44:215,45:nt,55:220,82:V,87:h,89:it,172:221,185:351,187:350,200:348,230:347,231:Pr,234:349,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},{13:f,16:d,44:39,55:40,87:h,139:342,186:352,190:340,195:341,197:fo,307:43,308:p},n(ks,[2,146]),n(ks,[2,147]),n(ks,[2,148]),n(ks,[2,149]),{13:f,16:d,44:354,55:355,82:V,87:h,172:357,237:356,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:358,312:sn,313:353},n(Ny,[2,215]),n(Ny,[2,216]),n(Q,Y,{58:205,62:206,23:359,63:Ie}),n(te,[2,264]),n(d2,[2,266]),n(pc,[2,11]),n(r,[2,308],{6:[2,310]}),n(Or,[2,313],{102:360,120:361,121:[1,362]}),n(Or,[2,47]),n(Or,[2,63]),n(Or,[2,64]),{13:f,16:d,55:363,307:43,308:p},n(Or,[2,336]),n(Or,[2,337]),n(Or,[2,338]),{109:[1,364]},n(A2,[2,60]),{13:f,16:d,55:365,307:43,308:p},n($,[2,335]),{13:f,16:d,55:366,307:43,308:p},{31:[1,367]},n(ho,[2,341],{137:368}),n(ho,[2,340]),{13:f,16:d,44:215,45:nt,55:220,82:V,87:h,89:it,145:369,172:221,185:213,187:214,231:Pr,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},{28:[1,370],127:371,128:[1,372]},n(Ea,[2,330],{124:373,125:374,126:Ft}),n(Ea,[2,57]),{44:375,87:h},n(_2,[2,151],{241:376,242:[1,377]}),n(Rd,[2,153],{245:378,246:[1,379]}),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,247:380,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{250:[1,381]},n(Jt,[2,432]),n(Jt,[2,433]),n(Jt,[2,434]),n(Jt,[2,435]),n(Jt,[2,436]),n(Jt,[2,437]),{250:[2,439]},n([47,48,193,242,246,250,272,290,341,342,343,344,345,346],[2,158],{253:382,254:383,255:384,257:385,263:[1,386],265:[1,387],297:he,298:pe,299:me,300:ue,301:_e,302:Se}),n(hc,[2,162],{261:388,262:389,39:Ly,338:ky}),n(yr,[2,164]),n(yr,[2,165]),n(yr,[2,166]),n(Xt,[2,95]),n(Xt,[2,96]),n(Jt,[2,377],{177:392,325:[1,393]}),{48:[1,394]},n(Xt,[2,177]),{13:f,16:d,44:136,45:se,46:395,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:396,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:397,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:398,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:399,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Xt,[2,183]),n(Xt,[2,98]),n(Jt,[2,381],{180:400}),{87:[1,401]},n(Xt,[2,185]),{13:f,16:d,44:136,45:se,46:402,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{29:W,57:403},n(an,[2,193]),{13:f,16:d,55:404,307:43,308:p},{13:f,16:d,44:39,55:40,87:h,139:342,195:405,197:fo,307:43,308:p},n(Ta,[2,233]),n(Ta,[2,234]),n(Ta,[2,235]),n(x2,[2,459],{281:406,325:[1,407]}),n(Jt,[2,463],{284:408,325:[1,409]}),n(Jt,[2,465],{286:410,325:[1,411]}),{13:f,16:d,31:[1,412],55:414,82:V,171:413,172:415,173:416,174:Nd,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:Ld},{31:[1,419],89:[1,420]},{29:[1,421]},n(Dd,[2,302]),n(Od,[2,367],{167:422}),n(Fd,[2,369],{168:423}),{48:[1,424],87:[1,425]},n(Dd,[2,371]),n(uo,[2,122]),n(uo,[2,417]),n(uo,[2,413]),n(uo,[2,414]),n(uo,[2,415]),n(es,[2,125]),n(es,[2,127]),n(es,[2,128]),n(C2,[2,420],{227:426}),n(es,[2,130]),{13:f,16:d,55:194,197:St,223:427,307:43,308:p},{48:[1,428]},n(Aa,[2,289],{61:429,80:430,81:[1,431],83:[1,432]}),n(Dy,[2,288]),{64:[1,433]},n(Ct,[2,29],{307:43,267:139,275:146,278:149,77:320,67:321,68:322,55:323,79:434,13:f,16:d,45:se,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,276:ze,277:Ce,279:Ue,280:Pe,283:Ve,285:He,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O}),n(I2,[2,293]),n(My,[2,92]),n(My,[2,93]),n(My,[2,94]),{45:S2,89:v2,176:269},{31:[1,435]},{31:[1,436]},{19:437,28:A,29:R,56:85},{19:438,28:A,29:R,56:85},n(po,[2,355],{149:439}),n(po,[2,354]),{13:f,16:d,44:215,45:kd,55:220,82:V,87:h,89:it,156:440,172:221,185:441,203:442,231:Md,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(te,[2,19]),n(Aa,[2,21]),{13:f,16:d,44:450,45:R2,55:323,65:445,66:446,67:447,68:448,87:h,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,307:43,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(pc,[2,8]),{31:[1,451]},{31:[2,258]},{31:[2,101]},n(U,[2,386],{31:[2,388]}),n(bu,[2,102]),n(mo,[2,391],{191:452}),n(U,[2,395],{196:453,198:454}),n(U,[2,108]),n(U,[2,109]),n(bu,[2,103]),n(bu,[2,104]),n(bu,[2,390]),{13:f,16:d,44:215,45:nt,48:[1,455],55:220,82:V,87:h,89:it,172:221,185:351,187:350,200:456,231:Pr,234:349,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(jd,[2,424]),n(P2,[2,136]),n(P2,[2,137]),n(jy,[2,140]),{232:[1,457]},{13:f,16:d,44:39,55:40,87:h,139:342,195:458,197:fo,307:43,308:p},n(Ta,[2,219]),n(Ta,[2,220]),n(Ta,[2,221]),n(Ta,[2,222]),n(Ta,[2,223]),n(pc,[2,10]),n(Or,[2,46]),n(Or,[2,314]),{112:h2,122:459},n(Or,[2,62]),n($,p2,{133:242,108:460,112:m2,132:g2}),n(A2,[2,61]),n(Or,[2,49]),n([6,28,126,128,193],[2,65]),{31:[2,66],112:[1,462],138:461},n(ho,[2,351],{146:463,335:[1,464]}),{29:W,57:465},n(Ea,[2,329]),n($,[2,332],{129:466,327:[1,467]}),n(Ea,[2,55]),n(Ea,[2,331]),{48:[1,468]},n(Rd,[2,429]),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,239:469,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(dc,[2,431]),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,243:470,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(dc,[2,156]),{45:b2,89:w2,179:471},n(hc,[2,441]),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,251:472,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(yr,[2,444],{256:473}),n(yr,[2,446],{258:474}),n(Jt,[2,442]),n(Jt,[2,443]),n(yr,[2,449]),{13:f,16:d,44:136,45:se,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,255:154,257:155,259:475,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Jt,[2,450]),n(Jt,[2,451]),n(Jt,[2,379],{178:476}),n(Jt,[2,378]),n([6,13,16,29,31,39,45,47,48,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,338,341,342,343,344,345,346,347,348,349,350,351],[2,175]),{48:[1,477]},{48:[1,478]},{272:[1,479]},{272:[1,480]},{272:[1,481]},{13:f,16:d,44:136,45:se,46:482,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{48:[1,483]},{48:[1,484]},n(Xt,[2,187]),n(an,[2,194]),{13:f,16:d,44:39,55:40,82:V,87:h,139:289,172:291,255:154,257:155,266:290,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,320:485},{13:f,16:d,39:[1,487],44:136,45:se,46:488,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,282:486,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(x2,[2,460]),{13:f,16:d,44:136,45:se,46:489,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Jt,[2,464]),{13:f,16:d,44:136,45:se,46:490,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Jt,[2,466]),n(Z,[2,40]),n(Od,[2,298]),n(wu,[2,87]),n(wu,[2,88]),n(wu,[2,89]),n(wu,[2,90]),{13:f,16:d,55:492,82:V,172:493,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,311:494,312:sn,315:491},n(Z,[2,41]),n(Fd,[2,300]),n(Eu,[2,303],{92:495}),{13:f,16:d,31:[1,496],55:414,82:V,171:497,172:415,173:416,174:Nd,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:Ld},{31:[1,498],89:[1,499]},{29:[1,500]},n(Dd,[2,372]),{13:f,16:d,48:[2,422],55:194,197:St,223:312,226:502,228:501,229:E2,307:43,308:p},n(es,[2,131]),n(es,[2,126]),n(Aa,[2,22]),n(Aa,[2,290]),{82:[1,503]},{82:[1,504]},{13:f,16:d,44:510,45:se,55:323,67:321,68:322,74:505,75:506,76:O2,77:320,78:F2,79:509,87:h,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,307:43,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(I2,[2,294]),n(D2,[2,69]),n(D2,[2,70]),n(Ct,De,{59:197,69:198,20:511,70:q}),n(Q,Y,{58:205,62:206,23:512,63:Ie}),{29:[2,375],31:[2,71],84:522,85:a,112:[1,518],150:513,151:514,158:515,159:[1,516],160:[1,517],161:[1,519],163:[1,520],164:[1,521],175:523},n(po,[2,363],{157:524,335:[1,525]}),n(c,i,{215:10,202:526,205:527,208:528,214:529,44:530,87:h}),n($d,[2,399],{215:10,205:527,208:528,214:529,44:530,204:531,202:532,13:i,16:i,45:i,197:i,224:i,229:i,308:i,87:h}),{13:f,16:d,44:215,45:kd,55:220,82:V,87:h,89:it,172:221,185:351,203:536,212:534,231:Md,233:533,234:535,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(c,i,{215:10,205:527,208:528,214:529,44:530,202:537,87:h}),n(Q,[2,23],{307:43,267:139,275:146,278:149,55:323,67:447,68:448,44:450,66:538,13:f,16:d,45:R2,87:h,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,276:ze,277:Ce,279:Ue,280:Pe,283:Ve,285:He,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O}),n(go,[2,291]),n(go,[2,24]),n(go,[2,25]),{13:f,16:d,44:136,45:se,46:539,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(go,[2,28]),n(Q,Y,{58:205,62:206,23:540,63:Ie}),n([31,112,232,318,335],[2,105],{192:541,193:[1,542]}),n(mo,[2,107]),{13:f,16:d,44:215,45:nt,55:220,82:V,87:h,89:it,172:221,185:351,187:350,199:543,200:544,231:Pr,234:349,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(N2,[2,132]),n(jd,[2,425]),n(N2,[2,133]),{13:f,16:d,44:354,55:355,82:V,87:h,172:357,237:356,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:358,312:sn,313:545},n(Or,[2,54]),n(Or,[2,48]),n(ho,[2,342]),{13:f,16:d,44:39,55:40,87:h,139:546,307:43,308:p},n(ho,[2,68]),n(U,[2,350],{31:L2,112:L2}),n(Or,[2,53]),{13:f,16:d,55:547,307:43,308:p},n($,[2,333]),n(Xe,[2,16]),n(Rd,[2,152]),n(dc,[2,154]),n(dc,[2,157]),n(hc,[2,159]),n(hc,[2,160],{262:389,261:548,39:Ly,338:ky}),n(hc,[2,161],{262:389,261:549,39:Ly,338:ky}),n(yr,[2,163]),{13:f,16:d,44:136,45:se,46:550,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Xt,[2,178]),n(Xt,[2,179]),{13:f,16:d,44:136,45:se,46:551,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:552,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:553,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{48:[1,554],272:[1,555]},n(Xt,[2,184]),n(Xt,[2,186]),{314:[1,556]},{48:[1,557]},{48:[2,461]},{48:[2,462]},{48:[1,558]},{48:[2,467],193:[1,561],287:559,288:560},{13:f,16:d,55:194,197:St,223:562,307:43,308:p},n($y,[2,224]),n($y,[2,225]),n($y,[2,226]),{31:[1,563],45:k2,94:564},n(Z,[2,84]),n(Od,[2,368]),n(Z,[2,85]),n(Fd,[2,370]),n(Eu,[2,373],{170:566}),{48:[1,567]},{48:[2,423],337:[1,568]},n(Aa,[2,35],{83:[1,569]}),n(Aa,[2,36],{81:[1,570]}),n(Dy,[2,30],{307:43,267:139,275:146,278:149,77:320,67:321,68:322,55:323,79:509,44:510,75:571,13:f,16:d,45:se,76:O2,78:F2,87:h,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,276:ze,277:Ce,279:Ue,280:Pe,283:Ve,285:He,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O}),n(mc,[2,295]),{45:se,77:572},{45:se,77:573},n(mc,[2,33]),n(mc,[2,34]),{31:[2,275],50:574,84:575,85:a},{31:[2,277],51:576,84:577,85:a},n(po,[2,356]),n(M2,[2,357],{152:578,335:[1,579]}),n(Ms,[2,74]),{29:W,57:580},{29:W,57:581},{13:f,16:d,44:39,55:40,87:h,139:582,307:43,308:p},n(j2,[2,365],{162:583,328:[1,584]}),{13:f,16:d,45:se,55:323,67:321,68:322,77:320,79:585,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,307:43,308:p,346:Qe,347:$e,348:E,349:T,350:x,351:O},{45:[1,586]},n(Ms,[2,81]),{29:W,57:587},n(po,[2,73]),n(U,[2,362],{29:js,31:js,85:js,112:js,159:js,160:js,161:js,163:js,164:js}),n($d,[2,112]),n(gc,[2,401],{206:588}),n(U,[2,405],{209:589,210:590}),n(U,[2,403]),n(U,[2,404]),n($d,[2,113]),n($d,[2,400]),{13:f,16:d,44:215,45:kd,48:[1,591],55:220,82:V,87:h,89:it,172:221,185:351,203:536,212:592,231:Md,234:535,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(jd,[2,426]),n(jy,[2,138]),n(jy,[2,139]),{232:[1,593]},n(go,[2,292]),{47:[1,595],48:[1,594]},n(pc,[2,9]),n(mo,[2,392]),n(mo,[2,393],{44:39,55:40,307:43,195:341,139:342,194:596,190:597,13:f,16:d,87:h,197:fo,308:p}),n(mo,[2,110],{272:[1,598]}),n(Bd,[2,397],{201:599,316:600,317:[1,601]}),{314:[1,602]},{29:[1,603]},n(Ea,[2,58]),n(yr,[2,445]),n(yr,[2,447]),{48:[1,604],272:[1,605]},{48:[1,606]},{272:[1,607]},{272:[1,608]},n(Xt,[2,99]),n(Jt,[2,382]),n([13,16,39,47,48,87,193,197,242,246,250,263,265,272,290,297,298,299,300,301,302,308,314,338,341,342,343,344,345,346],[2,232]),n(Xt,[2,188]),n(Xt,[2,189]),{48:[1,609]},{48:[2,468]},{289:[1,610]},{13:f,16:d,55:492,82:V,172:493,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,311:494,312:sn,315:611},n(Z,[2,42]),n(Eu,[2,304]),{13:f,16:d,55:414,82:V,95:612,171:613,172:415,173:416,174:Nd,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:Ld},{31:[1,614],45:k2,94:615},n(es,[2,129]),n(C2,[2,421]),{82:[1,616]},{82:[1,617]},n(mc,[2,296]),n(mc,[2,31]),n(mc,[2,32]),{31:[2,17]},{31:[2,276]},{31:[2,18]},{31:[2,278]},n(U,T2,{155:330,153:618,154:619,29:$s,31:$s,85:$s,112:$s,159:$s,160:$s,161:$s,163:$s,164:$s}),n(M2,[2,358]),n(Ms,[2,75]),n(Ms,[2,76]),{29:W,57:620},{13:f,16:d,44:39,55:40,87:h,139:621,307:43,308:p},n(j2,[2,366]),n(Ms,[2,79]),{13:f,16:d,44:136,45:se,46:622,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Ms,[2,91],{336:[1,623]}),n([29,31,85,112,159,160,161,163,164,232,318,335],[2,114],{207:624,193:[1,625]}),n(gc,[2,117]),{13:f,16:d,44:215,45:kd,55:220,82:V,87:h,89:it,172:221,185:351,203:536,211:626,212:627,231:Md,234:535,236:216,237:222,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,309:bn,310:Mn,311:217,312:sn},n(ks,[2,134]),n(jd,[2,427]),n(ks,[2,135]),n(go,[2,26]),{44:628,87:h},n(mo,[2,106]),n(mo,[2,394]),n(U,[2,396]),n(Bd,[2,111]),n(Bd,[2,398]),{13:f,16:d,44:39,55:40,87:h,139:342,186:629,190:340,195:341,197:fo,307:43,308:p},n(Ny,[2,217]),n(U,Id,{144:248,140:630,143:631,31:[2,343]}),n(Xt,[2,97]),n(Jt,[2,380]),n(Xt,[2,180]),{13:f,16:d,44:136,45:se,46:632,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},{13:f,16:d,44:136,45:se,46:633,55:133,67:132,68:134,77:131,82:V,87:h,172:135,224:ft,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:mt,264:130,265:H,266:137,267:139,268:Re,269:qe,270:ne,271:We,273:Ge,274:Be,275:146,276:ze,277:Ce,278:149,279:Ue,280:Pe,283:Ve,285:He,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:et,346:Qe,347:$e,348:E,349:T,350:x,351:O},n(Xt,[2,190]),{290:[1,634]},{314:[1,635]},{13:f,16:d,48:[1,636],55:414,82:V,171:637,172:415,173:416,174:Nd,255:154,257:155,291:150,294:de,295:ge,296:ye,297:he,298:pe,299:me,300:ue,301:_e,302:Se,303:ve,304:be,305:ce,306:we,307:43,308:p,312:Ld},n($2,[2,305]),n(Z,[2,86]),n(Eu,[2,374]),n(Aa,[2,37]),n(Aa,[2,38]),n(po,[2,72]),n(po,[2,360]),n(Ms,[2,77]),{29:W,57:638},{47:[1,639]},{29:[2,376]},n(gc,[2,402]),n(gc,[2,115],{215:10,208:528,214:529,44:530,205:640,13:i,16:i,45:i,197:i,224:i,229:i,308:i,87:h}),n(gc,[2,118],{272:[1,641]}),n(Ud,[2,407],{213:642,319:643,317:[1,644]}),{48:[1,645]},{318:[1,646]},{31:[1,647]},{31:[2,344]},{48:[1,648]},{48:[1,649]},{291:650,303:ve,304:be,305:ce,306:we},n(wu,[2,218]),n(Eu,[2,44]),n($2,[2,306]),n(Ms,[2,78]),{44:651,87:h},n(gc,[2,116]),n(U,[2,406]),n(Ud,[2,119]),n(Ud,[2,408]),n(c,i,{215:10,205:527,208:528,214:529,44:530,202:652,87:h}),n(go,[2,27]),n(Bd,[2,230]),n(B2,[2,345],{141:653,335:[1,654]}),n(Xt,[2,181]),n(Xt,[2,182]),{48:[2,191]},{48:[1,655]},{318:[1,656]},n(U,Id,{144:248,142:657,143:658,31:U2,112:U2}),n(B2,[2,346]),n(Ms,[2,80]),n(Ud,[2,231]),n(ho,[2,67]),n(ho,[2,348])],defaultActions:{5:[2,240],6:[2,241],7:[2,242],9:[2,239],24:[2,1],25:[2,2],26:[2,244],87:[2,282],94:[2,384],100:[2,45],109:[2,325],166:[2,458],263:[2,439],336:[2,258],337:[2,101],487:[2,461],488:[2,462],560:[2,468],574:[2,17],575:[2,276],576:[2,18],577:[2,278],623:[2,376],631:[2,344],650:[2,191]},parseError:o(function(C,P){if(P.recoverable)this.trace(C);else{var N=new Error(C);throw N.hash=P,N}},"parseError"),parse:o(function(C){var P=this,N=[0],ie=[],Oe=[null],g=[],cn=this.table,_="",ns=0,Cu=0,Gd=0,zd=2,Iu=1,Hd=g.slice.call(arguments,1),Ut=Object.create(this.lexer),is={yy:{}};for(var Ru in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Ru)&&(is.yy[Ru]=this.yy[Ru]);Ut.setInput(C,is.yy),is.yy.lexer=Ut,is.yy.parser=this,typeof Ut.yylloc>"u"&&(Ut.yylloc={});var bc=Ut.yylloc;g.push(bc);var vt=Ut.options&&Ut.options.ranges;typeof is.yy.parseError=="function"?this.parseError=is.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function jt(ss){N.length=N.length-2*ss,Oe.length=Oe.length-ss,g.length=g.length-ss}o(jt,"popStack");for(var st=o(function(){var ss;return ss=Ut.lex()||Iu,typeof ss!="number"&&(ss=P.symbols_[ss]||ss),ss},"lex"),dt,wn,vo,Hn,LJ,Jy,wc={},Qd,Vs,Z2,Kd;;){if(vo=N[N.length-1],this.defaultActions[vo]?Hn=this.defaultActions[vo]:((dt===null||typeof dt>"u")&&(dt=st()),Hn=cn[vo]&&cn[vo][dt]),typeof Hn>"u"||!Hn.length||!Hn[0]){var Zy="";Kd=[];for(Qd in cn[vo])this.terminals_[Qd]&&Qd>zd&&Kd.push("'"+this.terminals_[Qd]+"'");Ut.showPosition?Zy="Parse error on line "+(ns+1)+`:
|
|
34
34
|
`+Ut.showPosition()+`
|
|
35
35
|
Expecting `+Kd.join(", ")+", got '"+(this.terminals_[dt]||dt)+"'":Zy="Parse error on line "+(ns+1)+": Unexpected "+(dt==Iu?"end of input":"'"+(this.terminals_[dt]||dt)+"'"),this.parseError(Zy,{text:Ut.match,token:this.terminals_[dt]||dt,line:Ut.yylineno,loc:bc,expected:Kd})}if(Hn[0]instanceof Array&&Hn.length>1)throw new Error("Parse Error: multiple actions possible at state: "+vo+", token: "+dt);switch(Hn[0]){case 1:N.push(dt),Oe.push(Ut.yytext),g.push(Ut.yylloc),N.push(Hn[1]),dt=null,wn?(dt=wn,wn=null):(Cu=Ut.yyleng,_=Ut.yytext,ns=Ut.yylineno,bc=Ut.yylloc,Gd>0&&Gd--);break;case 2:if(Vs=this.productions_[Hn[1]][1],wc.$=Oe[Oe.length-Vs],wc._$={first_line:g[g.length-(Vs||1)].first_line,last_line:g[g.length-1].last_line,first_column:g[g.length-(Vs||1)].first_column,last_column:g[g.length-1].last_column},vt&&(wc._$.range=[g[g.length-(Vs||1)].range[0],g[g.length-1].range[1]]),Jy=this.performAction.apply(wc,[_,Cu,ns,is.yy,Hn[1],Oe,g].concat(Hd)),typeof Jy<"u")return Jy;Vs&&(N=N.slice(0,-1*Vs*2),Oe=Oe.slice(0,-1*Vs),g=g.slice(0,-1*Vs)),N.push(this.productions_[Hn[1]][0]),Oe.push(wc.$),g.push(wc._$),Z2=cn[N[N.length-2]][N[N.length-1]],N.push(Z2);break;case 3:return!0}}return!0},"parse")},Vd=W_().Wildcard,qd="http://www.w3.org/1999/02/22-rdf-syntax-ns#",HN=qd+"type",QN=qd+"first",KN=qd+"rest",V2=qd+"nil",Wd="http://www.w3.org/2001/XMLSchema#",q2=Wd+"integer",W2=Wd+"decimal",G2=Wd+"double",YN=Wd+"boolean",yo="",z2="",H2="";function on(I){return I.toLowerCase()}o(on,"lowercase");function Bs(I,C){return I.push(C),I}o(Bs,"appendTo");function _o(I,C){return I.push.apply(I,C),I}o(_o,"appendAllTo");function Ht(I){I||(I={});for(var C=1,P=arguments.length,N;C<P&&(N=arguments[C]||{});C++)for(var ie in N)I[ie]=N[ie];return I}o(Ht,"extend");function ts(){for(var I=[],C=0,P=arguments.length;C<P;C++)I=I.concat.apply(I,arguments[C]);return I}o(ts,"unionAll");function Tu(I){if(I[0]==="<"&&(I=I.substring(1,I.length-1)),/^[a-z][a-z0-9.+-]*:/i.test(I))return I;if(!ke.base)throw new Error("Cannot resolve relative IRI "+I+" because no base IRI was set.");switch(yo!==ke.base&&(yo=ke.base,z2=yo.replace(/[^\/:]*$/,""),H2=yo.match(/^(?:[a-z]+:\/*)?[^\/]*/)[0]),I[0]){case void 0:return yo;case"#":return yo+I;case"?":return yo.replace(/(?:\?.*)?$/,I);case"/":return H2+I;default:return z2+I}}o(Tu,"resolveIRI");function Uy(I){if(I){var C=I[0];if(C==="?"||C==="$")return ke.factory.variable(I.substr(1))}return I}o(Uy,"toVar");function Fr(I,C){return{type:"operation",operator:I,args:C||[]}}o(Fr,"operation");function yc(I,C){var P={expression:I==="*"?new Vd:I};if(C)for(var N in C)P[N]=C[N];return P}o(yc,"expression");function _c(I,C){return{type:"path",pathType:I,items:C}}o(_c,"path");function Vy(I,C){for(var P=0,N=C.length,ie;P<N&&(ie=C[P]);P++)I=Fr(ie[0],[I,ie[1]]);return I}o(Vy,"createOperationTree");function So(I,C){var P=[],N=[],ie=I.length,Oe,g={};if(!ie)return null;for(var cn=0;cn<ie&&(Oe=I[cn]);cn++)(Oe.named?N:P).push(Oe.iri);return g[C||"from"]={default:P,named:N},g}o(So,"groupDatasets");function Sc(I){return parseInt(I,10)}o(Sc,"toInt");function qy(I){return I.type==="group"&&I.patterns.length===1?I.patterns[0]:I}o(qy,"degroupSingle");function rs(I,C){return C&&C.termType!=="NamedNode"&&(C=ke.factory.namedNode(C)),ke.factory.literal(I,C)}o(rs,"createTypedLiteral");function XN(I,C){return ke.factory.literal(I,C)}o(XN,"createLangLiteral");function Wy(I,C,P){if(!("termType"in C))throw new Error("Nested triples cannot contain paths");return ke.factory.quad(I,C,P)}o(Wy,"nestedTriple");function Us(I,C,P,N){var ie={};return I!=null&&(ie.subject=I),C!=null&&(ie.predicate=C),P!=null&&(ie.object=P),N!=null&&(ie.annotations=N),ie}o(Us,"triple");function Au(I){return typeof I=="string"?I.startsWith("e_")?ke.factory.blankNode(I):ke.factory.blankNode("e_"+I):ke.factory.blankNode("g_"+Q2++)}o(Au,"blank");var Q2=0;ke._resetBlanks=function(){Q2=0};var JN=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\(.)/g,ZN={"\\":"\\","'":"'",'"':'"',t:" ",b:"\b",n:`
|
|
36
|
-
`,r:"\r",f:"\f"},eL=/[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/,Gy=String.fromCharCode;function K2(I,C){I=I.substring(C,I.length-C);try{I=I.replace(JN,function(P,N,ie,Oe){var g;if(N){if(g=parseInt(N,16),isNaN(g))throw new Error;return Gy(g)}else if(ie){if(g=parseInt(ie,16),isNaN(g))throw new Error;return g<65535?Gy(g):Gy(55296+((g-=65536)>>10),56320+(g&1023))}else{var cn=ZN[Oe];if(!cn)throw new Error;return cn}})}catch{return""}if(eL.exec(I))throw new Error("Invalid unicode codepoint of surrogate pair without corresponding codepoint in "+I);return I}o(K2,"unescapeString");function tL(I){var C=Au(),P=C,N=[],ie,Oe=[];I.forEach(function(ns){N.push(ns.entity),_o(Oe,ns.triples)});for(var g=0,cn=0,_=N.length,ie=Array(_*2);g<_;)ie[cn++]=Us(P,ke.factory.namedNode(QN),N[g]),ie[cn++]=Us(P,ke.factory.namedNode(KN),P=++g<_?Au():ke.factory.namedNode(V2));return{entity:C,triples:_o(ie,Oe)}}o(tL,"createList");function rL(I){var C=Au();return{entity:C,triples:I.map(function(P){return Ht(Us(C),P)})}}o(rL,"createAnonymousObject");function zy(I,C,P){var N=[],ie=[];return C.forEach(function(Oe){let g=null;Oe.annotation&&(g=Oe.annotation,Oe=Oe.object),N.push(Us(null,I,Oe.entity,g)),_o(ie,Oe.triples)}),ts(N,P||[],ie)}o(zy,"objectListToTriples");function
|
|
36
|
+
`,r:"\r",f:"\f"},eL=/[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/,Gy=String.fromCharCode;function K2(I,C){I=I.substring(C,I.length-C);try{I=I.replace(JN,function(P,N,ie,Oe){var g;if(N){if(g=parseInt(N,16),isNaN(g))throw new Error;return Gy(g)}else if(ie){if(g=parseInt(ie,16),isNaN(g))throw new Error;return g<65535?Gy(g):Gy(55296+((g-=65536)>>10),56320+(g&1023))}else{var cn=ZN[Oe];if(!cn)throw new Error;return cn}})}catch{return""}if(eL.exec(I))throw new Error("Invalid unicode codepoint of surrogate pair without corresponding codepoint in "+I);return I}o(K2,"unescapeString");function tL(I){var C=Au(),P=C,N=[],ie,Oe=[];I.forEach(function(ns){N.push(ns.entity),_o(Oe,ns.triples)});for(var g=0,cn=0,_=N.length,ie=Array(_*2);g<_;)ie[cn++]=Us(P,ke.factory.namedNode(QN),N[g]),ie[cn++]=Us(P,ke.factory.namedNode(KN),P=++g<_?Au():ke.factory.namedNode(V2));return{entity:C,triples:_o(ie,Oe)}}o(tL,"createList");function rL(I){var C=Au();return{entity:C,triples:I.map(function(P){return Ht(Us(C),P)})}}o(rL,"createAnonymousObject");function zy(I,C,P){var N=[],ie=[];return C.forEach(function(Oe){let g=null;Oe.annotation&&(g=Oe.annotation,Oe=Oe.object),N.push(Us(null,I,Oe.entity,g)),_o(ie,Oe.triples)}),ts(N,P||[],ie)}o(zy,"objectListToTriples");function DJ(I){for(var C=[],P,N=0,ie;ie=I[N];N++)switch(ie.type){case"bgp":ie.triples.length&&(P?_o(P.triples,ie.triples):Bs(C,P=ie));break;default:(!ie.patterns||ie.patterns.length>0)&&(Bs(C,ie),P=null)}return C}o(DJ,"mergeAdjacentBGPs");function vc(I){return I.variable?I.variable.value:I.value||I.expression.value}o(vc,"getExpressionId");function Hy(I){if(!I)return[];if(I.type==="aggregate")return[I];if(I.type==="operation"){let C=[];for(let P of I.args)C.push(...Hy(P));return C}return[]}o(Hy,"getAggregatesOfExpression");function nL(I){let C=new Set,P=o(function(N){N&&(N.termType==="Variable"?C.add(N):N.type==="operation"&&N.args.forEach(P))},"visitExpression");return P(I),C}o(nL,"getVariablesFromExpression");function Qy(I,C=1,P=[]){for(let N of I)C>0&&N instanceof Array?Qy(N,C-1,P):P.push(N);return P}o(Qy,"flatten");function Ky(I){return I.termType==="Variable"}o(Ky,"isVariable");function Y2(I){if(I.triples){let C=[];for(let P of I.triples)Ky(P.subject)&&C.push(P.subject.value),Ky(P.predicate)&&C.push(P.predicate.value),Ky(P.object)&&C.push(P.object.value);return C}else if(I.patterns){let C=[];for(let P of I.patterns)C.push(...Y2(P));return C}return[]}o(Y2,"getBoundVarsFromGroupGraphPattern");function iL(I){let C=I.slice().sort(),P=[];for(let N=0;N<C.length-1;N++)C[N+1]==C[N]&&P.push(C[N]);return P}o(iL,"getDuplicatesInArray");function xu(I){if(!ke.sparqlStar)throw new Error("SPARQL-star support is not enabled");return I}o(xu,"ensureSparqlStar");function X2(I,C,P){for(let N of C){let ie=Us("subject"in N?N.subject:I,N.predicate,N.object);P.push(ie),N.annotations&&X2(Wy(I,N.predicate,N.object),N.annotations,P)}}o(X2,"_applyAnnotations");function Yy(I){if(ke.sparqlStar){let C=[];return I.forEach(P=>{let N=Us(P.subject,P.predicate,P.object);C.push(N),P.annotations&&X2(Wy(P.subject,P.predicate,P.object),P.annotations,C)}),C}return I}o(Yy,"applyAnnotations");function NJ(I){if(!ke.sparqlStarNestedQuads)throw new Error("Lenient SPARQL-star support with nested quads is not enabled");return I}o(NJ,"ensureSparqlStarNestedQuads");function J2(I){for(let C of I){if(C.type==="graph"&&C.name.termType==="Variable")throw new Error("Detected illegal variable in GRAPH");if(C.type==="bgp"||C.type==="graph"){for(let P of C.triples)if(P.subject.termType==="Variable"||P.predicate.termType==="Variable"||P.object.termType==="Variable")throw new Error("Detected illegal variable in BGP")}}return I}o(J2,"ensureNoVariables");function Xy(I){for(let C of I)if(C.type==="bgp"){for(let P of C.triples)if(P.subject.termType==="BlankNode"||P.predicate.termType==="BlankNode"||P.object.termType==="BlankNode")throw new Error("Detected illegal blank node in BGP")}return I}o(Xy,"ensureNoBnodes");var sL=(function(){var I={EOF:1,parseError:o(function(P,N){if(this.yy.parser)this.yy.parser.parseError(P,N);else throw new Error(P)},"parseError"),setInput:o(function(C,P){return this.yy=P||this.yy||{},this._input=C,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:o(function(){var C=this._input[0];this.yytext+=C,this.yyleng++,this.offset++,this.match+=C,this.matched+=C;var P=C.match(/(?:\r\n?|\n).*/g);return P?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),C},"input"),unput:o(function(C){var P=C.length,N=C.split(/(?:\r\n?|\n)/g);this._input=C+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-P),this.offset-=P;var ie=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),N.length-1&&(this.yylineno-=N.length-1);var Oe=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:N?(N.length===ie.length?this.yylloc.first_column:0)+ie[ie.length-N.length].length-N[0].length:this.yylloc.first_column-P},this.options.ranges&&(this.yylloc.range=[Oe[0],Oe[0]+this.yyleng-P]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
|
|
37
37
|
`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:o(function(C){this.unput(this.match.slice(C))},"less"),pastInput:o(function(){var C=this.matched.substr(0,this.matched.length-this.match.length);return(C.length>20?"...":"")+C.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:o(function(){var C=this.match;return C.length<20&&(C+=this._input.substr(0,20-C.length)),(C.substr(0,20)+(C.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:o(function(){var C=this.pastInput(),P=new Array(C.length+1).join("-");return C+this.upcomingInput()+`
|
|
38
38
|
`+P+"^"},"showPosition"),test_match:o(function(C,P){var N,ie,Oe;if(this.options.backtrack_lexer&&(Oe={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(Oe.yylloc.range=this.yylloc.range.slice(0))),ie=C[0].match(/(?:\r\n?|\n).*/g),ie&&(this.yylineno+=ie.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:ie?ie[ie.length-1].length-ie[ie.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+C[0].length},this.yytext+=C[0],this.match+=C[0],this.matches=C,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(C[0].length),this.matched+=C[0],N=this.performAction.call(this,this.yy,this,P,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),N)return N;if(this._backtrack){for(var g in Oe)this[g]=Oe[g];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var C,P,N,ie;this._more||(this.yytext="",this.match="");for(var Oe=this._currentRules(),g=0;g<Oe.length;g++)if(N=this._input.match(this.rules[Oe[g]]),N&&(!P||N[0].length>P[0].length)){if(P=N,ie=g,this.options.backtrack_lexer){if(C=this.test_match(N,Oe[g]),C!==!1)return C;if(this._backtrack){P=!1;continue}else return!1}else if(!this.options.flex)break}return P?(C=this.test_match(P,Oe[ie]),C!==!1?C:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
|
|
39
|
-
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var P=this.next();return P||this.lex()},"lex"),begin:o(function(P){this.conditionStack.push(P)},"begin"),popState:o(function(){var P=this.conditionStack.length-1;return P>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(P){return P=this.conditionStack.length-1-Math.abs(P||0),P>=0?this.conditionStack[P]:"INITIAL"},"topState"),pushState:o(function(P){this.begin(P)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{flex:!0,"case-insensitive":!0},performAction:o(function(P,N,ie,Oe){var g=Oe;switch(ie){case 0:break;case 1:return 12;case 2:return 15;case 3:return 41;case 4:return 325;case 5:return 326;case 6:return 45;case 7:return 47;case 8:return 48;case 9:return 39;case 10:return 24;case 11:return 28;case 12:return 29;case 13:return 31;case 14:return 32;case 15:return 36;case 16:return 53;case 17:return 327;case 18:return 63;case 19:return 64;case 20:return 70;case 21:return 73;case 22:return 76;case 23:return 78;case 24:return 81;case 25:return 83;case 26:return 85;case 27:return 193;case 28:return 100;case 29:return 328;case 30:return 121;case 31:return 329;case 32:return 330;case 33:return 110;case 34:return 331;case 35:return 109;case 36:return 332;case 37:return 333;case 38:return 113;case 39:return 115;case 40:return 116;case 41:return 131;case 42:return 123;case 43:return 126;case 44:return 128;case 45:return 132;case 46:return 112;case 47:return 334;case 48:return 335;case 49:return 159;case 50:return 161;case 51:return 164;case 52:return 174;case 53:return 160;case 54:return 336;case 55:return 163;case 56:return 312;case 57:return 314;case 58:return 317;case 59:return 318;case 60:return 272;case 61:return 197;case 62:return 337;case 63:return 338;case 64:return 229;case 65:return 340;case 66:return 263;case 67:return 224;case 68:return 231;case 69:return 232;case 70:return 242;case 71:return 246;case 72:return 290;case 73:return 341;case 74:return 342;case 75:return 343;case 76:return 344;case 77:return 345;case 78:return 250;case 79:return 346;case 80:return 265;case 81:return 276;case 82:return 277;case 83:return 268;case 84:return 269;case 85:return 270;case 86:return 271;case 87:return 347;case 88:return 348;case 89:return 273;case 90:return 274;case 91:return 350;case 92:return 349;case 93:return 351;case 94:return 279;case 95:return 280;case 96:return 283;case 97:return 285;case 98:return 289;case 99:return 293;case 100:return 296;case 101:return 13;case 102:return 16;case 103:return 308;case 104:return 309;case 105:return 87;case 106:return 292;case 107:return 82;case 108:return 294;case 109:return 295;case 110:return 297;case 111:return 298;case 112:return 299;case 113:return 300;case 114:return 301;case 115:return 302;case 116:return"EXPONENT";case 117:return 303;case 118:return 304;case 119:return 305;case 120:return 306;case 121:return 89;case 122:return 310;case 123:return 6;case 124:return"INVALID";case 125:console.log(N.yytext);break}},"anonymous"),rules:[/^(?:\s+|(#[^\n\r]*))/i,/^(?:BASE)/i,/^(?:PREFIX)/i,/^(?:SELECT)/i,/^(?:DISTINCT)/i,/^(?:REDUCED)/i,/^(?:\()/i,/^(?:AS)/i,/^(?:\))/i,/^(?:\*)/i,/^(?:CONSTRUCT)/i,/^(?:WHERE)/i,/^(?:\{)/i,/^(?:\})/i,/^(?:DESCRIBE)/i,/^(?:ASK)/i,/^(?:FROM)/i,/^(?:NAMED)/i,/^(?:GROUP)/i,/^(?:BY)/i,/^(?:HAVING)/i,/^(?:ORDER)/i,/^(?:ASC)/i,/^(?:DESC)/i,/^(?:LIMIT)/i,/^(?:OFFSET)/i,/^(?:VALUES)/i,/^(?:;)/i,/^(?:LOAD)/i,/^(?:SILENT)/i,/^(?:INTO)/i,/^(?:CLEAR)/i,/^(?:DROP)/i,/^(?:CREATE)/i,/^(?:ADD)/i,/^(?:TO)/i,/^(?:MOVE)/i,/^(?:COPY)/i,/^(?:INSERT((\s+|(#[^\n\r]*)\n\r?)+)DATA)/i,/^(?:DELETE((\s+|(#[^\n\r]*)\n\r?)+)DATA)/i,/^(?:DELETE((\s+|(#[^\n\r]*)\n\r?)+)WHERE)/i,/^(?:WITH)/i,/^(?:DELETE)/i,/^(?:INSERT)/i,/^(?:USING)/i,/^(?:DEFAULT)/i,/^(?:GRAPH)/i,/^(?:ALL)/i,/^(?:\.)/i,/^(?:OPTIONAL)/i,/^(?:SERVICE)/i,/^(?:BIND)/i,/^(?:UNDEF)/i,/^(?:MINUS)/i,/^(?:UNION)/i,/^(?:FILTER)/i,/^(?:<<)/i,/^(?:>>)/i,/^(?:\{\|)/i,/^(?:\|\})/i,/^(?:,)/i,/^(?:a)/i,/^(?:\|)/i,/^(?:\/)/i,/^(?:\^)/i,/^(?:\?)/i,/^(?:\+)/i,/^(?:!)/i,/^(?:\[)/i,/^(?:\])/i,/^(?:\|\|)/i,/^(?:&&)/i,/^(?:=)/i,/^(?:!=)/i,/^(?:<)/i,/^(?:>)/i,/^(?:<=)/i,/^(?:>=)/i,/^(?:IN)/i,/^(?:NOT)/i,/^(?:-)/i,/^(?:BOUND)/i,/^(?:BNODE)/i,/^(?:(RAND|NOW|UUID|STRUUID))/i,/^(?:(LANG|DATATYPE|IRI|URI|ABS|CEIL|FLOOR|ROUND|STRLEN|STR|UCASE|LCASE|ENCODE_FOR_URI|YEAR|MONTH|DAY|HOURS|MINUTES|SECONDS|TIMEZONE|TZ|MD5|SHA1|SHA256|SHA384|SHA512|isIRI|isURI|isBLANK|isLITERAL|isNUMERIC))/i,/^(?:(SUBJECT|PREDICATE|OBJECT|isTRIPLE))/i,/^(?:(LANGMATCHES|CONTAINS|STRSTARTS|STRENDS|STRBEFORE|STRAFTER|STRLANG|STRDT|sameTerm))/i,/^(?:CONCAT)/i,/^(?:COALESCE)/i,/^(?:IF)/i,/^(?:TRIPLE)/i,/^(?:REGEX)/i,/^(?:SUBSTR)/i,/^(?:REPLACE)/i,/^(?:EXISTS)/i,/^(?:COUNT)/i,/^(?:SUM|MIN|MAX|AVG|SAMPLE)/i,/^(?:GROUP_CONCAT)/i,/^(?:SEPARATOR)/i,/^(?:\^\^)/i,/^(?:true|false)/i,/^(?:(<(?:[^<>\"\{\}\|\^`\\\u0000-\u0020])*>))/i,/^(?:((([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?)?:))/i,/^(?:(((([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?)?:)((?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|:|[0-9]|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%))))(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.|:|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%))))*(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|:|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%)))))?)))/i,/^(?:(_:(?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?))/i,/^(?:([\?\$]((?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9])(?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])*)))/i,/^(?:(@[a-zA-Z]+(?:-[a-zA-Z0-9]+)*))/i,/^(?:([0-9]+))/i,/^(?:([0-9]*\.[0-9]+))/i,/^(?:([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+)))/i,/^(?:(\+([0-9]+)))/i,/^(?:(\+([0-9]*\.[0-9]+)))/i,/^(?:(\+([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+))))/i,/^(?:(-([0-9]+)))/i,/^(?:(-([0-9]*\.[0-9]+)))/i,/^(?:(-([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+))))/i,/^(?:([eE][+-]?[0-9]+))/i,/^(?:('(?:(?:[^\u0027\u005C\u000A\u000D])|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])))*'))/i,/^(?:("(?:(?:[^\u0022\u005C\u000A\u000D])|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])))*"))/i,/^(?:('''(?:(?:'|'')?(?:[^'\\]|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f]))))*'''))/i,/^(?:("""(?:(?:"|"")?(?:[^\"\\]|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f]))))*"""))/i,/^(?:(\((\u0020|\u0009|\u000D|\u000A)*\)))/i,/^(?:(\[(\u0020|\u0009|\u000D|\u000A)*\]))/i,/^(?:$)/i,/^(?:.)/i,/^(?:.)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125],inclusive:!0}}};return I})();By.lexer=sL;function ke(){this.yy={}}return o(ke,"Parser"),ke.prototype=By,By.Parser=ke,new ke})();$A.exports=Jj});var WA=S((vre,qA)=>{var Zj="http://www.w3.org/2001/XMLSchema#integer",e9="http://www.w3.org/2001/XMLSchema#string";function It(n){this._options=n=n||{};var e=n.prefixes||{};this._prefixByIri={};var t=[];for(var r in e){var i=e[r];Ku(i)&&(this._prefixByIri[i]=r,t.push(i))}var s=t.join("|").replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&");this._prefixRegex=new RegExp("^("+s+")([a-zA-Z][\\-_a-zA-Z0-9]*)$"),this._usedPrefixes={},this._sparqlStar=n.sparqlStar,this._indent=Ku(n.indent)?n.indent:" ",this._newline=Ku(n.newline)?n.newline:`
|
|
40
|
-
`,this._explicitDatatype=!!n.explicitDatatype}o(It,"Generator");It.prototype.toQuery=function(n){var e="";return n.queryType&&(e+=n.queryType.toUpperCase()+" "),n.reduced&&(e+="REDUCED "),n.distinct&&(e+="DISTINCT "),n.variables?e+=Bn(n.variables,void 0,function(t){return/^[?$]/.test(t)?t:Fa(t)?this.toEntity(t):"("+this.toExpression(t.expression)+" AS "+zh(t.variable)+")"},this)+" ":n.template&&(e+=this.group(n.template,!0)+this._newline),n.from&&(e+=this.graphs("FROM ",n.from.default)+this.graphs("FROM NAMED ",n.from.named)),n.where&&(e+="WHERE "+this.group(n.where,!0)+this._newline),n.updates&&(e+=Bn(n.updates,";"+this._newline,this.toUpdate,this)),n.group&&(e+="GROUP BY "+Bn(n.group,void 0,function(t){var r=Fa(t.expression)?this.toEntity(t.expression):"("+this.toExpression(t.expression)+")";return t.variable?"("+r+" AS "+zh(t.variable)+")":r},this)+this._newline),n.having&&(e+="HAVING ("+Bn(n.having,void 0,this.toExpression,this)+")"+this._newline),n.order&&(e+="ORDER BY "+Bn(n.order,void 0,function(t){var r="("+this.toExpression(t.expression)+")";return t.descending?"DESC "+r:r},this)+this._newline),n.offset&&(e+="OFFSET "+n.offset+this._newline),n.limit&&(e+="LIMIT "+n.limit+this._newline),n.values&&(e+=this.values(n)),e=this.baseAndPrefixes(n)+e,e.trim()};It.prototype.baseAndPrefixes=function(n){var e=n.base?"BASE <"+n.base+">"+this._newline:"",t="";for(var r in n.prefixes)(this._options.allPrefixes||this._usedPrefixes[r])&&(t+="PREFIX "+r+": <"+n.prefixes[r]+">"+this._newline);return e+t};It.prototype.toPattern=function(n){var e=n.type||n instanceof Array&&"array"||(n.subject&&n.predicate&&n.object?"triple":"");if(!(e in this))throw new Error("Unknown entry type: "+e);return this[e](n)};It.prototype.triple=function(n){return this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+"."};It.prototype.array=function(n){return Bn(n,this._newline,this.toPattern,this)};It.prototype.bgp=function(n){return this.encodeTriples(n.triples)};It.prototype.encodeTriples=function(n){if(!n.length)return"";for(var e=[],t=void 0,r=void 0,i=0;i<n.length;i++){var s=n[i];Oo(s.subject,t)?Oo(s.predicate,r)?e.push(","):(r=s.predicate,e.push(";"+this._newline,this._indent,this.toEntity(r))):(t&&e.push("."+this._newline),t=s.subject,r=s.predicate,e.push(this.toEntity(t)," ",this.toEntity(r))),e.push(" ",this.toEntity(s.object))}return e.push("."),e.join("")};It.prototype.graph=function(n){return"GRAPH "+this.toEntity(n.name)+" "+this.group(n)};It.prototype.graphs=function(n,e){return!e||e.length===0?"":Bn(e,"",function(t){return n+this.toEntity(t)+this._newline},this)};It.prototype.group=function(n,e){return n=e!==!0?this.array(n.patterns||n.triples):this.toPattern(n.type!=="group"?n:n.patterns),n.indexOf(this._newline)===-1?"{ "+n+" }":"{"+this._newline+this.indent(n)+this._newline+"}"};It.prototype.query=function(n){return this.toQuery(n)};It.prototype.filter=function(n){return"FILTER("+this.toExpression(n.expression)+")"};It.prototype.bind=function(n){return"BIND("+this.toExpression(n.expression)+" AS "+zh(n.variable)+")"};It.prototype.optional=function(n){return"OPTIONAL "+this.group(n)};It.prototype.union=function(n){return Bn(n.patterns,this._newline+"UNION"+this._newline,function(e){return this.group(e,!0)},this)};It.prototype.minus=function(n){return"MINUS "+this.group(n)};It.prototype.values=function(n){var e=Object.keys(n.values.reduce(function(i,s){for(var a in s)i[a]=!0;return i},{})),t,r;return e.length===1?t=r="":(t="(",r=")"),"VALUES "+t+e.join(" ")+r+" {"+this._newline+Bn(n.values,this._newline,function(i){return" "+t+Bn(e,void 0,function(s){return i[s]?this.toEntity(i[s]):"UNDEF"},this)+r},this)+this._newline+"}"};It.prototype.service=function(n){return"SERVICE "+(n.silent?"SILENT ":"")+this.toEntity(n.name)+" "+this.group(n)};It.prototype.toExpression=function(n){if(Fa(n))return this.toEntity(n);switch(n.type.toLowerCase()){case"aggregate":return n.aggregation.toUpperCase()+"("+(n.distinct?"DISTINCT ":"")+this.toExpression(n.expression)+(typeof n.separator=="string"?'; SEPARATOR = "'+n.separator.replace(UA,VA)+'"':"")+")";case"functioncall":return this.toEntity(n.function)+"("+Bn(n.args,", ",this.toExpression,this)+")";case"operation":var e=n.operator.toUpperCase(),t=n.args||[];switch(n.operator.toLowerCase()){case"<":case">":case">=":case"<=":case"&&":case"||":case"=":case"!=":case"+":case"-":case"*":case"/":return(Fa(t[0])?this.toEntity(t[0]):"("+this.toExpression(t[0])+")")+" "+e+" "+(Fa(t[1])?this.toEntity(t[1]):"("+this.toExpression(t[1])+")");case"!":return"!("+this.toExpression(t[0])+")";case"uplus":return"+("+this.toExpression(t[0])+")";case"uminus":return"-("+this.toExpression(t[0])+")";case"notin":e="NOT IN";case"in":return this.toExpression(t[0])+" "+e+"("+(Ku(t[1])?t[1]:Bn(t[1],", ",this.toExpression,this))+")";case"notexists":e="NOT EXISTS";case"exists":return e+" "+this.group(t[0],!0);default:return e+"("+Bn(t,", ",this.toExpression,this)+")"}default:throw new Error("Unknown expression type: "+n.type)}};It.prototype.toEntity=function(n){if(Fa(n))switch(n.termType){case"Wildcard":return"*";case"Variable":return zh(n);case"BlankNode":return"_:"+n.value;case"Literal":var e=n.value||"",t=n.language||"",r=n.datatype;if(n='"'+e.replace(UA,VA)+'"',t)n+="@"+t;else if(r){if(!this._explicitDatatype)switch(r.value){case e9:return n;case Zj:if(/^\d+$/.test(e))return e+" "}n+="^^"+this.encodeIRI(r.value)}return n;case"Quad":if(!this._sparqlStar)throw new Error("SPARQL* support is not enabled");return n.graph&&n.graph.termType!=="DefaultGraph"?"<< GRAPH "+this.toEntity(n.graph)+" { "+this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+" } >>":"<< "+this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+" >>";default:return this.encodeIRI(n.value)}else{var i=n.items.map(this.toEntity,this),s=n.pathType;switch(s){case"^":case"!":return s+i[0];case"*":case"+":case"?":return"("+i[0]+s+")";default:return"("+i.join(s)+")"}}};var UA=/["\\\t\n\r\b\f]/g,VA=o(function(n){return t9[n]},"escapeReplacer"),t9={"\\":"\\\\",'"':'\\"'," ":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};It.prototype.encodeIRI=function(n){var e=this._prefixRegex.exec(n);if(e){var t=this._prefixByIri[e[1]];return this._usedPrefixes[t]=!0,t+":"+e[2]}return"<"+n+">"};It.prototype.toUpdate=function(n){switch(n.type||n.updateType){case"load":return"LOAD"+(n.source?" "+this.toEntity(n.source):"")+(n.destination?" INTO GRAPH "+this.toEntity(n.destination):"");case"insert":return"INSERT DATA "+this.group(n.insert,!0);case"delete":return"DELETE DATA "+this.group(n.delete,!0);case"deletewhere":return"DELETE WHERE "+this.group(n.delete,!0);case"insertdelete":return(n.graph?"WITH "+this.toEntity(n.graph)+this._newline:"")+(n.delete.length?"DELETE "+this.group(n.delete,!0)+this._newline:"")+(n.insert.length?"INSERT "+this.group(n.insert,!0)+this._newline:"")+(n.using?this.graphs("USING ",n.using.default):"")+(n.using?this.graphs("USING NAMED ",n.using.named):"")+"WHERE "+this.group(n.where,!0);case"add":case"copy":case"move":return n.type.toUpperCase()+" "+(n.silent?"SILENT ":"")+(n.source.default?"DEFAULT":this.toEntity(n.source.name))+" TO "+this.toEntity(n.destination.name);case"create":case"clear":case"drop":return n.type.toUpperCase()+(n.silent?" SILENT ":" ")+(n.graph.default?"DEFAULT":n.graph.named?"NAMED":n.graph.all?"ALL":"GRAPH "+this.toEntity(n.graph.name));default:throw new Error("Unknown update query type: "+n.type)}};It.prototype.indent=function(n){return n.replace(/^/gm,this._indent)};function zh(n){return"?"+n.value}o(zh,"variableToString");function Ku(n){return typeof n=="string"}o(Ku,"isString");function Fa(n){return typeof n.termType=="string"}o(Fa,"isTerm");function Oo(n,e){if(!n||!Fa(n)||!e||!Fa(e)||n.termType!==e.termType)return!1;switch(n.termType){case"Literal":return n.value===e.value&&n.language===e.language&&Oo(n.datatype,e.datatype);case"Quad":return Oo(n.subject,e.subject)&&Oo(n.predicate,e.predicate)&&Oo(n.object,e.object)&&Oo(n.graph,e.graph);default:return n.value===e.value}}o(Oo,"equalTerms");function Bn(n,e,t,r){return n.map(t,r).join(Ku(e)?e:" ")}o(Bn,"mapJoin");function r9(n={}){return{stringify:o(function(e){var t=Object.create(n);return t.prefixes=e.prefixes,new It(t).toQuery(e)},"stringify"),createGenerator:o(function(){return new It(n)},"createGenerator")}}o(r9,"_Generator");qA.exports={Generator:r9}});var z_=S(Hh=>{"use strict";Object.defineProperty(Hh,"__esModule",{value:!0});Hh.BlankNode=void 0;var G_=class{static{o(this,"BlankNode")}constructor(e){this.termType="BlankNode",this.value=e}equals(e){return!!e&&e.termType==="BlankNode"&&e.value===this.value}};Hh.BlankNode=G_});var H_=S(Qh=>{"use strict";Object.defineProperty(Qh,"__esModule",{value:!0});Qh.DefaultGraph=void 0;var Yu=class{static{o(this,"DefaultGraph")}constructor(){this.termType="DefaultGraph",this.value=""}equals(e){return!!e&&e.termType==="DefaultGraph"}};Qh.DefaultGraph=Yu;Yu.INSTANCE=new Yu});var Yh=S(Kh=>{"use strict";Object.defineProperty(Kh,"__esModule",{value:!0});Kh.NamedNode=void 0;var Q_=class{static{o(this,"NamedNode")}constructor(e){this.termType="NamedNode",this.value=e}equals(e){return!!e&&e.termType==="NamedNode"&&e.value===this.value}};Kh.NamedNode=Q_});var K_=S(Xh=>{"use strict";Object.defineProperty(Xh,"__esModule",{value:!0});Xh.Literal=void 0;var GA=Yh(),Xu=class n{static{o(this,"Literal")}constructor(e,t){this.termType="Literal",this.value=e,typeof t=="string"?(this.language=t,this.datatype=n.RDF_LANGUAGE_STRING):t?(this.language="",this.datatype=t):(this.language="",this.datatype=n.XSD_STRING)}equals(e){return!!e&&e.termType==="Literal"&&e.value===this.value&&e.language===this.language&&this.datatype.equals(e.datatype)}};Xh.Literal=Xu;Xu.RDF_LANGUAGE_STRING=new GA.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString");Xu.XSD_STRING=new GA.NamedNode("http://www.w3.org/2001/XMLSchema#string")});var X_=S(Jh=>{"use strict";Object.defineProperty(Jh,"__esModule",{value:!0});Jh.Quad=void 0;var Y_=class{static{o(this,"Quad")}constructor(e,t,r,i){this.termType="Quad",this.value="",this.subject=e,this.predicate=t,this.object=r,this.graph=i}equals(e){return!!e&&(e.termType==="Quad"||!e.termType)&&this.subject.equals(e.subject)&&this.predicate.equals(e.predicate)&&this.object.equals(e.object)&&this.graph.equals(e.graph)}};Jh.Quad=Y_});var Z_=S(Zh=>{"use strict";Object.defineProperty(Zh,"__esModule",{value:!0});Zh.Variable=void 0;var J_=class{static{o(this,"Variable")}constructor(e){this.termType="Variable",this.value=e}equals(e){return!!e&&e.termType==="Variable"&&e.value===this.value}};Zh.Variable=J_});var HA=S(ep=>{"use strict";Object.defineProperty(ep,"__esModule",{value:!0});ep.DataFactory=void 0;var n9=z_(),i9=H_(),zA=K_(),s9=Yh(),a9=X_(),o9=Z_(),c9=0,e1=class{static{o(this,"DataFactory")}constructor(e){this.blankNodeCounter=0,e=e||{},this.blankNodePrefix=e.blankNodePrefix||`df_${c9++}_`}namedNode(e){return new s9.NamedNode(e)}blankNode(e){return new n9.BlankNode(e||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(e,t){return new zA.Literal(e,t)}variable(e){return new o9.Variable(e)}defaultGraph(){return i9.DefaultGraph.INSTANCE}quad(e,t,r,i){return new a9.Quad(e,t,r,i||this.defaultGraph())}fromTerm(e){switch(e.termType){case"NamedNode":return this.namedNode(e.value);case"BlankNode":return this.blankNode(e.value);case"Literal":return e.language?this.literal(e.value,e.language):e.datatype.equals(zA.Literal.XSD_STRING)?this.literal(e.value):this.literal(e.value,this.fromTerm(e.datatype));case"Variable":return this.variable(e.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(e.subject),this.fromTerm(e.predicate),this.fromTerm(e.object),this.fromTerm(e.graph))}}fromQuad(e){return this.fromTerm(e)}resetBlankNodeCounter(){this.blankNodeCounter=0}};ep.DataFactory=e1});var QA=S(Un=>{"use strict";var l9=Un&&Un.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),Fo=Un&&Un.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&l9(e,n,t)};Object.defineProperty(Un,"__esModule",{value:!0});Fo(z_(),Un);Fo(HA(),Un);Fo(H_(),Un);Fo(K_(),Un);Fo(Yh(),Un);Fo(X_(),Un);Fo(Z_(),Un)});var YA=S((jre,KA)=>{var{Parser:Ys}=BA(),{Generator:u9}=WA(),{Wildcard:f9}=W_(),{DataFactory:d9}=QA();function h9({prefixes:n,baseIRI:e,factory:t,pathOnly:r,sparqlStar:i,skipValidation:s,skipUngroupedVariableCheck:a}={}){let c={};for(let u in n??{})c[u]=n[u];let l=new Ys;return l.parse=function(){return Ys.base=e||"",Ys.prefixes=Object.create(c),Ys.factory=t||new d9,Ys.sparqlStar=!!i,Ys.pathOnly=!!r,Ys.skipValidation=!!s||!!a,Ys.prototype.parse.apply(l,arguments)},l._resetBlanks=Ys._resetBlanks,l}o(h9,"_Parser");KA.exports={Parser:h9,Generator:u9,Wildcard:f9}});var r1=S(Fc=>{"use strict";Object.defineProperty(Fc,"__esModule",{value:!0});Fc.CaseWhenTransformerError=Fc.CaseWhenTransformer=void 0;var t1=class{static{o(this,"CaseWhenTransformer")}transform(e){let t=this.stripLineComments(e),r,i=0,s=100;do if(r=t,t=this.transformSinglePass(t),i++,i>s)throw new Xs("Too many nested CASE expressions (max 100 iterations)");while(t!==r);return t}stripLineComments(e){let t="",r=0;for(;r<e.length;){let i=e[r];if(i==="'"||i==='"'){let s=i;for(t+=i,r++;r<e.length&&e[r]!==s;){if(e[r]==="\\"&&r+1<e.length){t+=e[r]+e[r+1],r+=2;continue}t+=e[r],r++}r<e.length&&(t+=e[r],r++);continue}if(i==="<"){let s=e.indexOf(">",r),a=e.indexOf(`
|
|
39
|
+
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var P=this.next();return P||this.lex()},"lex"),begin:o(function(P){this.conditionStack.push(P)},"begin"),popState:o(function(){var P=this.conditionStack.length-1;return P>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(P){return P=this.conditionStack.length-1-Math.abs(P||0),P>=0?this.conditionStack[P]:"INITIAL"},"topState"),pushState:o(function(P){this.begin(P)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{flex:!0,"case-insensitive":!0},performAction:o(function(P,N,ie,Oe){var g=Oe;switch(ie){case 0:break;case 1:return 12;case 2:return 15;case 3:return 41;case 4:return 325;case 5:return 326;case 6:return 45;case 7:return 47;case 8:return 48;case 9:return 39;case 10:return 24;case 11:return 28;case 12:return 29;case 13:return 31;case 14:return 32;case 15:return 36;case 16:return 53;case 17:return 327;case 18:return 63;case 19:return 64;case 20:return 70;case 21:return 73;case 22:return 76;case 23:return 78;case 24:return 81;case 25:return 83;case 26:return 85;case 27:return 193;case 28:return 100;case 29:return 328;case 30:return 121;case 31:return 329;case 32:return 330;case 33:return 110;case 34:return 331;case 35:return 109;case 36:return 332;case 37:return 333;case 38:return 113;case 39:return 115;case 40:return 116;case 41:return 131;case 42:return 123;case 43:return 126;case 44:return 128;case 45:return 132;case 46:return 112;case 47:return 334;case 48:return 335;case 49:return 159;case 50:return 161;case 51:return 164;case 52:return 174;case 53:return 160;case 54:return 336;case 55:return 163;case 56:return 312;case 57:return 314;case 58:return 317;case 59:return 318;case 60:return 272;case 61:return 197;case 62:return 337;case 63:return 338;case 64:return 229;case 65:return 340;case 66:return 263;case 67:return 224;case 68:return 231;case 69:return 232;case 70:return 242;case 71:return 246;case 72:return 290;case 73:return 341;case 74:return 342;case 75:return 343;case 76:return 344;case 77:return 345;case 78:return 250;case 79:return 346;case 80:return 265;case 81:return 276;case 82:return 277;case 83:return 268;case 84:return 269;case 85:return 270;case 86:return 271;case 87:return 347;case 88:return 348;case 89:return 273;case 90:return 274;case 91:return 350;case 92:return 349;case 93:return 351;case 94:return 279;case 95:return 280;case 96:return 283;case 97:return 285;case 98:return 289;case 99:return 293;case 100:return 296;case 101:return 13;case 102:return 16;case 103:return 308;case 104:return 309;case 105:return 87;case 106:return 292;case 107:return 82;case 108:return 294;case 109:return 295;case 110:return 297;case 111:return 298;case 112:return 299;case 113:return 300;case 114:return 301;case 115:return 302;case 116:return"EXPONENT";case 117:return 303;case 118:return 304;case 119:return 305;case 120:return 306;case 121:return 89;case 122:return 310;case 123:return 6;case 124:return"INVALID";case 125:console.log(N.yytext);break}},"anonymous"),rules:[/^(?:\s+|(#[^\n\r]*))/i,/^(?:BASE)/i,/^(?:PREFIX)/i,/^(?:SELECT)/i,/^(?:DISTINCT)/i,/^(?:REDUCED)/i,/^(?:\()/i,/^(?:AS)/i,/^(?:\))/i,/^(?:\*)/i,/^(?:CONSTRUCT)/i,/^(?:WHERE)/i,/^(?:\{)/i,/^(?:\})/i,/^(?:DESCRIBE)/i,/^(?:ASK)/i,/^(?:FROM)/i,/^(?:NAMED)/i,/^(?:GROUP)/i,/^(?:BY)/i,/^(?:HAVING)/i,/^(?:ORDER)/i,/^(?:ASC)/i,/^(?:DESC)/i,/^(?:LIMIT)/i,/^(?:OFFSET)/i,/^(?:VALUES)/i,/^(?:;)/i,/^(?:LOAD)/i,/^(?:SILENT)/i,/^(?:INTO)/i,/^(?:CLEAR)/i,/^(?:DROP)/i,/^(?:CREATE)/i,/^(?:ADD)/i,/^(?:TO)/i,/^(?:MOVE)/i,/^(?:COPY)/i,/^(?:INSERT((\s+|(#[^\n\r]*)\n\r?)+)DATA)/i,/^(?:DELETE((\s+|(#[^\n\r]*)\n\r?)+)DATA)/i,/^(?:DELETE((\s+|(#[^\n\r]*)\n\r?)+)WHERE)/i,/^(?:WITH)/i,/^(?:DELETE)/i,/^(?:INSERT)/i,/^(?:USING)/i,/^(?:DEFAULT)/i,/^(?:GRAPH)/i,/^(?:ALL)/i,/^(?:\.)/i,/^(?:OPTIONAL)/i,/^(?:SERVICE)/i,/^(?:BIND)/i,/^(?:UNDEF)/i,/^(?:MINUS)/i,/^(?:UNION)/i,/^(?:FILTER)/i,/^(?:<<)/i,/^(?:>>)/i,/^(?:\{\|)/i,/^(?:\|\})/i,/^(?:,)/i,/^(?:a)/i,/^(?:\|)/i,/^(?:\/)/i,/^(?:\^)/i,/^(?:\?)/i,/^(?:\+)/i,/^(?:!)/i,/^(?:\[)/i,/^(?:\])/i,/^(?:\|\|)/i,/^(?:&&)/i,/^(?:=)/i,/^(?:!=)/i,/^(?:<)/i,/^(?:>)/i,/^(?:<=)/i,/^(?:>=)/i,/^(?:IN)/i,/^(?:NOT)/i,/^(?:-)/i,/^(?:BOUND)/i,/^(?:BNODE)/i,/^(?:(RAND|NOW|UUID|STRUUID))/i,/^(?:(LANG|DATATYPE|IRI|URI|ABS|CEIL|FLOOR|ROUND|STRLEN|STR|UCASE|LCASE|ENCODE_FOR_URI|YEAR|MONTH|DAY|HOURS|MINUTES|SECONDS|TIMEZONE|TZ|MD5|SHA1|SHA256|SHA384|SHA512|isIRI|isURI|isBLANK|isLITERAL|isNUMERIC))/i,/^(?:(SUBJECT|PREDICATE|OBJECT|isTRIPLE))/i,/^(?:(LANGMATCHES|CONTAINS|STRSTARTS|STRENDS|STRBEFORE|STRAFTER|STRLANG|STRDT|sameTerm))/i,/^(?:CONCAT)/i,/^(?:COALESCE)/i,/^(?:IF)/i,/^(?:TRIPLE)/i,/^(?:REGEX)/i,/^(?:SUBSTR)/i,/^(?:REPLACE)/i,/^(?:EXISTS)/i,/^(?:COUNT)/i,/^(?:SUM|MIN|MAX|AVG|SAMPLE)/i,/^(?:GROUP_CONCAT)/i,/^(?:SEPARATOR)/i,/^(?:\^\^)/i,/^(?:true|false)/i,/^(?:(<(?:[^<>\"\{\}\|\^`\\\u0000-\u0020])*>))/i,/^(?:((([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?)?:))/i,/^(?:(((([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?)?:)((?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|:|[0-9]|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%))))(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.|:|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%))))*(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|:|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%)))))?)))/i,/^(?:(_:(?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?))/i,/^(?:([\?\$]((?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9])(?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])*)))/i,/^(?:(@[a-zA-Z]+(?:-[a-zA-Z0-9]+)*))/i,/^(?:([0-9]+))/i,/^(?:([0-9]*\.[0-9]+))/i,/^(?:([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+)))/i,/^(?:(\+([0-9]+)))/i,/^(?:(\+([0-9]*\.[0-9]+)))/i,/^(?:(\+([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+))))/i,/^(?:(-([0-9]+)))/i,/^(?:(-([0-9]*\.[0-9]+)))/i,/^(?:(-([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+))))/i,/^(?:([eE][+-]?[0-9]+))/i,/^(?:('(?:(?:[^\u0027\u005C\u000A\u000D])|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])))*'))/i,/^(?:("(?:(?:[^\u0022\u005C\u000A\u000D])|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])))*"))/i,/^(?:('''(?:(?:'|'')?(?:[^'\\]|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f]))))*'''))/i,/^(?:("""(?:(?:"|"")?(?:[^\"\\]|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f]))))*"""))/i,/^(?:(\((\u0020|\u0009|\u000D|\u000A)*\)))/i,/^(?:(\[(\u0020|\u0009|\u000D|\u000A)*\]))/i,/^(?:$)/i,/^(?:.)/i,/^(?:.)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125],inclusive:!0}}};return I})();By.lexer=sL;function ke(){this.yy={}}return o(ke,"Parser"),ke.prototype=By,By.Parser=ke,new ke})();$A.exports=Jj});var WA=S((wre,qA)=>{var Zj="http://www.w3.org/2001/XMLSchema#integer",e9="http://www.w3.org/2001/XMLSchema#string";function It(n){this._options=n=n||{};var e=n.prefixes||{};this._prefixByIri={};var t=[];for(var r in e){var i=e[r];Ku(i)&&(this._prefixByIri[i]=r,t.push(i))}var s=t.join("|").replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&");this._prefixRegex=new RegExp("^("+s+")([a-zA-Z][\\-_a-zA-Z0-9]*)$"),this._usedPrefixes={},this._sparqlStar=n.sparqlStar,this._indent=Ku(n.indent)?n.indent:" ",this._newline=Ku(n.newline)?n.newline:`
|
|
40
|
+
`,this._explicitDatatype=!!n.explicitDatatype}o(It,"Generator");It.prototype.toQuery=function(n){var e="";return n.queryType&&(e+=n.queryType.toUpperCase()+" "),n.reduced&&(e+="REDUCED "),n.distinct&&(e+="DISTINCT "),n.variables?e+=Bn(n.variables,void 0,function(t){return/^[?$]/.test(t)?t:Fa(t)?this.toEntity(t):"("+this.toExpression(t.expression)+" AS "+zh(t.variable)+")"},this)+" ":n.template&&(e+=this.group(n.template,!0)+this._newline),n.from&&(e+=this.graphs("FROM ",n.from.default)+this.graphs("FROM NAMED ",n.from.named)),n.where&&(e+="WHERE "+this.group(n.where,!0)+this._newline),n.updates&&(e+=Bn(n.updates,";"+this._newline,this.toUpdate,this)),n.group&&(e+="GROUP BY "+Bn(n.group,void 0,function(t){var r=Fa(t.expression)?this.toEntity(t.expression):"("+this.toExpression(t.expression)+")";return t.variable?"("+r+" AS "+zh(t.variable)+")":r},this)+this._newline),n.having&&(e+="HAVING ("+Bn(n.having,void 0,this.toExpression,this)+")"+this._newline),n.order&&(e+="ORDER BY "+Bn(n.order,void 0,function(t){var r="("+this.toExpression(t.expression)+")";return t.descending?"DESC "+r:r},this)+this._newline),n.offset&&(e+="OFFSET "+n.offset+this._newline),n.limit&&(e+="LIMIT "+n.limit+this._newline),n.values&&(e+=this.values(n)),e=this.baseAndPrefixes(n)+e,e.trim()};It.prototype.baseAndPrefixes=function(n){var e=n.base?"BASE <"+n.base+">"+this._newline:"",t="";for(var r in n.prefixes)(this._options.allPrefixes||this._usedPrefixes[r])&&(t+="PREFIX "+r+": <"+n.prefixes[r]+">"+this._newline);return e+t};It.prototype.toPattern=function(n){var e=n.type||n instanceof Array&&"array"||(n.subject&&n.predicate&&n.object?"triple":"");if(!(e in this))throw new Error("Unknown entry type: "+e);return this[e](n)};It.prototype.triple=function(n){return this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+"."};It.prototype.array=function(n){return Bn(n,this._newline,this.toPattern,this)};It.prototype.bgp=function(n){return this.encodeTriples(n.triples)};It.prototype.encodeTriples=function(n){if(!n.length)return"";for(var e=[],t=void 0,r=void 0,i=0;i<n.length;i++){var s=n[i];Oo(s.subject,t)?Oo(s.predicate,r)?e.push(","):(r=s.predicate,e.push(";"+this._newline,this._indent,this.toEntity(r))):(t&&e.push("."+this._newline),t=s.subject,r=s.predicate,e.push(this.toEntity(t)," ",this.toEntity(r))),e.push(" ",this.toEntity(s.object))}return e.push("."),e.join("")};It.prototype.graph=function(n){return"GRAPH "+this.toEntity(n.name)+" "+this.group(n)};It.prototype.graphs=function(n,e){return!e||e.length===0?"":Bn(e,"",function(t){return n+this.toEntity(t)+this._newline},this)};It.prototype.group=function(n,e){return n=e!==!0?this.array(n.patterns||n.triples):this.toPattern(n.type!=="group"?n:n.patterns),n.indexOf(this._newline)===-1?"{ "+n+" }":"{"+this._newline+this.indent(n)+this._newline+"}"};It.prototype.query=function(n){return this.toQuery(n)};It.prototype.filter=function(n){return"FILTER("+this.toExpression(n.expression)+")"};It.prototype.bind=function(n){return"BIND("+this.toExpression(n.expression)+" AS "+zh(n.variable)+")"};It.prototype.optional=function(n){return"OPTIONAL "+this.group(n)};It.prototype.union=function(n){return Bn(n.patterns,this._newline+"UNION"+this._newline,function(e){return this.group(e,!0)},this)};It.prototype.minus=function(n){return"MINUS "+this.group(n)};It.prototype.values=function(n){var e=Object.keys(n.values.reduce(function(i,s){for(var a in s)i[a]=!0;return i},{})),t,r;return e.length===1?t=r="":(t="(",r=")"),"VALUES "+t+e.join(" ")+r+" {"+this._newline+Bn(n.values,this._newline,function(i){return" "+t+Bn(e,void 0,function(s){return i[s]?this.toEntity(i[s]):"UNDEF"},this)+r},this)+this._newline+"}"};It.prototype.service=function(n){return"SERVICE "+(n.silent?"SILENT ":"")+this.toEntity(n.name)+" "+this.group(n)};It.prototype.toExpression=function(n){if(Fa(n))return this.toEntity(n);switch(n.type.toLowerCase()){case"aggregate":return n.aggregation.toUpperCase()+"("+(n.distinct?"DISTINCT ":"")+this.toExpression(n.expression)+(typeof n.separator=="string"?'; SEPARATOR = "'+n.separator.replace(UA,VA)+'"':"")+")";case"functioncall":return this.toEntity(n.function)+"("+Bn(n.args,", ",this.toExpression,this)+")";case"operation":var e=n.operator.toUpperCase(),t=n.args||[];switch(n.operator.toLowerCase()){case"<":case">":case">=":case"<=":case"&&":case"||":case"=":case"!=":case"+":case"-":case"*":case"/":return(Fa(t[0])?this.toEntity(t[0]):"("+this.toExpression(t[0])+")")+" "+e+" "+(Fa(t[1])?this.toEntity(t[1]):"("+this.toExpression(t[1])+")");case"!":return"!("+this.toExpression(t[0])+")";case"uplus":return"+("+this.toExpression(t[0])+")";case"uminus":return"-("+this.toExpression(t[0])+")";case"notin":e="NOT IN";case"in":return this.toExpression(t[0])+" "+e+"("+(Ku(t[1])?t[1]:Bn(t[1],", ",this.toExpression,this))+")";case"notexists":e="NOT EXISTS";case"exists":return e+" "+this.group(t[0],!0);default:return e+"("+Bn(t,", ",this.toExpression,this)+")"}default:throw new Error("Unknown expression type: "+n.type)}};It.prototype.toEntity=function(n){if(Fa(n))switch(n.termType){case"Wildcard":return"*";case"Variable":return zh(n);case"BlankNode":return"_:"+n.value;case"Literal":var e=n.value||"",t=n.language||"",r=n.datatype;if(n='"'+e.replace(UA,VA)+'"',t)n+="@"+t;else if(r){if(!this._explicitDatatype)switch(r.value){case e9:return n;case Zj:if(/^\d+$/.test(e))return e+" "}n+="^^"+this.encodeIRI(r.value)}return n;case"Quad":if(!this._sparqlStar)throw new Error("SPARQL* support is not enabled");return n.graph&&n.graph.termType!=="DefaultGraph"?"<< GRAPH "+this.toEntity(n.graph)+" { "+this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+" } >>":"<< "+this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+" >>";default:return this.encodeIRI(n.value)}else{var i=n.items.map(this.toEntity,this),s=n.pathType;switch(s){case"^":case"!":return s+i[0];case"*":case"+":case"?":return"("+i[0]+s+")";default:return"("+i.join(s)+")"}}};var UA=/["\\\t\n\r\b\f]/g,VA=o(function(n){return t9[n]},"escapeReplacer"),t9={"\\":"\\\\",'"':'\\"'," ":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};It.prototype.encodeIRI=function(n){var e=this._prefixRegex.exec(n);if(e){var t=this._prefixByIri[e[1]];return this._usedPrefixes[t]=!0,t+":"+e[2]}return"<"+n+">"};It.prototype.toUpdate=function(n){switch(n.type||n.updateType){case"load":return"LOAD"+(n.source?" "+this.toEntity(n.source):"")+(n.destination?" INTO GRAPH "+this.toEntity(n.destination):"");case"insert":return"INSERT DATA "+this.group(n.insert,!0);case"delete":return"DELETE DATA "+this.group(n.delete,!0);case"deletewhere":return"DELETE WHERE "+this.group(n.delete,!0);case"insertdelete":return(n.graph?"WITH "+this.toEntity(n.graph)+this._newline:"")+(n.delete.length?"DELETE "+this.group(n.delete,!0)+this._newline:"")+(n.insert.length?"INSERT "+this.group(n.insert,!0)+this._newline:"")+(n.using?this.graphs("USING ",n.using.default):"")+(n.using?this.graphs("USING NAMED ",n.using.named):"")+"WHERE "+this.group(n.where,!0);case"add":case"copy":case"move":return n.type.toUpperCase()+" "+(n.silent?"SILENT ":"")+(n.source.default?"DEFAULT":this.toEntity(n.source.name))+" TO "+this.toEntity(n.destination.name);case"create":case"clear":case"drop":return n.type.toUpperCase()+(n.silent?" SILENT ":" ")+(n.graph.default?"DEFAULT":n.graph.named?"NAMED":n.graph.all?"ALL":"GRAPH "+this.toEntity(n.graph.name));default:throw new Error("Unknown update query type: "+n.type)}};It.prototype.indent=function(n){return n.replace(/^/gm,this._indent)};function zh(n){return"?"+n.value}o(zh,"variableToString");function Ku(n){return typeof n=="string"}o(Ku,"isString");function Fa(n){return typeof n.termType=="string"}o(Fa,"isTerm");function Oo(n,e){if(!n||!Fa(n)||!e||!Fa(e)||n.termType!==e.termType)return!1;switch(n.termType){case"Literal":return n.value===e.value&&n.language===e.language&&Oo(n.datatype,e.datatype);case"Quad":return Oo(n.subject,e.subject)&&Oo(n.predicate,e.predicate)&&Oo(n.object,e.object)&&Oo(n.graph,e.graph);default:return n.value===e.value}}o(Oo,"equalTerms");function Bn(n,e,t,r){return n.map(t,r).join(Ku(e)?e:" ")}o(Bn,"mapJoin");function r9(n={}){return{stringify:o(function(e){var t=Object.create(n);return t.prefixes=e.prefixes,new It(t).toQuery(e)},"stringify"),createGenerator:o(function(){return new It(n)},"createGenerator")}}o(r9,"_Generator");qA.exports={Generator:r9}});var z_=S(Hh=>{"use strict";Object.defineProperty(Hh,"__esModule",{value:!0});Hh.BlankNode=void 0;var G_=class{static{o(this,"BlankNode")}constructor(e){this.termType="BlankNode",this.value=e}equals(e){return!!e&&e.termType==="BlankNode"&&e.value===this.value}};Hh.BlankNode=G_});var H_=S(Qh=>{"use strict";Object.defineProperty(Qh,"__esModule",{value:!0});Qh.DefaultGraph=void 0;var Yu=class{static{o(this,"DefaultGraph")}constructor(){this.termType="DefaultGraph",this.value=""}equals(e){return!!e&&e.termType==="DefaultGraph"}};Qh.DefaultGraph=Yu;Yu.INSTANCE=new Yu});var Yh=S(Kh=>{"use strict";Object.defineProperty(Kh,"__esModule",{value:!0});Kh.NamedNode=void 0;var Q_=class{static{o(this,"NamedNode")}constructor(e){this.termType="NamedNode",this.value=e}equals(e){return!!e&&e.termType==="NamedNode"&&e.value===this.value}};Kh.NamedNode=Q_});var K_=S(Xh=>{"use strict";Object.defineProperty(Xh,"__esModule",{value:!0});Xh.Literal=void 0;var GA=Yh(),Xu=class n{static{o(this,"Literal")}constructor(e,t){this.termType="Literal",this.value=e,typeof t=="string"?(this.language=t,this.datatype=n.RDF_LANGUAGE_STRING):t?(this.language="",this.datatype=t):(this.language="",this.datatype=n.XSD_STRING)}equals(e){return!!e&&e.termType==="Literal"&&e.value===this.value&&e.language===this.language&&this.datatype.equals(e.datatype)}};Xh.Literal=Xu;Xu.RDF_LANGUAGE_STRING=new GA.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString");Xu.XSD_STRING=new GA.NamedNode("http://www.w3.org/2001/XMLSchema#string")});var X_=S(Jh=>{"use strict";Object.defineProperty(Jh,"__esModule",{value:!0});Jh.Quad=void 0;var Y_=class{static{o(this,"Quad")}constructor(e,t,r,i){this.termType="Quad",this.value="",this.subject=e,this.predicate=t,this.object=r,this.graph=i}equals(e){return!!e&&(e.termType==="Quad"||!e.termType)&&this.subject.equals(e.subject)&&this.predicate.equals(e.predicate)&&this.object.equals(e.object)&&this.graph.equals(e.graph)}};Jh.Quad=Y_});var Z_=S(Zh=>{"use strict";Object.defineProperty(Zh,"__esModule",{value:!0});Zh.Variable=void 0;var J_=class{static{o(this,"Variable")}constructor(e){this.termType="Variable",this.value=e}equals(e){return!!e&&e.termType==="Variable"&&e.value===this.value}};Zh.Variable=J_});var HA=S(ep=>{"use strict";Object.defineProperty(ep,"__esModule",{value:!0});ep.DataFactory=void 0;var n9=z_(),i9=H_(),zA=K_(),s9=Yh(),a9=X_(),o9=Z_(),c9=0,e1=class{static{o(this,"DataFactory")}constructor(e){this.blankNodeCounter=0,e=e||{},this.blankNodePrefix=e.blankNodePrefix||`df_${c9++}_`}namedNode(e){return new s9.NamedNode(e)}blankNode(e){return new n9.BlankNode(e||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(e,t){return new zA.Literal(e,t)}variable(e){return new o9.Variable(e)}defaultGraph(){return i9.DefaultGraph.INSTANCE}quad(e,t,r,i){return new a9.Quad(e,t,r,i||this.defaultGraph())}fromTerm(e){switch(e.termType){case"NamedNode":return this.namedNode(e.value);case"BlankNode":return this.blankNode(e.value);case"Literal":return e.language?this.literal(e.value,e.language):e.datatype.equals(zA.Literal.XSD_STRING)?this.literal(e.value):this.literal(e.value,this.fromTerm(e.datatype));case"Variable":return this.variable(e.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(e.subject),this.fromTerm(e.predicate),this.fromTerm(e.object),this.fromTerm(e.graph))}}fromQuad(e){return this.fromTerm(e)}resetBlankNodeCounter(){this.blankNodeCounter=0}};ep.DataFactory=e1});var QA=S(Un=>{"use strict";var l9=Un&&Un.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),Fo=Un&&Un.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&l9(e,n,t)};Object.defineProperty(Un,"__esModule",{value:!0});Fo(z_(),Un);Fo(HA(),Un);Fo(H_(),Un);Fo(K_(),Un);Fo(Yh(),Un);Fo(X_(),Un);Fo(Z_(),Un)});var YA=S((Bre,KA)=>{var{Parser:Ys}=BA(),{Generator:u9}=WA(),{Wildcard:f9}=W_(),{DataFactory:d9}=QA();function h9({prefixes:n,baseIRI:e,factory:t,pathOnly:r,sparqlStar:i,skipValidation:s,skipUngroupedVariableCheck:a}={}){let c={};for(let u in n??{})c[u]=n[u];let l=new Ys;return l.parse=function(){return Ys.base=e||"",Ys.prefixes=Object.create(c),Ys.factory=t||new d9,Ys.sparqlStar=!!i,Ys.pathOnly=!!r,Ys.skipValidation=!!s||!!a,Ys.prototype.parse.apply(l,arguments)},l._resetBlanks=Ys._resetBlanks,l}o(h9,"_Parser");KA.exports={Parser:h9,Generator:u9,Wildcard:f9}});var r1=S(Fc=>{"use strict";Object.defineProperty(Fc,"__esModule",{value:!0});Fc.CaseWhenTransformerError=Fc.CaseWhenTransformer=void 0;var t1=class{static{o(this,"CaseWhenTransformer")}transform(e){let t=this.stripLineComments(e),r,i=0,s=100;do if(r=t,t=this.transformSinglePass(t),i++,i>s)throw new Xs("Too many nested CASE expressions (max 100 iterations)");while(t!==r);return t}stripLineComments(e){let t="",r=0;for(;r<e.length;){let i=e[r];if(i==="'"||i==='"'){let s=i;for(t+=i,r++;r<e.length&&e[r]!==s;){if(e[r]==="\\"&&r+1<e.length){t+=e[r]+e[r+1],r+=2;continue}t+=e[r],r++}r<e.length&&(t+=e[r],r++);continue}if(i==="<"){let s=e.indexOf(">",r),a=e.indexOf(`
|
|
41
41
|
`,r);if(s!==-1&&(a===-1||s<a)){t+=e.substring(r,s+1),r=s+1;continue}}if(i==="#"){let s=e.indexOf(`
|
|
42
42
|
`,r),a=s===-1?e.length:s;t+=" ".repeat(a-r),r=a;continue}t+=i,r++}return t}transformSinglePass(e){let t=this.findCasePositions(e);if(t.length===0)return e;let r=e;for(let i=t.length-1;i>=0;i--){let s=t[i],a=this.extractCaseExpression(r,s);if(a){let c=this.convertCaseToIf(a.content);r=r.substring(0,s)+c+r.substring(s+a.length)}}return r}findCasePositions(e){let t=[],r=e.toUpperCase(),i=0;for(;i<e.length;){if(e[i]==="'"||e[i]==='"'){let s=e[i];for(i++;i<e.length&&e[i]!==s;)e[i]==="\\"&&i++,i++;i++;continue}if(r.substring(i,i+4)==="CASE"&&this.isWordBoundary(e,i,4)){t.push(i),i+=4;continue}i++}return t}extractCaseExpression(e,t){let r=1,i=t+4,s=e.toUpperCase();for(;i<e.length&&r>0;){if(e[i]==="'"||e[i]==='"'){let a=e[i];for(i++;i<e.length&&e[i]!==a;)e[i]==="\\"&&i++,i++;i++;continue}if(s.substring(i,i+4)==="CASE"&&this.isWordBoundary(e,i,4)){r++,i+=4;continue}if(s.substring(i,i+3)==="END"&&this.isWordBoundary(e,i,3)){if(r--,r===0){let a=e.substring(t,i+3);return{content:a,length:a.length}}i+=3;continue}i++}if(r>0)throw new Xs(`Unclosed CASE expression at position ${t}`);return null}isWordBoundary(e,t,r){let i=t>0?e[t-1]:"",s=t===0||!/[a-zA-Z0-9_?$]/.test(i),a=t+r<e.length?e[t+r]:"",c=t+r>=e.length||!/[a-zA-Z0-9_]/.test(a);return s&&c}convertCaseToIf(e){let t=this.extractWhenClauses(e),r=this.extractElseClause(e);if(t.length===0)throw new Xs("CASE expression must have at least one WHEN clause");let i=r!==null?r:'""';for(let s=t.length-1;s>=0;s--){let{condition:a,result:c}=t[s];i=`IF(${a}, ${c}, ${i})`}return i}extractWhenClauses(e){let t=[],r=e.replace(/^\s*CASE\s+/i,"").replace(/\s*END\s*$/i,""),i=this.findKeywordPositions(r,"WHEN"),s=this.findKeywordPositions(r,"ELSE"),a=s.length>0?s[0]:r.length;for(let c=0;c<i.length;c++){let l=i[c]+4,u=c+1<i.length?i[c+1]:a,f=r.substring(l,u).trim(),d=this.parseWhenClause(f);d&&t.push(d)}return t}findKeywordPositions(e,t){let r=[],i=e.toUpperCase(),s=0,a=0;for(;s<e.length;){let c=e[s];if(c==="'"||c==='"'){let l=c;for(s++;s<e.length&&e[s]!==l;)e[s]==="\\"&&s++,s++;s++;continue}if(c==="("){a++,s++;continue}if(c===")"){a--,s++;continue}if(a===0&&i.substring(s,s+t.length)===t&&this.isWordBoundary(e,s,t.length)){r.push(s),s+=t.length;continue}s++}return r}parseWhenClause(e){let t=this.findKeywordPositions(e,"THEN");if(t.length===0)throw new Xs(`WHEN clause missing THEN keyword: ${e.substring(0,50)}...`);let r=t[0],i=e.substring(0,r).trim(),s=e.substring(r+4).trim();if(!i)throw new Xs("WHEN clause has empty condition");if(!s)throw new Xs("WHEN clause has empty result");return{condition:i,result:s}}extractElseClause(e){let t=e.replace(/^\s*CASE\s+/i,"").replace(/\s*END\s*$/i,""),r=this.findKeywordPositions(t,"ELSE");if(r.length>0){let i=r[0];return t.substring(i+4).trim()}return null}};Fc.CaseWhenTransformer=t1;var Xs=class extends Error{static{o(this,"CaseWhenTransformerError")}constructor(e){super(`CASE WHEN transformation error: ${e}`),this.name="CaseWhenTransformerError"}};Fc.CaseWhenTransformerError=Xs});var n1=S(Dc=>{"use strict";Object.defineProperty(Dc,"__esModule",{value:!0});Dc.LateralTransformerError=Dc.LateralTransformer=void 0;var tp=class n{static{o(this,"LateralTransformer")}transform(e){let t=e,r,i=0,s=100;do if(r=t,t=this.transformSinglePass(t),i++,i>s)throw new Da("Too many nested LATERAL joins (max 100 iterations)");while(t!==r);return t}hasLateral(e){return this.findLateralPositions(e).length>0}static isLateralJoin(e){if(e.type==="group"&&e.patterns){for(let t of e.patterns)if(t.type==="query"&&t.queryType==="SELECT"&&t.variables&&Array.isArray(t.variables)){for(let r of t.variables)if(r.termType==="Variable"&&r.value===n.LATERAL_MARKER)return!0}}if(e.type==="query"&&e.queryType==="SELECT"&&e.variables&&Array.isArray(e.variables)){for(let t of e.variables)if(t.termType==="Variable"&&t.value===n.LATERAL_MARKER)return!0}return!1}transformSinglePass(e){let t=this.findLateralPositions(e);if(t.length===0)return e;let r=e;for(let i=t.length-1;i>=0;i--){let s=t[i],a=this.extractLateralExpression(r,s);if(a){let c=this.transformLateral(a.content);r=r.substring(0,s)+c+r.substring(s+a.length)}}return r}findLateralPositions(e){let t=[],r=e.toUpperCase(),i=0;for(;i<e.length;){if(e[i]==="'"||e[i]==='"'){let s=e[i];for(i++;i<e.length&&e[i]!==s;)e[i]==="\\"&&i++,i++;i++;continue}if(e[i]==="#"){for(;i<e.length&&e[i]!==`
|
|
43
43
|
`;)i++;continue}if(r.substring(i,i+7)==="LATERAL"&&this.isWordBoundary(e,i,7)){t.push(i),i+=7;continue}i++}return t}extractLateralExpression(e,t){let r=t+7;for(;r<e.length&&/\s/.test(e[r]);)r++;if(e[r]!=="{")throw new Da(`Expected '{' after LATERAL keyword at position ${t}`);let i=1;for(r++;r<e.length&&i>0;){if(e[r]==="'"||e[r]==='"'){let s=e[r];for(r++;r<e.length&&e[r]!==s;)e[r]==="\\"&&r++,r++;r++;continue}if(e[r]==="#"){for(;r<e.length&&e[r]!==`
|
|
@@ -451,47 +451,47 @@ To resolve:
|
|
|
451
451
|
\u2022 Check service initialization parameters
|
|
452
452
|
\u2022 Verify all required dependencies are available
|
|
453
453
|
\u2022 Review service logs for detailed error information
|
|
454
|
-
\u2022 Contact support if the issue persists`}};Zm.ServiceError=Yb});var eI=S(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.ServiceError=nr.ResourceExhaustedError=nr.NotFoundError=nr.PermissionError=nr.StateTransitionError=nr.NetworkError=nr.ValidationError=nr.ApplicationError=nr.ErrorCode=void 0;var HU=vs();Object.defineProperty(nr,"ErrorCode",{enumerable:!0,get:o(function(){return HU.ErrorCode},"get")});var QU=bs();Object.defineProperty(nr,"ApplicationError",{enumerable:!0,get:o(function(){return QU.ApplicationError},"get")});var KU=HC();Object.defineProperty(nr,"ValidationError",{enumerable:!0,get:o(function(){return KU.ValidationError},"get")});var YU=QC();Object.defineProperty(nr,"NetworkError",{enumerable:!0,get:o(function(){return YU.NetworkError},"get")});var XU=KC();Object.defineProperty(nr,"StateTransitionError",{enumerable:!0,get:o(function(){return XU.StateTransitionError},"get")});var JU=YC();Object.defineProperty(nr,"PermissionError",{enumerable:!0,get:o(function(){return JU.PermissionError},"get")});var ZU=XC();Object.defineProperty(nr,"NotFoundError",{enumerable:!0,get:o(function(){return ZU.NotFoundError},"get")});var eV=JC();Object.defineProperty(nr,"ResourceExhaustedError",{enumerable:!0,get:o(function(){return eV.ResourceExhaustedError},"get")});var tV=ZC();Object.defineProperty(nr,"ServiceError",{enumerable:!0,get:o(function(){return tV.ServiceError},"get")})});var Jb=S(eg=>{"use strict";Object.defineProperty(eg,"__esModule",{value:!0});eg.ShapeRegistry=void 0;var Xb=class{static{o(this,"ShapeRegistry")}constructor(){this.shapes=new Map}get(e){return this.shapes.get(e)}register(e){this.shapes.set(e.propertyIRI,e)}getAll(){return Array.from(this.shapes.values())}get size(){return this.shapes.size}};eg.ShapeRegistry=Xb});var rw=S(ws=>{"use strict";var rV=ws&&ws.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),nV=ws&&ws.__setModuleDefault||(Object.create?(function(n,e){Object.defineProperty(n,"default",{enumerable:!0,value:e})}):function(n,e){n.default=e}),Zb=ws&&ws.__importStar||(function(){var n=o(function(e){return n=Object.getOwnPropertyNames||function(t){var r=[];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(r[r.length]=i);return r},n(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r=n(e),i=0;i<r.length;i++)r[i]!=="default"&&rV(t,e,r[i]);return nV(t,e),t}})();Object.defineProperty(ws,"__esModule",{value:!0});ws.ShapeLoader=void 0;var ew=Jb(),Rl=Ae(),tI=Ne(),Fn=cr(),tg="http://www.w3.org/ns/shacl#",gle=[["exo__",Fn.Namespace.EXO],["ems__",Fn.Namespace.EMS],["exocmd__",Fn.Namespace.EXOCMD],["ims__",Fn.Namespace.IMS],["ztlk__",Fn.Namespace.ZTLK],["ptms__",Fn.Namespace.PTMS],["lit__",Fn.Namespace.LIT],["inbox__",Fn.Namespace.INBOX],["pmbok__",Fn.Namespace.PMBOK]],tw=class n{static{o(this,"ShapeLoader")}static async loadFromVaultFS(e){let{readdir:t,readFile:r}=await Promise.resolve().then(()=>Zb(require("fs/promises"))),i=await Promise.resolve().then(()=>Zb(require("path"))),s=new ew.ShapeRegistry;return await n.scanDir(e,s,{readdir:t,readFile:r,path:i}),s}static async loadFromRDFGraph(e){let t=new ew.ShapeRegistry,r=Fn.Namespace.EXO,i=Fn.Namespace.RDFS,s=Fn.Namespace.RDF,[a,c]=await Promise.all([e.match(void 0,s.term("type"),r.term("ObjectProperty")),e.match(void 0,s.term("type"),r.term("Property"))]),l=new Set;for(let u of[...a,...c])u.subject instanceof Rl.IRI&&l.add(u.subject.value);for(let u of l){let f=new Rl.IRI(u),[d,h,p,y,v]=await Promise.all([e.match(f,i.term("domain"),void 0),e.match(f,i.term("range"),void 0),e.match(f,r.term("Property_cardinality"),void 0),e.match(f,r.term("Property_severity"),void 0),e.match(f,r.term("Asset_label"),void 0)]);if(d.length===0)continue;let w=v[0]?.object;if(!(w instanceof tI.Literal))continue;let b=n.labelToIRI(w.value);if(!b)continue;let A=d.map(te=>te.object instanceof Rl.IRI?te.object.value:null).filter(te=>te!==null),R=h.map(te=>te.object instanceof Rl.IRI?te.object.value:null).filter(te=>te!==null),k=n.cardinalityFromIRI(p[0]?.object instanceof Rl.IRI?p[0].object.value:void 0),U=n.severityFromValue(y[0]?.object instanceof tI.Literal||y[0]?.object instanceof Rl.IRI?y[0].object.value:void 0);t.register({propertyIRI:b,domain:A,range:R.length>0?R:void 0,cardinality:k,severity:U})}return t}static async loadFromShapeJSON(e){let{readFile:t}=await Promise.resolve().then(()=>Zb(require("fs/promises"))),r=await t(e,"utf-8"),i=JSON.parse(r),s=new ew.ShapeRegistry;for(let a of Object.values(i.shapes))s.register(a);return s}static async scanDir(e,t,r){let i;try{i=await r.readdir(e,{withFileTypes:!0})}catch{return}for(let s of i){let a=r.path.join(e,s.name);if(s.isDirectory())await n.scanDir(a,t,r);else if(s.isFile()&&s.name.endsWith(".md"))try{await n.processFile(a,t,r.readFile,r.path)}catch{}}}static async processFile(e,t,r,i){let s;try{s=await r(e,"utf-8")}catch{return}let a=n.parseFrontmatter(s);if(!a||!n.asArray(a.exo__Instance_class).some(k=>{let U=n.extractWikilinkRef(k);return U==="exo__Property"||U==="exo__ObjectProperty"||U?.includes("|exo__Property")||U?.includes("|exo__ObjectProperty")}))return;let u=null,f=a.exo__Asset_label;if(typeof f=="string"&&f.trim().length>0)u=f.trim();else if(i){let k=i.basename(e,".md");Fn.Namespace.fromPropertyKey(k)&&(u=k)}if(!u)return;let d=n.labelToIRI(u);if(!d)return;let h=a.exo__Property_domain,p=a.exo__Property_range,y=a.exo__Property_cardinality,v=a.exo__Property_severity,w=n.asArray(h).map(k=>n.wikilinkToIRI(k)).filter(k=>k!==null);if(w.length===0)return;let b=n.asArray(p).map(k=>n.wikilinkToIRI(k)).filter(k=>k!==null),A=n.cardinalityFromLabel(typeof y=="string"?y:void 0),R=n.severityFromValue(typeof v=="string"?v:void 0);t.register({propertyIRI:d,domain:w,range:b.length>0?b:void 0,cardinality:A,severity:R})}static parseFrontmatter(e){let t=/^---\r?\n([\s\S]*?)\r?\n---/.exec(e);if(!t)return null;let r=t[1],i={},s=r.split(/\r?\n/),a=null,c=null;for(let l of s){let u=/^ {2}- (.*)$/.exec(l);if(u){a&&c&&c.push(u[1].trim());continue}a&&c&&(i[a]=c,a=null,c=null);let f=/^([^:]+):\s*(.*)$/.exec(l);if(!f)continue;let d=f[1].trim(),h=f[2].trim();h===""?(a=d,c=[]):i[d]=h}return a&&c&&(i[a]=c),i}static labelToIRI(e){let t=Fn.Namespace.fromPropertyKey(e);return t?t.namespace.term(t.localName).value:null}static extractWikilinkRef(e){let t=e.replace(/^["']|["']$/g,""),r=/\[\[([^\]]+)\]\]/.exec(t);return r?r[1]:t}static wikilinkToIRI(e){let t=n.extractWikilinkRef(e);if(!t)return null;let r=t.split("|"),i=r.length>1?[r[1],r[0]]:[r[0]];for(let s of i){let a=n.labelToIRI(s.trim());if(a)return a}return t.startsWith("http")?t:t.startsWith("sh:")?tg+t.substring(3):null}static asArray(e){return Array.isArray(e)?e.map(String):typeof e=="string"?[e]:[]}static cardinalityFromIRI(e){if(e){if(e.endsWith("PropertyCardinalitySingle"))return"Single";if(e.endsWith("PropertyCardinalityMultiple"))return"Multiple"}}static cardinalityFromLabel(e){if(!e)return;let t=n.extractWikilinkRef(e)??e,r=t.split("|").pop()??t;if(r.includes("Single"))return"Single";if(r.includes("Multiple"))return"Multiple"}static severityFromValue(e){return!e||e.includes("Violation")||e===tg+"Violation"?"sh:Violation":e.includes("Warning")||e===tg+"Warning"?"sh:Warning":e.includes("Info")||e===tg+"Info"?"sh:Info":"sh:Violation"}};ws.ShapeLoader=tw});var iw=S(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});Tf.ShapeRegistry=void 0;Tf.validate=sV;var nw=class{static{o(this,"ShapeRegistry")}constructor(e=[],t="https://exocortex.my/ontology/exo#Instance_class"){this.shapeMap=new Map(e.map(r=>[r.propertyIRI,r])),this.typePredicateIRI=t}getShape(e){return this.shapeMap.get(e)}getAllShapes(){return Array.from(this.shapeMap.values())}hasShape(e){return this.shapeMap.has(e)}};Tf.ShapeRegistry=nw;var iV="http://www.w3.org/1999/02/22-rdf-syntax-ns#type";function sV(n,e,t,r){let i=new Map,s=new Map;for(let l of n){let{subject:u,predicate:f,object:d}=l;if(u.type!=="iri"||f.type!=="iri"||d.type!=="iri"&&d.type!=="literal")continue;let h=u.value,p=f.value,y=d;if(p===e.typePredicateIRI||p===iV){if(y.type==="iri"){let w=i.get(h)??[];w.push(y.value),i.set(h,w)}}else{let w=s.get(h);w||(w=new Map,s.set(h,w));let b=w.get(p)??[];b.push(y),w.set(p,b)}}let a=[],c=new Set([...i.keys(),...s.keys()]);for(let l of c){let u=i.get(l)??[],f=s.get(l)??new Map;for(let d of e.getAllShapes()){if(!(d.domain.length===0||d.domain.some(y=>u.some(v=>v===y||t.isSubClassOf(v,y)))))continue;let p=f.get(d.propertyIRI)??[];if(d.minCount!==void 0&&d.minCount>0&&p.length<d.minCount){a.push({focusNode:l,propertyPath:d.propertyIRI,severity:d.severity,message:d.message??`sh:minCount violation: expected at least ${d.minCount} value(s) for <${d.propertyIRI}>`});continue}if(p.length!==0){if(d.cardinality==="Single"&&p.length>1){a.push({focusNode:l,propertyPath:d.propertyIRI,severity:d.severity,message:d.message??`sh:maxCount violation: expected at most 1 value for <${d.propertyIRI}>, got ${p.length}`});continue}if(d.range&&d.range.length>0){for(let y of p)if(y.type==="iri"){let v=i.get(y.value)??[];d.range.some(b=>v.some(A=>A===b||t.isSubClassOf(A,b)))||a.push({focusNode:l,propertyPath:d.propertyIRI,severity:d.severity,message:d.message??`sh:class violation: <${y.value}> does not conform to expected class ${d.range.join(" | ")}`,actualValue:y.value,expectedRange:d.range.join(" | ")})}else if(y.type==="literal"){let v=y.datatype??"http://www.w3.org/2001/XMLSchema#string";d.range.some(b=>b===v)||a.push({focusNode:l,propertyPath:d.propertyIRI,severity:d.severity,message:d.message??`sh:datatype violation: literal "${y.value}" has datatype <${v}>, expected ${d.range.join(" | ")}`,actualValue:y.value,expectedRange:d.range.join(" | ")})}}}}}if(r?.closedWorldMode)for(let l of c){let u=s.get(l)??new Map;for(let f of u.keys())e.hasShape(f)||a.push({focusNode:l,propertyPath:f,severity:"sh:Warning",message:`Unknown property: <${f}> has no registered shape`})}return a.sort((l,u)=>{let f=l.focusNode.localeCompare(u.focusNode);return f!==0?f:l.propertyPath.localeCompare(u.propertyPath)}),{conforms:!a.some(l=>l.severity==="sh:Violation"),violations:a}}o(sV,"validate")});var rI=S(rg=>{"use strict";Object.defineProperty(rg,"__esModule",{value:!0});rg.ApplicationErrorHandler=void 0;var sw=bs(),aV=vs(),oV=$a(),aw=class{static{o(this,"ApplicationErrorHandler")}constructor(e={},t,r){this.logger=t,this.notifier=r,this.telemetryHooks=new Set,this.retryConfig={maxRetries:e.maxRetries??3,initialDelayMs:e.initialDelayMs??1e3,backoffMultiplier:e.backoffMultiplier??2,maxDelayMs:e.maxDelayMs??1e4}}handle(e,t){let r=this.ensureApplicationError(e,t);return this.notifier&&this.notifier.error(r.message),this.callTelemetryHooks("onError",r,t),this.formatError(r)}async executeWithRetry(e,t){let r,i=0;for(;i<=this.retryConfig.maxRetries;)try{return await e()}catch(s){if(r=this.ensureApplicationError(s,t),!r.retriable||i>=this.retryConfig.maxRetries)throw this.callTelemetryHooks("onError",r,t),i>=this.retryConfig.maxRetries&&r.retriable&&this.callTelemetryHooks("onRetryExhausted",r,i+1),r;let a=this.calculateDelay(i);this.callTelemetryHooks("onRetry",r,i+1,a),this.logger?.debug(`Retrying after ${a}ms (attempt ${i+1}/${this.retryConfig.maxRetries})`),await this.sleep(a),i++}throw r}registerTelemetryHook(e){this.telemetryHooks.add(e)}unregisterTelemetryHook(e){this.telemetryHooks.delete(e)}ensureApplicationError(e,t){if(e instanceof sw.ApplicationError){if(t){let i=e,s={...e.context,...t};return new class extends sw.ApplicationError{constructor(){super(...arguments),this.code=i.code,this.retriable=i.retriable,this.guidance=i.guidance}}(e.message,s)}return e}return new class extends sw.ApplicationError{static{o(this,"UnknownError")}constructor(s,a){super(s,{originalError:a.name,...t}),this.code=aV.ErrorCode.UNKNOWN_ERROR,this.retriable=!1,this.guidance="An unexpected error occurred"}}(e.message,e)}formatError(e){let t=[];return t.push(`\u274C ${e.name}: ${e.message}`),e.guidance&&t.push(`\u{1F4A1} ${e.guidance}`),e.context&&Object.keys(e.context).length>0&&t.push(`Context: ${JSON.stringify(e.context,null,2)}`),t.join(`
|
|
455
|
-
`)}calculateDelay(e){let t=this.retryConfig.initialDelayMs*Math.pow(this.retryConfig.backoffMultiplier,e);return Math.min(t,this.retryConfig.maxDelayMs)}sleep(e){return new Promise(t=>setTimeout(t,e))}callTelemetryHooks(e,...t){for(let r of this.telemetryHooks)try{let i=r[e];i&&i.apply(r,t)}catch(i){
|
|
456
|
-
`);t=i.pop()??"";for(let s of i){let a=s.trim();a&&this.handleRequest(a,e)}}),e.on("error",()=>{e.destroy()})}async handleRequest(e,t){this.resetIdleTimer();let r;try{let i=JSON.parse(e),s=await this.getRegistry(i.registryPath),a=new
|
|
457
|
-
`)}async getRegistry(e){let t=this.registryCache.get(e);if(t)return t;let r=await uV.ShapeLoader.loadFromShapeJSON(e),i=new iI.ShapeRegistry(r.getAll());return this.registryCache.set(e,i),i}};Es.ValidatorDaemon=lw});var Pt=S(m=>{"use strict";var dV=m&&m.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),ii=m&&m.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&dV(e,n,t)};Object.defineProperty(m,"__esModule",{value:!0});m.RenameToUidService=m.PropertyCleanupService=m.LoggingService=m.LabelToAliasService=m.FolderRepairService=m.EffortVotingService=m.WorkflowCommandAdapter=m.VisibilityGenerator=m.InstantiationRuleResolver=m.WorkflowResolver=m.WorkflowEngine=m.EffortStatusWorkflow=m.ConceptCreationService=m.ClassCreationService=m.AreaHierarchyBuilder=m.AreaCreationService=m.TaskStatusService=m.ServiceRegistry=m.GroundingExecutor=m.PreconditionEvaluator=m.CommandResolver=m.extractPropertyLabel=m.uriToPropertyName=m.propertyNameToUri=m.rangeToFieldType=m.PropertyFieldType=m.isCommandBindingFrontmatter=m.isGroundingFrontmatter=m.isPreconditionFrontmatter=m.isCommandFrontmatter=m.isStyleSource=m.isLabelClass=m.isCommandVariant=m.STYLE_SOURCE_VALUES=m.LABEL_CLASS_VALUES=m.COMMAND_VARIANT_VALUES=m.CommandBindingStyleProperty=m.CommandBindingProperty=m.GroundingProperty=m.PreconditionProperty=m.CommandProperty=m.GroundingType=m.getEffortStatusLabel=m.isTrashedStatus=m.isDoneStatus=m.normalizeEffortStatus=m.EFFORT_STATUS_OPTIONS=m.STATUS_NAME_TO_WIKILINK=m.STATUS_NAME_TO_ENUM=m.EFFORT_STATUS_CONFIG=void 0;m.InMemoryTripleStore=m.OBSIDIAN_VAULT_SCHEME=m.vaultPathToIRI=m.NullLogger=m.RDFSerializer=m.FilenameValidator=m.EffortSortingHelpers=m.MetadataExtractor=m.MetadataHelpers=m.WikiLinkHelpers=m.DateFormatter=m.FrontmatterService=m.CriticalityZoneUUIDs=m.CriticalityZoneService=m.DailyReviewService=m.DEFAULT_AUTOCOMPLETE_CONFIG=m.AutocompleteService=m.TrendDetectionService=m.AnalyticsService=m.getTemplateByName=m.validateParameters=m.fillTemplate=m.findMatchingTemplates=m.findClassByTerm=m.KNOWN_CLASSES=m.KNOWN_PROTOTYPES=m.EFFORT_STATUSES=m.ASSET_CLASSES=m.PREDICATES=m.SPARQL_PREFIXES=m.SPARQL_TEMPLATES=m.DEFAULT_NL_TO_SPARQL_CONFIG=m.NLToSPARQLService=m.TypeRegistry=m.GraphQueryService=m.FixMissingLabelService=m.ArchiveAssetService=m.GenericAssetCreationService=m.URIConstructionService=m.SessionEventService=m.AssetConversionService=m.EnumValueResolver=m.ClassHierarchyResolver=m.PropertySchemaResolver=m.PlanningService=m.AlgorithmExtractor=m.DynamicFrontmatterGenerator=m.FleetingNoteCreationService=m.SupervisionCreationService=m.StatusTimestampService=void 0;m.createSPARQLResultCache=m.SPARQLResultCache=m.QueryPlanCache=m.createDoubleLiteral=m.createDecimalLiteral=m.getNumericValue=m.createPercentileAggregate=m.modeAggregate=m.stddevAggregate=m.varianceAggregate=m.medianAggregate=m.EXO_AGGREGATE_NS=m.BUILT_IN_AGGREGATES=m.CustomAggregateError=m.CustomAggregateRegistry=m.AggregateFunctions=m.BuiltInFunctions=m.SolutionMapping=m.UpdateExecutorError=m.UpdateExecutor=m.QueryExecutor=m.ExoQLQueryExecutor=m.DescribeExecutor=m.ConstructExecutor=m.UnionExecutor=m.OptionalExecutor=m.FilterExecutor=m.BGPExecutor=m.AlgebraSerializer=m.AlgebraOptimizer=m.AlgebraTranslator=m.ExoQLAlgebraTranslator=m.DescribeOptionsTransformerError=m.DescribeOptionsTransformer=m.SPARQLParseError=m.SPARQLParser=m.ExoQLParser=m.NoteToRDFConverter=m.SOURCE_VARIABLE=m.SourceAnnotator=m.INFERRED_GRAPH=m.PrototypeChainMaterializer=m.PropertyCardinalityRegistry=m.NonInheritablePropertyRegistry=m.RDFSInferenceEngine=m.RDFVocabularyMapper=m.DomainTriple=m.DomainBlankNode=m.DomainLiteral=m.DomainIRI=void 0;m.createLayoutBlockFromFrontmatter=m.PROPERTIES_BLOCK_CLASS_UID=m.PROPERTIES_BLOCK_CLASS_IRI=m.BACKLINKS_TABLE_BLOCK_CLASS_UID=m.BACKLINKS_TABLE_BLOCK_CLASS_IRI=m.isLayoutFrontmatter=m.isLayout=m.createLayoutFromFrontmatter=m.LAYOUT_CLASS_UID=m.LAYOUT_CLASS_IRI=m.RelationColumnSetResolver=m.normalizeRelationColumnSetRef=m.isRelationColumnSetFrontmatter=m.isRelationColumnSet=m.createRelationColumnSetFromFrontmatter=m.RELATION_COLUMN_SET_CLASS_UID=m.RELATION_COLUMN_SET_CLASS_IRI=m.ExoQLError=m.ExoQL=m.createStreamingSource=m.StreamingLoader=m.resetGlobalPool=m.getGlobalPool=m.MemoryPool=m.CompactGraphStore=m.StringTable=m.DEFAULT_COLORS=m.NODE_FLAGS=m.container=m.resetContainer=m.getContainer=m.createChildContainer=m.registerCoreServices=m.DI_TOKENS=m.DEFAULT_FLEETING_NOTE_CLASS_UID=m.DEFAULT_INBOX_FOLDER=m.DEFAULT_OWNER_IDENTITY=m.VaultSettings=m.TransactionError=m.TripleNotFoundError=m.TripleAlreadyExistsError=m.FileAlreadyExistsError=m.FileNotFoundError=m.FilterContainsOptimizer=m.VaultPrefixTransformer=m.CaseWhenTransformerError=m.CaseWhenTransformer=m.ResultSerializer=m.createIncrementalIndexer=m.IncrementalIndexer=void 0;m.TripleClassHierarchy=m.IDLE_TIMEOUT_MS=m.DEFAULT_SOCKET_PATH=m.ValidatorDaemon=m.ShaclShapeRegistry=m.shaclValidate=m.Namespace=m.ShapeRegistry=m.ShapeLoader=m.selectByPriority=m.LayoutSelector=m.isPropertiesBlock=m.isLayoutBlockFrontmatter=m.isBacklinksTableBlock=void 0;ii(Fu(),m);ii(Ec(),m);var Ha=_0();Object.defineProperty(m,"EFFORT_STATUS_CONFIG",{enumerable:!0,get:o(function(){return Ha.EFFORT_STATUS_CONFIG},"get")});Object.defineProperty(m,"STATUS_NAME_TO_ENUM",{enumerable:!0,get:o(function(){return Ha.STATUS_NAME_TO_ENUM},"get")});Object.defineProperty(m,"STATUS_NAME_TO_WIKILINK",{enumerable:!0,get:o(function(){return Ha.STATUS_NAME_TO_WIKILINK},"get")});Object.defineProperty(m,"EFFORT_STATUS_OPTIONS",{enumerable:!0,get:o(function(){return Ha.EFFORT_STATUS_OPTIONS},"get")});Object.defineProperty(m,"normalizeEffortStatus",{enumerable:!0,get:o(function(){return Ha.normalizeEffortStatus},"get")});Object.defineProperty(m,"isDoneStatus",{enumerable:!0,get:o(function(){return Ha.isDoneStatus},"get")});Object.defineProperty(m,"isTrashedStatus",{enumerable:!0,get:o(function(){return Ha.isTrashedStatus},"get")});Object.defineProperty(m,"getEffortStatusLabel",{enumerable:!0,get:o(function(){return Ha.getEffortStatusLabel},"get")});var hV=Tc();Object.defineProperty(m,"GroundingType",{enumerable:!0,get:o(function(){return hV.GroundingType},"get")});var Af=S0();Object.defineProperty(m,"CommandProperty",{enumerable:!0,get:o(function(){return Af.CommandProperty},"get")});Object.defineProperty(m,"PreconditionProperty",{enumerable:!0,get:o(function(){return Af.PreconditionProperty},"get")});Object.defineProperty(m,"GroundingProperty",{enumerable:!0,get:o(function(){return Af.GroundingProperty},"get")});Object.defineProperty(m,"CommandBindingProperty",{enumerable:!0,get:o(function(){return Af.CommandBindingProperty},"get")});Object.defineProperty(m,"CommandBindingStyleProperty",{enumerable:!0,get:o(function(){return Af.CommandBindingStyleProperty},"get")});var Pl=v0();Object.defineProperty(m,"COMMAND_VARIANT_VALUES",{enumerable:!0,get:o(function(){return Pl.COMMAND_VARIANT_VALUES},"get")});Object.defineProperty(m,"LABEL_CLASS_VALUES",{enumerable:!0,get:o(function(){return Pl.LABEL_CLASS_VALUES},"get")});Object.defineProperty(m,"STYLE_SOURCE_VALUES",{enumerable:!0,get:o(function(){return Pl.STYLE_SOURCE_VALUES},"get")});Object.defineProperty(m,"isCommandVariant",{enumerable:!0,get:o(function(){return Pl.isCommandVariant},"get")});Object.defineProperty(m,"isLabelClass",{enumerable:!0,get:o(function(){return Pl.isLabelClass},"get")});Object.defineProperty(m,"isStyleSource",{enumerable:!0,get:o(function(){return Pl.isStyleSource},"get")});var sg=_T();Object.defineProperty(m,"isCommandFrontmatter",{enumerable:!0,get:o(function(){return sg.isCommandFrontmatter},"get")});Object.defineProperty(m,"isPreconditionFrontmatter",{enumerable:!0,get:o(function(){return sg.isPreconditionFrontmatter},"get")});Object.defineProperty(m,"isGroundingFrontmatter",{enumerable:!0,get:o(function(){return sg.isGroundingFrontmatter},"get")});Object.defineProperty(m,"isCommandBindingFrontmatter",{enumerable:!0,get:o(function(){return sg.isCommandBindingFrontmatter},"get")});ii(ST(),m);ii(vT(),m);ii(b0(),m);ii(w0(),m);ii(wT(),m);ii(AT(),m);ii(n_(),m);ii(hA(),m);var aI=Ch();Object.defineProperty(m,"PropertyFieldType",{enumerable:!0,get:o(function(){return aI.PropertyFieldType},"get")});Object.defineProperty(m,"rangeToFieldType",{enumerable:!0,get:o(function(){return aI.rangeToFieldType},"get")});var uw=o_();Object.defineProperty(m,"propertyNameToUri",{enumerable:!0,get:o(function(){return uw.propertyNameToUri},"get")});Object.defineProperty(m,"uriToPropertyName",{enumerable:!0,get:o(function(){return uw.uriToPropertyName},"get")});Object.defineProperty(m,"extractPropertyLabel",{enumerable:!0,get:o(function(){return uw.extractPropertyLabel},"get")});var pV=Vx();Object.defineProperty(m,"CommandResolver",{enumerable:!0,get:o(function(){return pV.CommandResolver},"get")});var mV=Wx();Object.defineProperty(m,"PreconditionEvaluator",{enumerable:!0,get:o(function(){return mV.PreconditionEvaluator},"get")});var oI=zx();Object.defineProperty(m,"GroundingExecutor",{enumerable:!0,get:o(function(){return oI.GroundingExecutor},"get")});Object.defineProperty(m,"ServiceRegistry",{enumerable:!0,get:o(function(){return oI.ServiceRegistry},"get")});var gV=PS();Object.defineProperty(m,"TaskStatusService",{enumerable:!0,get:o(function(){return gV.TaskStatusService},"get")});var yV=NS();Object.defineProperty(m,"AreaCreationService",{enumerable:!0,get:o(function(){return yV.AreaCreationService},"get")});var _V=kS();Object.defineProperty(m,"AreaHierarchyBuilder",{enumerable:!0,get:o(function(){return _V.AreaHierarchyBuilder},"get")});var SV=jS();Object.defineProperty(m,"ClassCreationService",{enumerable:!0,get:o(function(){return SV.ClassCreationService},"get")});var vV=BS();Object.defineProperty(m,"ConceptCreationService",{enumerable:!0,get:o(function(){return vV.ConceptCreationService},"get")});var bV=sm();Object.defineProperty(m,"EffortStatusWorkflow",{enumerable:!0,get:o(function(){return bV.EffortStatusWorkflow},"get")});var wV=lf();Object.defineProperty(m,"WorkflowEngine",{enumerable:!0,get:o(function(){return wV.WorkflowEngine},"get")});var EV=_S();Object.defineProperty(m,"WorkflowResolver",{enumerable:!0,get:o(function(){return EV.WorkflowResolver},"get")});var TV=a3();Object.defineProperty(m,"InstantiationRuleResolver",{enumerable:!0,get:o(function(){return TV.InstantiationRuleResolver},"get")});var AV=o3();Object.defineProperty(m,"VisibilityGenerator",{enumerable:!0,get:o(function(){return AV.VisibilityGenerator},"get")});var xV=c3();Object.defineProperty(m,"WorkflowCommandAdapter",{enumerable:!0,get:o(function(){return xV.WorkflowCommandAdapter},"get")});var CV=HS();Object.defineProperty(m,"EffortVotingService",{enumerable:!0,get:o(function(){return CV.EffortVotingService},"get")});var IV=KS();Object.defineProperty(m,"FolderRepairService",{enumerable:!0,get:o(function(){return IV.FolderRepairService},"get")});var RV=XS();Object.defineProperty(m,"LabelToAliasService",{enumerable:!0,get:o(function(){return RV.LabelToAliasService},"get")});var PV=$a();Object.defineProperty(m,"LoggingService",{enumerable:!0,get:o(function(){return PV.LoggingService},"get")});var OV=ev();Object.defineProperty(m,"PropertyCleanupService",{enumerable:!0,get:o(function(){return OV.PropertyCleanupService},"get")});var FV=rv();Object.defineProperty(m,"RenameToUidService",{enumerable:!0,get:o(function(){return FV.RenameToUidService},"get")});var DV=om();Object.defineProperty(m,"StatusTimestampService",{enumerable:!0,get:o(function(){return DV.StatusTimestampService},"get")});var NV=sv();Object.defineProperty(m,"SupervisionCreationService",{enumerable:!0,get:o(function(){return NV.SupervisionCreationService},"get")});var LV=cv();Object.defineProperty(m,"FleetingNoteCreationService",{enumerable:!0,get:o(function(){return LV.FleetingNoteCreationService},"get")});var kV=uv();Object.defineProperty(m,"DynamicFrontmatterGenerator",{enumerable:!0,get:o(function(){return kV.DynamicFrontmatterGenerator},"get")});var MV=dv();Object.defineProperty(m,"AlgorithmExtractor",{enumerable:!0,get:o(function(){return MV.AlgorithmExtractor},"get")});var jV=pv();Object.defineProperty(m,"PlanningService",{enumerable:!0,get:o(function(){return jV.PlanningService},"get")});var $V=b3();Object.defineProperty(m,"PropertySchemaResolver",{enumerable:!0,get:o(function(){return $V.PropertySchemaResolver},"get")});var BV=w3();Object.defineProperty(m,"ClassHierarchyResolver",{enumerable:!0,get:o(function(){return BV.ClassHierarchyResolver},"get")});var UV=E3();Object.defineProperty(m,"EnumValueResolver",{enumerable:!0,get:o(function(){return UV.EnumValueResolver},"get")});var VV=Sv();Object.defineProperty(m,"AssetConversionService",{enumerable:!0,get:o(function(){return VV.AssetConversionService},"get")});var qV=wv();Object.defineProperty(m,"SessionEventService",{enumerable:!0,get:o(function(){return qV.SessionEventService},"get")});var WV=Av();Object.defineProperty(m,"URIConstructionService",{enumerable:!0,get:o(function(){return WV.URIConstructionService},"get")});var GV=Cv();Object.defineProperty(m,"GenericAssetCreationService",{enumerable:!0,get:o(function(){return GV.GenericAssetCreationService},"get")});var zV=D3();Object.defineProperty(m,"ArchiveAssetService",{enumerable:!0,get:o(function(){return zV.ArchiveAssetService},"get")});var HV=L3();Object.defineProperty(m,"FixMissingLabelService",{enumerable:!0,get:o(function(){return HV.FixMissingLabelService},"get")});var QV=k3();Object.defineProperty(m,"GraphQueryService",{enumerable:!0,get:o(function(){return QV.GraphQueryService},"get")});var KV=j3();Object.defineProperty(m,"TypeRegistry",{enumerable:!0,get:o(function(){return KV.TypeRegistry},"get")});var cI=$3();Object.defineProperty(m,"NLToSPARQLService",{enumerable:!0,get:o(function(){return cI.NLToSPARQLService},"get")});Object.defineProperty(m,"DEFAULT_NL_TO_SPARQL_CONFIG",{enumerable:!0,get:o(function(){return cI.DEFAULT_NL_TO_SPARQL_CONFIG},"get")});var si=Fv();Object.defineProperty(m,"SPARQL_TEMPLATES",{enumerable:!0,get:o(function(){return si.SPARQL_TEMPLATES},"get")});Object.defineProperty(m,"SPARQL_PREFIXES",{enumerable:!0,get:o(function(){return si.SPARQL_PREFIXES},"get")});Object.defineProperty(m,"PREDICATES",{enumerable:!0,get:o(function(){return si.PREDICATES},"get")});Object.defineProperty(m,"ASSET_CLASSES",{enumerable:!0,get:o(function(){return si.ASSET_CLASSES},"get")});Object.defineProperty(m,"EFFORT_STATUSES",{enumerable:!0,get:o(function(){return si.EFFORT_STATUSES},"get")});Object.defineProperty(m,"KNOWN_PROTOTYPES",{enumerable:!0,get:o(function(){return si.KNOWN_PROTOTYPES},"get")});Object.defineProperty(m,"KNOWN_CLASSES",{enumerable:!0,get:o(function(){return si.KNOWN_CLASSES},"get")});Object.defineProperty(m,"findClassByTerm",{enumerable:!0,get:o(function(){return si.findClassByTerm},"get")});Object.defineProperty(m,"findMatchingTemplates",{enumerable:!0,get:o(function(){return si.findMatchingTemplates},"get")});Object.defineProperty(m,"fillTemplate",{enumerable:!0,get:o(function(){return si.fillTemplate},"get")});Object.defineProperty(m,"validateParameters",{enumerable:!0,get:o(function(){return si.validateParameters},"get")});Object.defineProperty(m,"getTemplateByName",{enumerable:!0,get:o(function(){return si.getTemplateByName},"get")});var YV=U3();Object.defineProperty(m,"AnalyticsService",{enumerable:!0,get:o(function(){return YV.AnalyticsService},"get")});var XV=V3();Object.defineProperty(m,"TrendDetectionService",{enumerable:!0,get:o(function(){return XV.TrendDetectionService},"get")});var lI=W3();Object.defineProperty(m,"AutocompleteService",{enumerable:!0,get:o(function(){return lI.AutocompleteService},"get")});Object.defineProperty(m,"DEFAULT_AUTOCOMPLETE_CONFIG",{enumerable:!0,get:o(function(){return lI.DEFAULT_AUTOCOMPLETE_CONFIG},"get")});var JV=z3();Object.defineProperty(m,"DailyReviewService",{enumerable:!0,get:o(function(){return JV.DailyReviewService},"get")});var uI=$v();Object.defineProperty(m,"CriticalityZoneService",{enumerable:!0,get:o(function(){return uI.CriticalityZoneService},"get")});Object.defineProperty(m,"CriticalityZoneUUIDs",{enumerable:!0,get:o(function(){return uI.CriticalityZoneUUIDs},"get")});var ZV=ei();Object.defineProperty(m,"FrontmatterService",{enumerable:!0,get:o(function(){return ZV.FrontmatterService},"get")});var eq=Qr();Object.defineProperty(m,"DateFormatter",{enumerable:!0,get:o(function(){return eq.DateFormatter},"get")});var tq=zs();Object.defineProperty(m,"WikiLinkHelpers",{enumerable:!0,get:o(function(){return tq.WikiLinkHelpers},"get")});var rq=ms();Object.defineProperty(m,"MetadataHelpers",{enumerable:!0,get:o(function(){return rq.MetadataHelpers},"get")});var nq=FS();Object.defineProperty(m,"MetadataExtractor",{enumerable:!0,get:o(function(){return nq.MetadataExtractor},"get")});var iq=Q3();Object.defineProperty(m,"EffortSortingHelpers",{enumerable:!0,get:o(function(){return iq.EffortSortingHelpers},"get")});var sq=K3();Object.defineProperty(m,"FilenameValidator",{enumerable:!0,get:o(function(){return sq.FilenameValidator},"get")});var aq=rC();Object.defineProperty(m,"RDFSerializer",{enumerable:!0,get:o(function(){return aq.RDFSerializer},"get")});var oq=Pc();Object.defineProperty(m,"NullLogger",{enumerable:!0,get:o(function(){return oq.NullLogger},"get")});var fI=Xv();Object.defineProperty(m,"vaultPathToIRI",{enumerable:!0,get:o(function(){return fI.vaultPathToIRI},"get")});Object.defineProperty(m,"OBSIDIAN_VAULT_SCHEME",{enumerable:!0,get:o(function(){return fI.OBSIDIAN_VAULT_SCHEME},"get")});var cq=xS();Object.defineProperty(m,"InMemoryTripleStore",{enumerable:!0,get:o(function(){return cq.InMemoryTripleStore},"get")});var lq=Ae();Object.defineProperty(m,"DomainIRI",{enumerable:!0,get:o(function(){return lq.IRI},"get")});var uq=Ne();Object.defineProperty(m,"DomainLiteral",{enumerable:!0,get:o(function(){return uq.Literal},"get")});var fq=qt();Object.defineProperty(m,"DomainBlankNode",{enumerable:!0,get:o(function(){return fq.BlankNode},"get")});var dq=Yn();Object.defineProperty(m,"DomainTriple",{enumerable:!0,get:o(function(){return dq.Triple},"get")});var hq=Zv();Object.defineProperty(m,"RDFVocabularyMapper",{enumerable:!0,get:o(function(){return hq.RDFVocabularyMapper},"get")});var pq=iC();Object.defineProperty(m,"RDFSInferenceEngine",{enumerable:!0,get:o(function(){return pq.RDFSInferenceEngine},"get")});var mq=nb();Object.defineProperty(m,"NonInheritablePropertyRegistry",{enumerable:!0,get:o(function(){return mq.NonInheritablePropertyRegistry},"get")});var gq=ab();Object.defineProperty(m,"PropertyCardinalityRegistry",{enumerable:!0,get:o(function(){return gq.PropertyCardinalityRegistry},"get")});var dI=lb();Object.defineProperty(m,"PrototypeChainMaterializer",{enumerable:!0,get:o(function(){return dI.PrototypeChainMaterializer},"get")});Object.defineProperty(m,"INFERRED_GRAPH",{enumerable:!0,get:o(function(){return dI.INFERRED_GRAPH},"get")});var hI=fb();Object.defineProperty(m,"SourceAnnotator",{enumerable:!0,get:o(function(){return hI.SourceAnnotator},"get")});Object.defineProperty(m,"SOURCE_VARIABLE",{enumerable:!0,get:o(function(){return hI.SOURCE_VARIABLE},"get")});var yq=hb();Object.defineProperty(m,"NoteToRDFConverter",{enumerable:!0,get:o(function(){return yq.NoteToRDFConverter},"get")});var fw=Bc();Object.defineProperty(m,"ExoQLParser",{enumerable:!0,get:o(function(){return fw.ExoQLParser},"get")});Object.defineProperty(m,"SPARQLParser",{enumerable:!0,get:o(function(){return fw.SPARQLParser},"get")});Object.defineProperty(m,"SPARQLParseError",{enumerable:!0,get:o(function(){return fw.SPARQLParseError},"get")});var pI=s1();Object.defineProperty(m,"DescribeOptionsTransformer",{enumerable:!0,get:o(function(){return pI.DescribeOptionsTransformer},"get")});Object.defineProperty(m,"DescribeOptionsTransformerError",{enumerable:!0,get:o(function(){return pI.DescribeOptionsTransformerError},"get")});var mI=Vc();Object.defineProperty(m,"ExoQLAlgebraTranslator",{enumerable:!0,get:o(function(){return mI.ExoQLAlgebraTranslator},"get")});Object.defineProperty(m,"AlgebraTranslator",{enumerable:!0,get:o(function(){return mI.AlgebraTranslator},"get")});var _q=pC();Object.defineProperty(m,"AlgebraOptimizer",{enumerable:!0,get:o(function(){return _q.AlgebraOptimizer},"get")});var Sq=mC();Object.defineProperty(m,"AlgebraSerializer",{enumerable:!0,get:o(function(){return Sq.AlgebraSerializer},"get")});var vq=E1();Object.defineProperty(m,"BGPExecutor",{enumerable:!0,get:o(function(){return vq.BGPExecutor},"get")});var bq=Lp();Object.defineProperty(m,"FilterExecutor",{enumerable:!0,get:o(function(){return bq.FilterExecutor},"get")});var wq=V1();Object.defineProperty(m,"OptionalExecutor",{enumerable:!0,get:o(function(){return wq.OptionalExecutor},"get")});var Eq=W1();Object.defineProperty(m,"UnionExecutor",{enumerable:!0,get:o(function(){return Eq.UnionExecutor},"get")});var Tq=eS();Object.defineProperty(m,"ConstructExecutor",{enumerable:!0,get:o(function(){return Tq.ConstructExecutor},"get")});var Aq=yC();Object.defineProperty(m,"DescribeExecutor",{enumerable:!0,get:o(function(){return Aq.DescribeExecutor},"get")});var gI=cl();Object.defineProperty(m,"ExoQLQueryExecutor",{enumerable:!0,get:o(function(){return gI.ExoQLQueryExecutor},"get")});Object.defineProperty(m,"QueryExecutor",{enumerable:!0,get:o(function(){return gI.QueryExecutor},"get")});var yI=SC();Object.defineProperty(m,"UpdateExecutor",{enumerable:!0,get:o(function(){return yI.UpdateExecutor},"get")});Object.defineProperty(m,"UpdateExecutorError",{enumerable:!0,get:o(function(){return yI.UpdateExecutorError},"get")});var xq=us();Object.defineProperty(m,"SolutionMapping",{enumerable:!0,get:o(function(){return xq.SolutionMapping},"get")});var Cq=Np();Object.defineProperty(m,"BuiltInFunctions",{enumerable:!0,get:o(function(){return Cq.BuiltInFunctions},"get")});var Iq=bC();Object.defineProperty(m,"AggregateFunctions",{enumerable:!0,get:o(function(){return Iq.AggregateFunctions},"get")});var _I=H1();Object.defineProperty(m,"CustomAggregateRegistry",{enumerable:!0,get:o(function(){return _I.CustomAggregateRegistry},"get")});Object.defineProperty(m,"CustomAggregateError",{enumerable:!0,get:o(function(){return _I.CustomAggregateError},"get")});var Ts=Q1();Object.defineProperty(m,"BUILT_IN_AGGREGATES",{enumerable:!0,get:o(function(){return Ts.BUILT_IN_AGGREGATES},"get")});Object.defineProperty(m,"EXO_AGGREGATE_NS",{enumerable:!0,get:o(function(){return Ts.EXO_AGGREGATE_NS},"get")});Object.defineProperty(m,"medianAggregate",{enumerable:!0,get:o(function(){return Ts.medianAggregate},"get")});Object.defineProperty(m,"varianceAggregate",{enumerable:!0,get:o(function(){return Ts.varianceAggregate},"get")});Object.defineProperty(m,"stddevAggregate",{enumerable:!0,get:o(function(){return Ts.stddevAggregate},"get")});Object.defineProperty(m,"modeAggregate",{enumerable:!0,get:o(function(){return Ts.modeAggregate},"get")});Object.defineProperty(m,"createPercentileAggregate",{enumerable:!0,get:o(function(){return Ts.createPercentileAggregate},"get")});Object.defineProperty(m,"getNumericValue",{enumerable:!0,get:o(function(){return Ts.getNumericValue},"get")});Object.defineProperty(m,"createDecimalLiteral",{enumerable:!0,get:o(function(){return Ts.createDecimalLiteral},"get")});Object.defineProperty(m,"createDoubleLiteral",{enumerable:!0,get:o(function(){return Ts.createDoubleLiteral},"get")});var Rq=wC();Object.defineProperty(m,"QueryPlanCache",{enumerable:!0,get:o(function(){return Rq.QueryPlanCache},"get")});var SI=EC();Object.defineProperty(m,"SPARQLResultCache",{enumerable:!0,get:o(function(){return SI.SPARQLResultCache},"get")});Object.defineProperty(m,"createSPARQLResultCache",{enumerable:!0,get:o(function(){return SI.createSPARQLResultCache},"get")});var vI=TC();Object.defineProperty(m,"IncrementalIndexer",{enumerable:!0,get:o(function(){return vI.IncrementalIndexer},"get")});Object.defineProperty(m,"createIncrementalIndexer",{enumerable:!0,get:o(function(){return vI.createIncrementalIndexer},"get")});var Pq=AC();Object.defineProperty(m,"ResultSerializer",{enumerable:!0,get:o(function(){return Pq.ResultSerializer},"get")});var bI=r1();Object.defineProperty(m,"CaseWhenTransformer",{enumerable:!0,get:o(function(){return bI.CaseWhenTransformer},"get")});Object.defineProperty(m,"CaseWhenTransformerError",{enumerable:!0,get:o(function(){return bI.CaseWhenTransformerError},"get")});var Oq=l1();Object.defineProperty(m,"VaultPrefixTransformer",{enumerable:!0,get:o(function(){return Oq.VaultPrefixTransformer},"get")});var Fq=mb();Object.defineProperty(m,"FilterContainsOptimizer",{enumerable:!0,get:o(function(){return Fq.FilterContainsOptimizer},"get")});var wI=xC();Object.defineProperty(m,"FileNotFoundError",{enumerable:!0,get:o(function(){return wI.FileNotFoundError},"get")});Object.defineProperty(m,"FileAlreadyExistsError",{enumerable:!0,get:o(function(){return wI.FileAlreadyExistsError},"get")});var dw=wS();Object.defineProperty(m,"TripleAlreadyExistsError",{enumerable:!0,get:o(function(){return dw.TripleAlreadyExistsError},"get")});Object.defineProperty(m,"TripleNotFoundError",{enumerable:!0,get:o(function(){return dw.TripleNotFoundError},"get")});Object.defineProperty(m,"TransactionError",{enumerable:!0,get:o(function(){return dw.TransactionError},"get")});var ag=Ib();Object.defineProperty(m,"VaultSettings",{enumerable:!0,get:o(function(){return ag.VaultSettings},"get")});Object.defineProperty(m,"DEFAULT_OWNER_IDENTITY",{enumerable:!0,get:o(function(){return ag.DEFAULT_OWNER_IDENTITY},"get")});Object.defineProperty(m,"DEFAULT_INBOX_FOLDER",{enumerable:!0,get:o(function(){return ag.DEFAULT_INBOX_FOLDER},"get")});Object.defineProperty(m,"DEFAULT_FLEETING_NOTE_CLASS_UID",{enumerable:!0,get:o(function(){return ag.DEFAULT_FLEETING_NOTE_CLASS_UID},"get")});var Dq=Et();Object.defineProperty(m,"DI_TOKENS",{enumerable:!0,get:o(function(){return Dq.DI_TOKENS},"get")});var xf=CC();Object.defineProperty(m,"registerCoreServices",{enumerable:!0,get:o(function(){return xf.registerCoreServices},"get")});Object.defineProperty(m,"createChildContainer",{enumerable:!0,get:o(function(){return xf.createChildContainer},"get")});Object.defineProperty(m,"getContainer",{enumerable:!0,get:o(function(){return xf.getContainer},"get")});Object.defineProperty(m,"resetContainer",{enumerable:!0,get:o(function(){return xf.resetContainer},"get")});Object.defineProperty(m,"container",{enumerable:!0,get:o(function(){return xf.container},"get")});var da=DC();Object.defineProperty(m,"NODE_FLAGS",{enumerable:!0,get:o(function(){return da.NODE_FLAGS},"get")});Object.defineProperty(m,"DEFAULT_COLORS",{enumerable:!0,get:o(function(){return da.DEFAULT_COLORS},"get")});Object.defineProperty(m,"StringTable",{enumerable:!0,get:o(function(){return da.StringTable},"get")});Object.defineProperty(m,"CompactGraphStore",{enumerable:!0,get:o(function(){return da.CompactGraphStore},"get")});Object.defineProperty(m,"MemoryPool",{enumerable:!0,get:o(function(){return da.MemoryPool},"get")});Object.defineProperty(m,"getGlobalPool",{enumerable:!0,get:o(function(){return da.getGlobalPool},"get")});Object.defineProperty(m,"resetGlobalPool",{enumerable:!0,get:o(function(){return da.resetGlobalPool},"get")});Object.defineProperty(m,"StreamingLoader",{enumerable:!0,get:o(function(){return da.StreamingLoader},"get")});Object.defineProperty(m,"createStreamingSource",{enumerable:!0,get:o(function(){return da.createStreamingSource},"get")});var EI=NC();Object.defineProperty(m,"ExoQL",{enumerable:!0,get:o(function(){return EI.ExoQL},"get")});Object.defineProperty(m,"ExoQLError",{enumerable:!0,get:o(function(){return EI.ExoQLError},"get")});var Ol=Vm();Object.defineProperty(m,"RELATION_COLUMN_SET_CLASS_IRI",{enumerable:!0,get:o(function(){return Ol.RELATION_COLUMN_SET_CLASS_IRI},"get")});Object.defineProperty(m,"RELATION_COLUMN_SET_CLASS_UID",{enumerable:!0,get:o(function(){return Ol.RELATION_COLUMN_SET_CLASS_UID},"get")});Object.defineProperty(m,"createRelationColumnSetFromFrontmatter",{enumerable:!0,get:o(function(){return Ol.createRelationColumnSetFromFrontmatter},"get")});Object.defineProperty(m,"isRelationColumnSet",{enumerable:!0,get:o(function(){return Ol.isRelationColumnSet},"get")});Object.defineProperty(m,"isRelationColumnSetFrontmatter",{enumerable:!0,get:o(function(){return Ol.isRelationColumnSetFrontmatter},"get")});Object.defineProperty(m,"normalizeRelationColumnSetRef",{enumerable:!0,get:o(function(){return Ol.normalizeRef},"get")});var Nq=qC();Object.defineProperty(m,"RelationColumnSetResolver",{enumerable:!0,get:o(function(){return Nq.RelationColumnSetResolver},"get")});var Cf=Vm();Object.defineProperty(m,"LAYOUT_CLASS_IRI",{enumerable:!0,get:o(function(){return Cf.LAYOUT_CLASS_IRI},"get")});Object.defineProperty(m,"LAYOUT_CLASS_UID",{enumerable:!0,get:o(function(){return Cf.LAYOUT_CLASS_UID},"get")});Object.defineProperty(m,"createLayoutFromFrontmatter",{enumerable:!0,get:o(function(){return Cf.createLayoutFromFrontmatter},"get")});Object.defineProperty(m,"isLayout",{enumerable:!0,get:o(function(){return Cf.isLayout},"get")});Object.defineProperty(m,"isLayoutFrontmatter",{enumerable:!0,get:o(function(){return Cf.isLayoutFrontmatter},"get")});var Qa=Vm();Object.defineProperty(m,"BACKLINKS_TABLE_BLOCK_CLASS_IRI",{enumerable:!0,get:o(function(){return Qa.BACKLINKS_TABLE_BLOCK_CLASS_IRI},"get")});Object.defineProperty(m,"BACKLINKS_TABLE_BLOCK_CLASS_UID",{enumerable:!0,get:o(function(){return Qa.BACKLINKS_TABLE_BLOCK_CLASS_UID},"get")});Object.defineProperty(m,"PROPERTIES_BLOCK_CLASS_IRI",{enumerable:!0,get:o(function(){return Qa.PROPERTIES_BLOCK_CLASS_IRI},"get")});Object.defineProperty(m,"PROPERTIES_BLOCK_CLASS_UID",{enumerable:!0,get:o(function(){return Qa.PROPERTIES_BLOCK_CLASS_UID},"get")});Object.defineProperty(m,"createLayoutBlockFromFrontmatter",{enumerable:!0,get:o(function(){return Qa.createLayoutBlockFromFrontmatter},"get")});Object.defineProperty(m,"isBacklinksTableBlock",{enumerable:!0,get:o(function(){return Qa.isBacklinksTableBlock},"get")});Object.defineProperty(m,"isLayoutBlockFrontmatter",{enumerable:!0,get:o(function(){return Qa.isLayoutBlockFrontmatter},"get")});Object.defineProperty(m,"isPropertiesBlock",{enumerable:!0,get:o(function(){return Qa.isPropertiesBlock},"get")});var TI=GC();Object.defineProperty(m,"LayoutSelector",{enumerable:!0,get:o(function(){return TI.LayoutSelector},"get")});Object.defineProperty(m,"selectByPriority",{enumerable:!0,get:o(function(){return TI.selectByPriority},"get")});ii(eI(),m);var Lq=rw();Object.defineProperty(m,"ShapeLoader",{enumerable:!0,get:o(function(){return Lq.ShapeLoader},"get")});var kq=Jb();Object.defineProperty(m,"ShapeRegistry",{enumerable:!0,get:o(function(){return kq.ShapeRegistry},"get")});var Mq=cr();Object.defineProperty(m,"Namespace",{enumerable:!0,get:o(function(){return Mq.Namespace},"get")});var AI=iw();Object.defineProperty(m,"shaclValidate",{enumerable:!0,get:o(function(){return AI.validate},"get")});Object.defineProperty(m,"ShaclShapeRegistry",{enumerable:!0,get:o(function(){return AI.ShapeRegistry},"get")});ii(nI(),m);var hw=sI();Object.defineProperty(m,"ValidatorDaemon",{enumerable:!0,get:o(function(){return hw.ValidatorDaemon},"get")});Object.defineProperty(m,"DEFAULT_SOCKET_PATH",{enumerable:!0,get:o(function(){return hw.DEFAULT_SOCKET_PATH},"get")});Object.defineProperty(m,"IDLE_TIMEOUT_MS",{enumerable:!0,get:o(function(){return hw.IDLE_TIMEOUT_MS},"get")});var jq=cw();Object.defineProperty(m,"TripleClassHierarchy",{enumerable:!0,get:o(function(){return jq.ClassHierarchy},"get")})});var wr=S(pw=>{"use strict";pw.fromCallback=function(n){return Object.defineProperty(function(...e){if(typeof e[e.length-1]=="function")n.apply(this,e);else return new Promise((t,r)=>{e.push((i,s)=>i!=null?r(i):t(s)),n.apply(this,e)})},"name",{value:n.name})};pw.fromPromise=function(n){return Object.defineProperty(function(...e){let t=e[e.length-1];if(typeof t!="function")return n.apply(this,e);e.pop(),n.apply(this,e).then(r=>t(null,r),t)},"name",{value:n.name})}});var CI=S((Nle,xI)=>{var Ka=require("constants"),$q=process.cwd,og=null,Bq=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return og||(og=$q.call(process)),og};try{process.cwd()}catch{}typeof process.chdir=="function"&&(mw=process.chdir,process.chdir=function(n){og=null,mw.call(process,n)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,mw));var mw;xI.exports=Uq;function Uq(n){Ka.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(n),n.lutimes||t(n),n.chown=s(n.chown),n.fchown=s(n.fchown),n.lchown=s(n.lchown),n.chmod=r(n.chmod),n.fchmod=r(n.fchmod),n.lchmod=r(n.lchmod),n.chownSync=a(n.chownSync),n.fchownSync=a(n.fchownSync),n.lchownSync=a(n.lchownSync),n.chmodSync=i(n.chmodSync),n.fchmodSync=i(n.fchmodSync),n.lchmodSync=i(n.lchmodSync),n.stat=c(n.stat),n.fstat=c(n.fstat),n.lstat=c(n.lstat),n.statSync=l(n.statSync),n.fstatSync=l(n.fstatSync),n.lstatSync=l(n.lstatSync),n.chmod&&!n.lchmod&&(n.lchmod=function(f,d,h){h&&process.nextTick(h)},n.lchmodSync=function(){}),n.chown&&!n.lchown&&(n.lchown=function(f,d,h,p){p&&process.nextTick(p)},n.lchownSync=function(){}),Bq==="win32"&&(n.rename=typeof n.rename!="function"?n.rename:(function(f){function d(h,p,y){var v=Date.now(),w=0;f(h,p,o(function b(A){if(A&&(A.code==="EACCES"||A.code==="EPERM"||A.code==="EBUSY")&&Date.now()-v<6e4){setTimeout(function(){n.stat(p,function(R,k){R&&R.code==="ENOENT"?f(h,p,b):y(A)})},w),w<100&&(w+=10);return}y&&y(A)},"CB"))}return o(d,"rename"),Object.setPrototypeOf&&Object.setPrototypeOf(d,f),d})(n.rename)),n.read=typeof n.read!="function"?n.read:(function(f){function d(h,p,y,v,w,b){var A;if(b&&typeof b=="function"){var R=0;A=o(function(k,U,te){if(k&&k.code==="EAGAIN"&&R<10)return R++,f.call(n,h,p,y,v,w,A);b.apply(this,arguments)},"callback")}return f.call(n,h,p,y,v,w,A)}return o(d,"read"),Object.setPrototypeOf&&Object.setPrototypeOf(d,f),d})(n.read),n.readSync=typeof n.readSync!="function"?n.readSync:(function(f){return function(d,h,p,y,v){for(var w=0;;)try{return f.call(n,d,h,p,y,v)}catch(b){if(b.code==="EAGAIN"&&w<10){w++;continue}throw b}}})(n.readSync);function e(f){f.lchmod=function(d,h,p){f.open(d,Ka.O_WRONLY|Ka.O_SYMLINK,h,function(y,v){if(y){p&&p(y);return}f.fchmod(v,h,function(w){f.close(v,function(b){p&&p(w||b)})})})},f.lchmodSync=function(d,h){var p=f.openSync(d,Ka.O_WRONLY|Ka.O_SYMLINK,h),y=!0,v;try{v=f.fchmodSync(p,h),y=!1}finally{if(y)try{f.closeSync(p)}catch{}else f.closeSync(p)}return v}}o(e,"patchLchmod");function t(f){Ka.hasOwnProperty("O_SYMLINK")&&f.futimes?(f.lutimes=function(d,h,p,y){f.open(d,Ka.O_SYMLINK,function(v,w){if(v){y&&y(v);return}f.futimes(w,h,p,function(b){f.close(w,function(A){y&&y(b||A)})})})},f.lutimesSync=function(d,h,p){var y=f.openSync(d,Ka.O_SYMLINK),v,w=!0;try{v=f.futimesSync(y,h,p),w=!1}finally{if(w)try{f.closeSync(y)}catch{}else f.closeSync(y)}return v}):f.futimes&&(f.lutimes=function(d,h,p,y){y&&process.nextTick(y)},f.lutimesSync=function(){})}o(t,"patchLutimes");function r(f){return f&&function(d,h,p){return f.call(n,d,h,function(y){u(y)&&(y=null),p&&p.apply(this,arguments)})}}o(r,"chmodFix");function i(f){return f&&function(d,h){try{return f.call(n,d,h)}catch(p){if(!u(p))throw p}}}o(i,"chmodFixSync");function s(f){return f&&function(d,h,p,y){return f.call(n,d,h,p,function(v){u(v)&&(v=null),y&&y.apply(this,arguments)})}}o(s,"chownFix");function a(f){return f&&function(d,h,p){try{return f.call(n,d,h,p)}catch(y){if(!u(y))throw y}}}o(a,"chownFixSync");function c(f){return f&&function(d,h,p){typeof h=="function"&&(p=h,h=null);function y(v,w){w&&(w.uid<0&&(w.uid+=4294967296),w.gid<0&&(w.gid+=4294967296)),p&&p.apply(this,arguments)}return o(y,"callback"),h?f.call(n,d,h,y):f.call(n,d,y)}}o(c,"statFix");function l(f){return f&&function(d,h){var p=h?f.call(n,d,h):f.call(n,d);return p&&(p.uid<0&&(p.uid+=4294967296),p.gid<0&&(p.gid+=4294967296)),p}}o(l,"statFixSync");function u(f){if(!f||f.code==="ENOSYS")return!0;var d=!process.getuid||process.getuid()!==0;return!!(d&&(f.code==="EINVAL"||f.code==="EPERM"))}o(u,"chownErOk")}o(Uq,"patch")});var PI=S((kle,RI)=>{var II=require("stream").Stream;RI.exports=Vq;function Vq(n){return{ReadStream:e,WriteStream:t};function e(r,i){if(!(this instanceof e))return new e(r,i);II.call(this);var s=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,i=i||{};for(var a=Object.keys(i),c=0,l=a.length;c<l;c++){var u=a[c];this[u]=i[u]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){s._read()});return}n.open(this.path,this.flags,this.mode,function(f,d){if(f){s.emit("error",f),s.readable=!1;return}s.fd=d,s.emit("open",d),s._read()})}function t(r,i){if(!(this instanceof t))return new t(r,i);II.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var s=Object.keys(i),a=0,c=s.length;a<c;a++){var l=s[a];this[l]=i[l]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=n.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}o(Vq,"legacy")});var FI=S((jle,OI)=>{"use strict";OI.exports=Wq;var qq=Object.getPrototypeOf||function(n){return n.__proto__};function Wq(n){if(n===null||typeof n!="object")return n;if(n instanceof Object)var e={__proto__:qq(n)};else var e=Object.create(null);return Object.getOwnPropertyNames(n).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}o(Wq,"clone")});var Dl=S((Ble,_w)=>{var Bt=require("fs"),Gq=CI(),zq=PI(),Hq=FI(),cg=require("util"),$r,ug;typeof Symbol=="function"&&typeof Symbol.for=="function"?($r=Symbol.for("graceful-fs.queue"),ug=Symbol.for("graceful-fs.previous")):($r="___graceful-fs.queue",ug="___graceful-fs.previous");function Qq(){}o(Qq,"noop");function LI(n,e){Object.defineProperty(n,$r,{get:o(function(){return e},"get")})}o(LI,"publishQueue");var Xo=Qq;cg.debuglog?Xo=cg.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Xo=o(function(){var n=cg.format.apply(cg,arguments);n="GFS4: "+n.split(/\n/).join(`
|
|
458
|
-
GFS4: `),console.error(n)},"debug"));Bt[$r]||(DI=global[$r]||[],LI(Bt,DI),Bt.close=(function(n){function e(t,r){return n.call(Bt,t,function(i){i||NI(),typeof r=="function"&&r.apply(this,arguments)})}return o(e,"close"),Object.defineProperty(e,ug,{value:n}),e})(Bt.close),Bt.closeSync=(function(n){function e(t){n.apply(Bt,arguments),NI()}return o(e,"closeSync"),Object.defineProperty(e,ug,{value:n}),e})(Bt.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){Xo(Bt[$r]),require("assert").equal(Bt[$r].length,0)}));var DI;global[$r]||LI(global,Bt[$r]);_w.exports=gw(Hq(Bt));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!Bt.__patched&&(_w.exports=gw(Bt),Bt.__patched=!0);function gw(n){Gq(n),n.gracefulify=gw,n.createReadStream=U,n.createWriteStream=te;var e=n.readFile;n.readFile=t;function t(F,$,re){return typeof $=="function"&&(re=$,$=null),Ye(F,$,re);function Ye(ot,Ft,ct,ut){return e(ot,Ft,function(Xe){Xe&&(Xe.code==="EMFILE"||Xe.code==="ENFILE")?Fl([Ye,[ot,Ft,ct],Xe,ut||Date.now(),Date.now()]):typeof ct=="function"&&ct.apply(this,arguments)})}o(Ye,"go$readFile")}o(t,"readFile");var r=n.writeFile;n.writeFile=i;function i(F,$,re,Ye){return typeof re=="function"&&(Ye=re,re=null),ot(F,$,re,Ye);function ot(Ft,ct,ut,Xe,se){return r(Ft,ct,ut,function(V){V&&(V.code==="EMFILE"||V.code==="ENFILE")?Fl([ot,[Ft,ct,ut,Xe],V,se||Date.now(),Date.now()]):typeof Xe=="function"&&Xe.apply(this,arguments)})}o(ot,"go$writeFile")}o(i,"writeFile");var s=n.appendFile;s&&(n.appendFile=a);function a(F,$,re,Ye){return typeof re=="function"&&(Ye=re,re=null),ot(F,$,re,Ye);function ot(Ft,ct,ut,Xe,se){return s(Ft,ct,ut,function(V){V&&(V.code==="EMFILE"||V.code==="ENFILE")?Fl([ot,[Ft,ct,ut,Xe],V,se||Date.now(),Date.now()]):typeof Xe=="function"&&Xe.apply(this,arguments)})}o(ot,"go$appendFile")}o(a,"appendFile");var c=n.copyFile;c&&(n.copyFile=l);function l(F,$,re,Ye){return typeof re=="function"&&(Ye=re,re=0),ot(F,$,re,Ye);function ot(Ft,ct,ut,Xe,se){return c(Ft,ct,ut,function(V){V&&(V.code==="EMFILE"||V.code==="ENFILE")?Fl([ot,[Ft,ct,ut,Xe],V,se||Date.now(),Date.now()]):typeof Xe=="function"&&Xe.apply(this,arguments)})}o(ot,"go$copyFile")}o(l,"copyFile");var u=n.readdir;n.readdir=d;var f=/^v[0-5]\./;function d(F,$,re){typeof $=="function"&&(re=$,$=null);var Ye=f.test(process.version)?o(function(ct,ut,Xe,se){return u(ct,ot(ct,ut,Xe,se))},"go$readdir"):o(function(ct,ut,Xe,se){return u(ct,ut,ot(ct,ut,Xe,se))},"go$readdir");return Ye(F,$,re);function ot(Ft,ct,ut,Xe){return function(se,V){se&&(se.code==="EMFILE"||se.code==="ENFILE")?Fl([Ye,[Ft,ct,ut],se,Xe||Date.now(),Date.now()]):(V&&V.sort&&V.sort(),typeof ut=="function"&&ut.call(this,se,V))}}}if(o(d,"readdir"),process.version.substr(0,4)==="v0.8"){var h=zq(n);b=h.ReadStream,R=h.WriteStream}var p=n.ReadStream;p&&(b.prototype=Object.create(p.prototype),b.prototype.open=A);var y=n.WriteStream;y&&(R.prototype=Object.create(y.prototype),R.prototype.open=k),Object.defineProperty(n,"ReadStream",{get:o(function(){return b},"get"),set:o(function(F){b=F},"set"),enumerable:!0,configurable:!0}),Object.defineProperty(n,"WriteStream",{get:o(function(){return R},"get"),set:o(function(F){R=F},"set"),enumerable:!0,configurable:!0});var v=b;Object.defineProperty(n,"FileReadStream",{get:o(function(){return v},"get"),set:o(function(F){v=F},"set"),enumerable:!0,configurable:!0});var w=R;Object.defineProperty(n,"FileWriteStream",{get:o(function(){return w},"get"),set:o(function(F){w=F},"set"),enumerable:!0,configurable:!0});function b(F,$){return this instanceof b?(p.apply(this,arguments),this):b.apply(Object.create(b.prototype),arguments)}o(b,"ReadStream");function A(){var F=this;G(F.path,F.flags,F.mode,function($,re){$?(F.autoClose&&F.destroy(),F.emit("error",$)):(F.fd=re,F.emit("open",re),F.read())})}o(A,"ReadStream$open");function R(F,$){return this instanceof R?(y.apply(this,arguments),this):R.apply(Object.create(R.prototype),arguments)}o(R,"WriteStream");function k(){var F=this;G(F.path,F.flags,F.mode,function($,re){$?(F.destroy(),F.emit("error",$)):(F.fd=re,F.emit("open",re))})}o(k,"WriteStream$open");function U(F,$){return new n.ReadStream(F,$)}o(U,"createReadStream");function te(F,$){return new n.WriteStream(F,$)}o(te,"createWriteStream");var z=n.open;n.open=G;function G(F,$,re,Ye){return typeof re=="function"&&(Ye=re,re=null),ot(F,$,re,Ye);function ot(Ft,ct,ut,Xe,se){return z(Ft,ct,ut,function(V,ft){V&&(V.code==="EMFILE"||V.code==="ENFILE")?Fl([ot,[Ft,ct,ut,Xe],V,se||Date.now(),Date.now()]):typeof Xe=="function"&&Xe.apply(this,arguments)})}o(ot,"go$open")}return o(G,"open"),n}o(gw,"patch");function Fl(n){Xo("ENQUEUE",n[0].name,n[1]),Bt[$r].push(n),yw()}o(Fl,"enqueue");var lg;function NI(){for(var n=Date.now(),e=0;e<Bt[$r].length;++e)Bt[$r][e].length>2&&(Bt[$r][e][3]=n,Bt[$r][e][4]=n);yw()}o(NI,"resetQueue");function yw(){if(clearTimeout(lg),lg=void 0,Bt[$r].length!==0){var n=Bt[$r].shift(),e=n[0],t=n[1],r=n[2],i=n[3],s=n[4];if(i===void 0)Xo("RETRY",e.name,t),e.apply(null,t);else if(Date.now()-i>=6e4){Xo("TIMEOUT",e.name,t);var a=t.pop();typeof a=="function"&&a.call(null,r)}else{var c=Date.now()-s,l=Math.max(s-i,1),u=Math.min(l*1.2,100);c>=u?(Xo("RETRY",e.name,t),e.apply(null,t.concat([i]))):Bt[$r].push(n)}lg===void 0&&(lg=setTimeout(yw,0))}}o(yw,"retry")});var gn=S(ha=>{"use strict";var kI=wr().fromCallback,mn=Dl(),Kq=["access","appendFile","chmod","chown","close","copyFile","cp","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","glob","lchmod","lchown","lutimes","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","utimes","writeFile"].filter(n=>typeof mn[n]=="function");Object.assign(ha,mn);Kq.forEach(n=>{ha[n]=kI(mn[n])});ha.exists=function(n,e){return typeof e=="function"?mn.exists(n,e):new Promise(t=>mn.exists(n,t))};ha.read=function(n,e,t,r,i,s){return typeof s=="function"?mn.read(n,e,t,r,i,s):new Promise((a,c)=>{mn.read(n,e,t,r,i,(l,u,f)=>{if(l)return c(l);a({bytesRead:u,buffer:f})})})};ha.write=function(n,e,...t){return typeof t[t.length-1]=="function"?mn.write(n,e,...t):new Promise((r,i)=>{mn.write(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesWritten:a,buffer:c})})})};ha.readv=function(n,e,...t){return typeof t[t.length-1]=="function"?mn.readv(n,e,...t):new Promise((r,i)=>{mn.readv(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesRead:a,buffers:c})})})};ha.writev=function(n,e,...t){return typeof t[t.length-1]=="function"?mn.writev(n,e,...t):new Promise((r,i)=>{mn.writev(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesWritten:a,buffers:c})})})};typeof mn.realpath.native=="function"?ha.realpath.native=kI(mn.realpath.native):process.emitWarning("fs.realpath.native is not a function. Is fs being monkey-patched?","Warning","fs-extra-WARN0003")});var jI=S((qle,MI)=>{"use strict";var Yq=require("path");MI.exports.checkPath=o(function(e){if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(Yq.parse(e).root,""))){let r=new Error(`Path contains invalid characters: ${e}`);throw r.code="EINVAL",r}},"checkPath")});var VI=S((Gle,Sw)=>{"use strict";var $I=gn(),{checkPath:BI}=jI(),UI=o(n=>{let e={mode:511};return typeof n=="number"?n:{...e,...n}.mode},"getMode");Sw.exports.makeDir=async(n,e)=>(BI(n),$I.mkdir(n,{mode:UI(e),recursive:!0}));Sw.exports.makeDirSync=(n,e)=>(BI(n),$I.mkdirSync(n,{mode:UI(e),recursive:!0}))});var Vi=S((Hle,qI)=>{"use strict";var Xq=wr().fromPromise,{makeDir:Jq,makeDirSync:vw}=VI(),bw=Xq(Jq);qI.exports={mkdirs:bw,mkdirsSync:vw,mkdirp:bw,mkdirpSync:vw,ensureDir:bw,ensureDirSync:vw}});var Ya=S((Qle,GI)=>{"use strict";var Zq=wr().fromPromise,WI=gn();function eW(n){return WI.access(n).then(()=>!0).catch(()=>!1)}o(eW,"pathExists");GI.exports={pathExists:Zq(eW),pathExistsSync:WI.existsSync}});var ww=S((Yle,zI)=>{"use strict";var Nl=gn(),tW=wr().fromPromise;async function rW(n,e,t){let r=await Nl.open(n,"r+"),i=null;try{await Nl.futimes(r,e,t)}finally{try{await Nl.close(r)}catch(s){i=s}}if(i)throw i}o(rW,"utimesMillis");function nW(n,e,t){let r=Nl.openSync(n,"r+");return Nl.futimesSync(r,e,t),Nl.closeSync(r)}o(nW,"utimesMillisSync");zI.exports={utimesMillis:tW(rW),utimesMillisSync:nW}});var Jo=S((Jle,YI)=>{"use strict";var Ll=gn(),Er=require("path"),HI=wr().fromPromise;function iW(n,e,t){let r=t.dereference?i=>Ll.stat(i,{bigint:!0}):i=>Ll.lstat(i,{bigint:!0});return Promise.all([r(n),r(e).catch(i=>{if(i.code==="ENOENT")return null;throw i})]).then(([i,s])=>({srcStat:i,destStat:s}))}o(iW,"getStats");function sW(n,e,t){let r,i=t.dereference?a=>Ll.statSync(a,{bigint:!0}):a=>Ll.lstatSync(a,{bigint:!0}),s=i(n);try{r=i(e)}catch(a){if(a.code==="ENOENT")return{srcStat:s,destStat:null};throw a}return{srcStat:s,destStat:r}}o(sW,"getStatsSync");async function aW(n,e,t,r){let{srcStat:i,destStat:s}=await iW(n,e,r);if(s){if(If(i,s)){let a=Er.basename(n),c=Er.basename(e);if(t==="move"&&a!==c&&a.toLowerCase()===c.toLowerCase())return{srcStat:i,destStat:s,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(i.isDirectory()&&!s.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${n}'.`);if(!i.isDirectory()&&s.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${n}'.`)}if(i.isDirectory()&&Ew(n,e))throw new Error(fg(n,e,t));return{srcStat:i,destStat:s}}o(aW,"checkPaths");function oW(n,e,t,r){let{srcStat:i,destStat:s}=sW(n,e,r);if(s){if(If(i,s)){let a=Er.basename(n),c=Er.basename(e);if(t==="move"&&a!==c&&a.toLowerCase()===c.toLowerCase())return{srcStat:i,destStat:s,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(i.isDirectory()&&!s.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${n}'.`);if(!i.isDirectory()&&s.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${n}'.`)}if(i.isDirectory()&&Ew(n,e))throw new Error(fg(n,e,t));return{srcStat:i,destStat:s}}o(oW,"checkPathsSync");async function QI(n,e,t,r){let i=Er.resolve(Er.dirname(n)),s=Er.resolve(Er.dirname(t));if(s===i||s===Er.parse(s).root)return;let a;try{a=await Ll.stat(s,{bigint:!0})}catch(c){if(c.code==="ENOENT")return;throw c}if(If(e,a))throw new Error(fg(n,t,r));return QI(n,e,s,r)}o(QI,"checkParentPaths");function KI(n,e,t,r){let i=Er.resolve(Er.dirname(n)),s=Er.resolve(Er.dirname(t));if(s===i||s===Er.parse(s).root)return;let a;try{a=Ll.statSync(s,{bigint:!0})}catch(c){if(c.code==="ENOENT")return;throw c}if(If(e,a))throw new Error(fg(n,t,r));return KI(n,e,s,r)}o(KI,"checkParentPathsSync");function If(n,e){return e.ino!==void 0&&e.dev!==void 0&&e.ino===n.ino&&e.dev===n.dev}o(If,"areIdentical");function Ew(n,e){let t=Er.resolve(n).split(Er.sep).filter(i=>i),r=Er.resolve(e).split(Er.sep).filter(i=>i);return t.every((i,s)=>r[s]===i)}o(Ew,"isSrcSubdir");function fg(n,e,t){return`Cannot ${t} '${n}' to a subdirectory of itself, '${e}'.`}o(fg,"errMsg");YI.exports={checkPaths:HI(aW),checkPathsSync:oW,checkParentPaths:HI(QI),checkParentPathsSync:KI,isSrcSubdir:Ew,areIdentical:If}});var JI=S((eue,XI)=>{"use strict";async function cW(n,e){let t=[];for await(let r of n)t.push(e(r).then(()=>null,i=>i??new Error("unknown error")));await Promise.all(t.map(r=>r.then(i=>{if(i!==null)throw i})))}o(cW,"asyncIteratorConcurrentProcess");XI.exports={asyncIteratorConcurrentProcess:cW}});var nR=S((rue,rR)=>{"use strict";var Jr=gn(),Rf=require("path"),{mkdirs:lW}=Vi(),{pathExists:uW}=Ya(),{utimesMillis:fW}=ww(),Pf=Jo(),{asyncIteratorConcurrentProcess:dW}=JI();async function hW(n,e,t={}){typeof t=="function"&&(t={filter:t}),t.clobber="clobber"in t?!!t.clobber:!0,t.overwrite="overwrite"in t?!!t.overwrite:t.clobber,t.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
|
|
454
|
+
\u2022 Contact support if the issue persists`}};Zm.ServiceError=Yb});var eI=S(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.ServiceError=nr.ResourceExhaustedError=nr.NotFoundError=nr.PermissionError=nr.StateTransitionError=nr.NetworkError=nr.ValidationError=nr.ApplicationError=nr.ErrorCode=void 0;var HU=vs();Object.defineProperty(nr,"ErrorCode",{enumerable:!0,get:o(function(){return HU.ErrorCode},"get")});var QU=bs();Object.defineProperty(nr,"ApplicationError",{enumerable:!0,get:o(function(){return QU.ApplicationError},"get")});var KU=HC();Object.defineProperty(nr,"ValidationError",{enumerable:!0,get:o(function(){return KU.ValidationError},"get")});var YU=QC();Object.defineProperty(nr,"NetworkError",{enumerable:!0,get:o(function(){return YU.NetworkError},"get")});var XU=KC();Object.defineProperty(nr,"StateTransitionError",{enumerable:!0,get:o(function(){return XU.StateTransitionError},"get")});var JU=YC();Object.defineProperty(nr,"PermissionError",{enumerable:!0,get:o(function(){return JU.PermissionError},"get")});var ZU=XC();Object.defineProperty(nr,"NotFoundError",{enumerable:!0,get:o(function(){return ZU.NotFoundError},"get")});var eV=JC();Object.defineProperty(nr,"ResourceExhaustedError",{enumerable:!0,get:o(function(){return eV.ResourceExhaustedError},"get")});var tV=ZC();Object.defineProperty(nr,"ServiceError",{enumerable:!0,get:o(function(){return tV.ServiceError},"get")})});var Jb=S(eg=>{"use strict";Object.defineProperty(eg,"__esModule",{value:!0});eg.ShapeRegistry=void 0;var Xb=class{static{o(this,"ShapeRegistry")}constructor(){this.shapes=new Map}get(e){return this.shapes.get(e)}register(e){this.shapes.set(e.propertyIRI,e)}getAll(){return Array.from(this.shapes.values())}get size(){return this.shapes.size}};eg.ShapeRegistry=Xb});var rw=S(ws=>{"use strict";var rV=ws&&ws.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),nV=ws&&ws.__setModuleDefault||(Object.create?(function(n,e){Object.defineProperty(n,"default",{enumerable:!0,value:e})}):function(n,e){n.default=e}),Zb=ws&&ws.__importStar||(function(){var n=o(function(e){return n=Object.getOwnPropertyNames||function(t){var r=[];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(r[r.length]=i);return r},n(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r=n(e),i=0;i<r.length;i++)r[i]!=="default"&&rV(t,e,r[i]);return nV(t,e),t}})();Object.defineProperty(ws,"__esModule",{value:!0});ws.ShapeLoader=void 0;var ew=Jb(),Rl=Ae(),tI=Ne(),Fn=cr(),tg="http://www.w3.org/ns/shacl#",_le=[["exo__",Fn.Namespace.EXO],["ems__",Fn.Namespace.EMS],["exocmd__",Fn.Namespace.EXOCMD],["ims__",Fn.Namespace.IMS],["ztlk__",Fn.Namespace.ZTLK],["ptms__",Fn.Namespace.PTMS],["lit__",Fn.Namespace.LIT],["inbox__",Fn.Namespace.INBOX],["pmbok__",Fn.Namespace.PMBOK]],tw=class n{static{o(this,"ShapeLoader")}static async loadFromVaultFS(e){let{readdir:t,readFile:r}=await Promise.resolve().then(()=>Zb(require("fs/promises"))),i=await Promise.resolve().then(()=>Zb(require("path"))),s=new ew.ShapeRegistry;return await n.scanDir(e,s,{readdir:t,readFile:r,path:i}),s}static async loadFromRDFGraph(e){let t=new ew.ShapeRegistry,r=Fn.Namespace.EXO,i=Fn.Namespace.RDFS,s=Fn.Namespace.RDF,[a,c]=await Promise.all([e.match(void 0,s.term("type"),r.term("ObjectProperty")),e.match(void 0,s.term("type"),r.term("Property"))]),l=new Set;for(let u of[...a,...c])u.subject instanceof Rl.IRI&&l.add(u.subject.value);for(let u of l){let f=new Rl.IRI(u),[d,h,p,y,v]=await Promise.all([e.match(f,i.term("domain"),void 0),e.match(f,i.term("range"),void 0),e.match(f,r.term("Property_cardinality"),void 0),e.match(f,r.term("Property_severity"),void 0),e.match(f,r.term("Asset_label"),void 0)]);if(d.length===0)continue;let w=v[0]?.object;if(!(w instanceof tI.Literal))continue;let b=n.labelToIRI(w.value);if(!b)continue;let A=d.map(te=>te.object instanceof Rl.IRI?te.object.value:null).filter(te=>te!==null),R=h.map(te=>te.object instanceof Rl.IRI?te.object.value:null).filter(te=>te!==null),k=n.cardinalityFromIRI(p[0]?.object instanceof Rl.IRI?p[0].object.value:void 0),U=n.severityFromValue(y[0]?.object instanceof tI.Literal||y[0]?.object instanceof Rl.IRI?y[0].object.value:void 0);t.register({propertyIRI:b,domain:A,range:R.length>0?R:void 0,cardinality:k,severity:U})}return t}static async loadFromShapeJSON(e){let{readFile:t}=await Promise.resolve().then(()=>Zb(require("fs/promises"))),r=await t(e,"utf-8"),i=JSON.parse(r),s=new ew.ShapeRegistry;for(let a of Object.values(i.shapes))s.register(a);return s}static async scanDir(e,t,r){let i;try{i=await r.readdir(e,{withFileTypes:!0})}catch{return}for(let s of i){let a=r.path.join(e,s.name);if(s.isDirectory())await n.scanDir(a,t,r);else if(s.isFile()&&s.name.endsWith(".md"))try{await n.processFile(a,t,r.readFile,r.path)}catch{}}}static async processFile(e,t,r,i){let s;try{s=await r(e,"utf-8")}catch{return}let a=n.parseFrontmatter(s);if(!a||!n.asArray(a.exo__Instance_class).some(k=>{let U=n.extractWikilinkRef(k);return U==="exo__Property"||U==="exo__ObjectProperty"||U?.includes("|exo__Property")||U?.includes("|exo__ObjectProperty")}))return;let u=null,f=a.exo__Asset_label;if(typeof f=="string"&&f.trim().length>0)u=f.trim();else if(i){let k=i.basename(e,".md");Fn.Namespace.fromPropertyKey(k)&&(u=k)}if(!u)return;let d=n.labelToIRI(u);if(!d)return;let h=a.exo__Property_domain,p=a.exo__Property_range,y=a.exo__Property_cardinality,v=a.exo__Property_severity,w=n.asArray(h).map(k=>n.wikilinkToIRI(k)).filter(k=>k!==null);if(w.length===0)return;let b=n.asArray(p).map(k=>n.wikilinkToIRI(k)).filter(k=>k!==null),A=n.cardinalityFromLabel(typeof y=="string"?y:void 0),R=n.severityFromValue(typeof v=="string"?v:void 0);t.register({propertyIRI:d,domain:w,range:b.length>0?b:void 0,cardinality:A,severity:R})}static parseFrontmatter(e){let t=/^---\r?\n([\s\S]*?)\r?\n---/.exec(e);if(!t)return null;let r=t[1],i={},s=r.split(/\r?\n/),a=null,c=null;for(let l of s){let u=/^ {2}- (.*)$/.exec(l);if(u){a&&c&&c.push(u[1].trim());continue}a&&c&&(i[a]=c,a=null,c=null);let f=/^([^:]+):\s*(.*)$/.exec(l);if(!f)continue;let d=f[1].trim(),h=f[2].trim();h===""?(a=d,c=[]):i[d]=h}return a&&c&&(i[a]=c),i}static labelToIRI(e){let t=Fn.Namespace.fromPropertyKey(e);return t?t.namespace.term(t.localName).value:null}static extractWikilinkRef(e){let t=e.replace(/^["']|["']$/g,""),r=/\[\[([^\]]+)\]\]/.exec(t);return r?r[1]:t}static wikilinkToIRI(e){let t=n.extractWikilinkRef(e);if(!t)return null;let r=t.split("|"),i=r.length>1?[r[1],r[0]]:[r[0]];for(let s of i){let a=n.labelToIRI(s.trim());if(a)return a}return t.startsWith("http")?t:t.startsWith("sh:")?tg+t.substring(3):null}static asArray(e){return Array.isArray(e)?e.map(String):typeof e=="string"?[e]:[]}static cardinalityFromIRI(e){if(e){if(e.endsWith("PropertyCardinalitySingle"))return"Single";if(e.endsWith("PropertyCardinalityMultiple"))return"Multiple"}}static cardinalityFromLabel(e){if(!e)return;let t=n.extractWikilinkRef(e)??e,r=t.split("|").pop()??t;if(r.includes("Single"))return"Single";if(r.includes("Multiple"))return"Multiple"}static severityFromValue(e){return!e||e.includes("Violation")||e===tg+"Violation"?"sh:Violation":e.includes("Warning")||e===tg+"Warning"?"sh:Warning":e.includes("Info")||e===tg+"Info"?"sh:Info":"sh:Violation"}};ws.ShapeLoader=tw});var iw=S(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});Tf.ShapeRegistry=void 0;Tf.validate=oV;var nw=class{static{o(this,"ShapeRegistry")}constructor(e=[],t="https://exocortex.my/ontology/exo#Instance_class"){this.shapeMap=new Map(e.map(r=>[r.propertyIRI,r])),this.typePredicateIRI=t}getShape(e){return this.shapeMap.get(e)}getAllShapes(){return Array.from(this.shapeMap.values())}hasShape(e){return this.shapeMap.has(e)}};Tf.ShapeRegistry=nw;var iV="http://www.w3.org/1999/02/22-rdf-syntax-ns#type",sV=["http://www.w3.org/2001/XMLSchema#","http://www.w3.org/1999/02/22-rdf-syntax-ns#","http://www.w3.org/2000/01/rdf-schema#","http://www.w3.org/2002/07/owl#","http://www.w3.org/2004/02/skos/core#","http://purl.org/dc/elements/1.1/","http://purl.org/dc/terms/","http://xmlns.com/foaf/0.1/","https://schema.org/","https://exocortex.my/ontology/xsd#","https://exocortex.my/ontology/rdf#","https://exocortex.my/ontology/rdfs#","https://exocortex.my/ontology/owl#","https://exocortex.my/ontology/skos#"];function aV(n){return sV.some(e=>n.startsWith(e))}o(aV,"isExternalOntologyIRI");function oV(n,e,t,r){let i=new Map,s=new Map;for(let l of n){let{subject:u,predicate:f,object:d}=l;if(u.type!=="iri"||f.type!=="iri"||d.type!=="iri"&&d.type!=="literal")continue;let h=u.value,p=f.value,y=d;if(p===e.typePredicateIRI||p===iV){if(y.type==="iri"){let w=i.get(h)??[];w.push(y.value),i.set(h,w)}}else{let w=s.get(h);w||(w=new Map,s.set(h,w));let b=w.get(p)??[];b.push(y),w.set(p,b)}}let a=[],c=new Set([...i.keys(),...s.keys()]);for(let l of c){let u=i.get(l)??[],f=s.get(l)??new Map;for(let d of e.getAllShapes()){if(!(d.domain.length===0||d.domain.some(y=>u.some(v=>v===y||t.isSubClassOf(v,y)))))continue;let p=f.get(d.propertyIRI)??[];if(d.minCount!==void 0&&d.minCount>0&&p.length<d.minCount){a.push({focusNode:l,propertyPath:d.propertyIRI,severity:d.severity,message:d.message??`sh:minCount violation: expected at least ${d.minCount} value(s) for <${d.propertyIRI}>`});continue}if(p.length!==0){if(d.cardinality==="Single"&&p.length>1){a.push({focusNode:l,propertyPath:d.propertyIRI,severity:d.severity,message:d.message??`sh:maxCount violation: expected at most 1 value for <${d.propertyIRI}>, got ${p.length}`});continue}if(d.range&&d.range.length>0){for(let y of p)if(y.type==="iri"){if(aV(y.value))continue;let v=i.get(y.value)??[];d.range.some(b=>v.some(A=>A===b||t.isSubClassOf(A,b)))||a.push({focusNode:l,propertyPath:d.propertyIRI,severity:d.severity,message:d.message??`sh:class violation: <${y.value}> does not conform to expected class ${d.range.join(" | ")}`,actualValue:y.value,expectedRange:d.range.join(" | ")})}else if(y.type==="literal"){let v=y.datatype??"http://www.w3.org/2001/XMLSchema#string";d.range.some(b=>b===v)||a.push({focusNode:l,propertyPath:d.propertyIRI,severity:d.severity,message:d.message??`sh:datatype violation: literal "${y.value}" has datatype <${v}>, expected ${d.range.join(" | ")}`,actualValue:y.value,expectedRange:d.range.join(" | ")})}}}}}if(r?.closedWorldMode)for(let l of c){let u=s.get(l)??new Map;for(let f of u.keys())e.hasShape(f)||a.push({focusNode:l,propertyPath:f,severity:"sh:Warning",message:`Unknown property: <${f}> has no registered shape`})}return a.sort((l,u)=>{let f=l.focusNode.localeCompare(u.focusNode);return f!==0?f:l.propertyPath.localeCompare(u.propertyPath)}),{conforms:!a.some(l=>l.severity==="sh:Violation"),violations:a}}o(oV,"validate")});var rI=S(rg=>{"use strict";Object.defineProperty(rg,"__esModule",{value:!0});rg.ApplicationErrorHandler=void 0;var sw=bs(),cV=vs(),lV=$a(),aw=class{static{o(this,"ApplicationErrorHandler")}constructor(e={},t,r){this.logger=t,this.notifier=r,this.telemetryHooks=new Set,this.retryConfig={maxRetries:e.maxRetries??3,initialDelayMs:e.initialDelayMs??1e3,backoffMultiplier:e.backoffMultiplier??2,maxDelayMs:e.maxDelayMs??1e4}}handle(e,t){let r=this.ensureApplicationError(e,t);return this.notifier&&this.notifier.error(r.message),this.callTelemetryHooks("onError",r,t),this.formatError(r)}async executeWithRetry(e,t){let r,i=0;for(;i<=this.retryConfig.maxRetries;)try{return await e()}catch(s){if(r=this.ensureApplicationError(s,t),!r.retriable||i>=this.retryConfig.maxRetries)throw this.callTelemetryHooks("onError",r,t),i>=this.retryConfig.maxRetries&&r.retriable&&this.callTelemetryHooks("onRetryExhausted",r,i+1),r;let a=this.calculateDelay(i);this.callTelemetryHooks("onRetry",r,i+1,a),this.logger?.debug(`Retrying after ${a}ms (attempt ${i+1}/${this.retryConfig.maxRetries})`),await this.sleep(a),i++}throw r}registerTelemetryHook(e){this.telemetryHooks.add(e)}unregisterTelemetryHook(e){this.telemetryHooks.delete(e)}ensureApplicationError(e,t){if(e instanceof sw.ApplicationError){if(t){let i=e,s={...e.context,...t};return new class extends sw.ApplicationError{constructor(){super(...arguments),this.code=i.code,this.retriable=i.retriable,this.guidance=i.guidance}}(e.message,s)}return e}return new class extends sw.ApplicationError{static{o(this,"UnknownError")}constructor(s,a){super(s,{originalError:a.name,...t}),this.code=cV.ErrorCode.UNKNOWN_ERROR,this.retriable=!1,this.guidance="An unexpected error occurred"}}(e.message,e)}formatError(e){let t=[];return t.push(`\u274C ${e.name}: ${e.message}`),e.guidance&&t.push(`\u{1F4A1} ${e.guidance}`),e.context&&Object.keys(e.context).length>0&&t.push(`Context: ${JSON.stringify(e.context,null,2)}`),t.join(`
|
|
455
|
+
`)}calculateDelay(e){let t=this.retryConfig.initialDelayMs*Math.pow(this.retryConfig.backoffMultiplier,e);return Math.min(t,this.retryConfig.maxDelayMs)}sleep(e){return new Promise(t=>setTimeout(t,e))}callTelemetryHooks(e,...t){for(let r of this.telemetryHooks)try{let i=r[e];i&&i.apply(r,t)}catch(i){lV.LoggingService.error("Error in telemetry hook",i instanceof Error?i:new Error(String(i)))}}};rg.ApplicationErrorHandler=aw});var nI=S(ng=>{"use strict";Object.defineProperty(ng,"__esModule",{value:!0});ng.ApplicationErrorHandler=void 0;var uV=rI();Object.defineProperty(ng,"ApplicationErrorHandler",{enumerable:!0,get:o(function(){return uV.ApplicationErrorHandler},"get")})});var cw=S(ig=>{"use strict";Object.defineProperty(ig,"__esModule",{value:!0});ig.ClassHierarchy=void 0;var fV="http://www.w3.org/2000/01/rdf-schema#subClassOf",ow=class{static{o(this,"ClassHierarchy")}constructor(e){this.adjacency=new Map;for(let t of e){if(t.predicate.type!=="iri"||t.predicate.value!==fV||t.subject.type!=="iri"||t.object.type!=="iri")continue;let r=t.subject.value,i=t.object.value,s=this.adjacency.get(r);s||(s=new Set,this.adjacency.set(r,s)),s.add(i)}}isSubClassOf(e,t){if(e===t)return!0;let r=new Set,i=[e];for(;i.length>0;){let s=i.shift();if(s===void 0)break;if(r.has(s))continue;r.add(s);let a=this.adjacency.get(s);if(a)for(let c of a){if(c===t)return!0;r.has(c)||i.push(c)}}return!1}getAncestors(e){let t=new Set,r=new Set,i=[e];for(;i.length>0;){let s=i.shift();if(s===void 0)break;if(r.has(s))continue;r.add(s);let a=this.adjacency.get(s);if(a)for(let c of a)t.add(c),r.has(c)||i.push(c)}return t}};ig.ClassHierarchy=ow});var sI=S(Es=>{"use strict";Object.defineProperty(Es,"__esModule",{value:!0});Es.ValidatorDaemon=Es.IDLE_TIMEOUT_MS=Es.DEFAULT_SOCKET_PATH=void 0;var iI=iw(),dV=rw(),hV=cw();Es.DEFAULT_SOCKET_PATH=`${process.env.HOME??process.env.USERPROFILE??"/tmp"}/.cache/exocortex/validator.sock`;Es.IDLE_TIMEOUT_MS=300*1e3;var lw=class{static{o(this,"ValidatorDaemon")}constructor(e=Es.DEFAULT_SOCKET_PATH,t=Es.IDLE_TIMEOUT_MS){this.registryCache=new Map,this.server=null,this.idleTimer=null,this.socketPath=e,this.idleTimeoutMs=t}async start(){let e=require("net"),t=require("fs/promises"),r=require("path");await t.mkdir(r.dirname(this.socketPath),{recursive:!0});try{await t.unlink(this.socketPath)}catch{}this.server=e.createServer(a=>{this.handleConnection(a)});let i=this.server;await new Promise((a,c)=>{i.on("error",c),i.listen(this.socketPath,a)}),this.resetIdleTimer();let s=o(()=>{this.stop()},"handleSignal");process.once("SIGTERM",s),process.once("SIGINT",s)}async stop(){if(this.idleTimer!==null&&(clearTimeout(this.idleTimer),this.idleTimer=null),!this.server)return;let e=this.server;this.server=null,await new Promise(t=>{e.close(()=>t())})}resetIdleTimer(){this.idleTimer!==null&&clearTimeout(this.idleTimer),this.idleTimer=setTimeout(()=>{process.exit(0)},this.idleTimeoutMs)}handleConnection(e){let t="";e.setEncoding("utf-8"),e.on("data",r=>{t+=r;let i=t.split(`
|
|
456
|
+
`);t=i.pop()??"";for(let s of i){let a=s.trim();a&&this.handleRequest(a,e)}}),e.on("error",()=>{e.destroy()})}async handleRequest(e,t){this.resetIdleTimer();let r;try{let i=JSON.parse(e),s=await this.getRegistry(i.registryPath),a=new hV.ClassHierarchy(i.subclassTriples??[]);r={report:(0,iI.validate)(i.triples,s,a,{closedWorldMode:i.closedWorldMode})}}catch(i){r={error:i instanceof Error?i.message:String(i)}}t.destroyed||t.write(JSON.stringify(r)+`
|
|
457
|
+
`)}async getRegistry(e){let t=this.registryCache.get(e);if(t)return t;let r=await dV.ShapeLoader.loadFromShapeJSON(e),i=new iI.ShapeRegistry(r.getAll());return this.registryCache.set(e,i),i}};Es.ValidatorDaemon=lw});var Pt=S(m=>{"use strict";var pV=m&&m.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),ii=m&&m.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&pV(e,n,t)};Object.defineProperty(m,"__esModule",{value:!0});m.RenameToUidService=m.PropertyCleanupService=m.LoggingService=m.LabelToAliasService=m.FolderRepairService=m.EffortVotingService=m.WorkflowCommandAdapter=m.VisibilityGenerator=m.InstantiationRuleResolver=m.WorkflowResolver=m.WorkflowEngine=m.EffortStatusWorkflow=m.ConceptCreationService=m.ClassCreationService=m.AreaHierarchyBuilder=m.AreaCreationService=m.TaskStatusService=m.ServiceRegistry=m.GroundingExecutor=m.PreconditionEvaluator=m.CommandResolver=m.extractPropertyLabel=m.uriToPropertyName=m.propertyNameToUri=m.rangeToFieldType=m.PropertyFieldType=m.isCommandBindingFrontmatter=m.isGroundingFrontmatter=m.isPreconditionFrontmatter=m.isCommandFrontmatter=m.isStyleSource=m.isLabelClass=m.isCommandVariant=m.STYLE_SOURCE_VALUES=m.LABEL_CLASS_VALUES=m.COMMAND_VARIANT_VALUES=m.CommandBindingStyleProperty=m.CommandBindingProperty=m.GroundingProperty=m.PreconditionProperty=m.CommandProperty=m.GroundingType=m.getEffortStatusLabel=m.isTrashedStatus=m.isDoneStatus=m.normalizeEffortStatus=m.EFFORT_STATUS_OPTIONS=m.STATUS_NAME_TO_WIKILINK=m.STATUS_NAME_TO_ENUM=m.EFFORT_STATUS_CONFIG=void 0;m.InMemoryTripleStore=m.OBSIDIAN_VAULT_SCHEME=m.vaultPathToIRI=m.NullLogger=m.RDFSerializer=m.FilenameValidator=m.EffortSortingHelpers=m.MetadataExtractor=m.MetadataHelpers=m.WikiLinkHelpers=m.DateFormatter=m.FrontmatterService=m.CriticalityZoneUUIDs=m.CriticalityZoneService=m.DailyReviewService=m.DEFAULT_AUTOCOMPLETE_CONFIG=m.AutocompleteService=m.TrendDetectionService=m.AnalyticsService=m.getTemplateByName=m.validateParameters=m.fillTemplate=m.findMatchingTemplates=m.findClassByTerm=m.KNOWN_CLASSES=m.KNOWN_PROTOTYPES=m.EFFORT_STATUSES=m.ASSET_CLASSES=m.PREDICATES=m.SPARQL_PREFIXES=m.SPARQL_TEMPLATES=m.DEFAULT_NL_TO_SPARQL_CONFIG=m.NLToSPARQLService=m.TypeRegistry=m.GraphQueryService=m.FixMissingLabelService=m.ArchiveAssetService=m.GenericAssetCreationService=m.URIConstructionService=m.SessionEventService=m.AssetConversionService=m.EnumValueResolver=m.ClassHierarchyResolver=m.PropertySchemaResolver=m.PlanningService=m.AlgorithmExtractor=m.DynamicFrontmatterGenerator=m.FleetingNoteCreationService=m.SupervisionCreationService=m.StatusTimestampService=void 0;m.createSPARQLResultCache=m.SPARQLResultCache=m.QueryPlanCache=m.createDoubleLiteral=m.createDecimalLiteral=m.getNumericValue=m.createPercentileAggregate=m.modeAggregate=m.stddevAggregate=m.varianceAggregate=m.medianAggregate=m.EXO_AGGREGATE_NS=m.BUILT_IN_AGGREGATES=m.CustomAggregateError=m.CustomAggregateRegistry=m.AggregateFunctions=m.BuiltInFunctions=m.SolutionMapping=m.UpdateExecutorError=m.UpdateExecutor=m.QueryExecutor=m.ExoQLQueryExecutor=m.DescribeExecutor=m.ConstructExecutor=m.UnionExecutor=m.OptionalExecutor=m.FilterExecutor=m.BGPExecutor=m.AlgebraSerializer=m.AlgebraOptimizer=m.AlgebraTranslator=m.ExoQLAlgebraTranslator=m.DescribeOptionsTransformerError=m.DescribeOptionsTransformer=m.SPARQLParseError=m.SPARQLParser=m.ExoQLParser=m.NoteToRDFConverter=m.SOURCE_VARIABLE=m.SourceAnnotator=m.INFERRED_GRAPH=m.PrototypeChainMaterializer=m.PropertyCardinalityRegistry=m.NonInheritablePropertyRegistry=m.RDFSInferenceEngine=m.RDFVocabularyMapper=m.DomainTriple=m.DomainBlankNode=m.DomainLiteral=m.DomainIRI=void 0;m.createLayoutBlockFromFrontmatter=m.PROPERTIES_BLOCK_CLASS_UID=m.PROPERTIES_BLOCK_CLASS_IRI=m.BACKLINKS_TABLE_BLOCK_CLASS_UID=m.BACKLINKS_TABLE_BLOCK_CLASS_IRI=m.isLayoutFrontmatter=m.isLayout=m.createLayoutFromFrontmatter=m.LAYOUT_CLASS_UID=m.LAYOUT_CLASS_IRI=m.RelationColumnSetResolver=m.normalizeRelationColumnSetRef=m.isRelationColumnSetFrontmatter=m.isRelationColumnSet=m.createRelationColumnSetFromFrontmatter=m.RELATION_COLUMN_SET_CLASS_UID=m.RELATION_COLUMN_SET_CLASS_IRI=m.ExoQLError=m.ExoQL=m.createStreamingSource=m.StreamingLoader=m.resetGlobalPool=m.getGlobalPool=m.MemoryPool=m.CompactGraphStore=m.StringTable=m.DEFAULT_COLORS=m.NODE_FLAGS=m.container=m.resetContainer=m.getContainer=m.createChildContainer=m.registerCoreServices=m.DI_TOKENS=m.DEFAULT_FLEETING_NOTE_CLASS_UID=m.DEFAULT_INBOX_FOLDER=m.DEFAULT_OWNER_IDENTITY=m.VaultSettings=m.TransactionError=m.TripleNotFoundError=m.TripleAlreadyExistsError=m.FileAlreadyExistsError=m.FileNotFoundError=m.FilterContainsOptimizer=m.VaultPrefixTransformer=m.CaseWhenTransformerError=m.CaseWhenTransformer=m.ResultSerializer=m.createIncrementalIndexer=m.IncrementalIndexer=void 0;m.TripleClassHierarchy=m.IDLE_TIMEOUT_MS=m.DEFAULT_SOCKET_PATH=m.ValidatorDaemon=m.ShaclShapeRegistry=m.shaclValidate=m.Namespace=m.ShapeRegistry=m.ShapeLoader=m.selectByPriority=m.LayoutSelector=m.isPropertiesBlock=m.isLayoutBlockFrontmatter=m.isBacklinksTableBlock=void 0;ii(Fu(),m);ii(Ec(),m);var Ha=_0();Object.defineProperty(m,"EFFORT_STATUS_CONFIG",{enumerable:!0,get:o(function(){return Ha.EFFORT_STATUS_CONFIG},"get")});Object.defineProperty(m,"STATUS_NAME_TO_ENUM",{enumerable:!0,get:o(function(){return Ha.STATUS_NAME_TO_ENUM},"get")});Object.defineProperty(m,"STATUS_NAME_TO_WIKILINK",{enumerable:!0,get:o(function(){return Ha.STATUS_NAME_TO_WIKILINK},"get")});Object.defineProperty(m,"EFFORT_STATUS_OPTIONS",{enumerable:!0,get:o(function(){return Ha.EFFORT_STATUS_OPTIONS},"get")});Object.defineProperty(m,"normalizeEffortStatus",{enumerable:!0,get:o(function(){return Ha.normalizeEffortStatus},"get")});Object.defineProperty(m,"isDoneStatus",{enumerable:!0,get:o(function(){return Ha.isDoneStatus},"get")});Object.defineProperty(m,"isTrashedStatus",{enumerable:!0,get:o(function(){return Ha.isTrashedStatus},"get")});Object.defineProperty(m,"getEffortStatusLabel",{enumerable:!0,get:o(function(){return Ha.getEffortStatusLabel},"get")});var mV=Tc();Object.defineProperty(m,"GroundingType",{enumerable:!0,get:o(function(){return mV.GroundingType},"get")});var Af=S0();Object.defineProperty(m,"CommandProperty",{enumerable:!0,get:o(function(){return Af.CommandProperty},"get")});Object.defineProperty(m,"PreconditionProperty",{enumerable:!0,get:o(function(){return Af.PreconditionProperty},"get")});Object.defineProperty(m,"GroundingProperty",{enumerable:!0,get:o(function(){return Af.GroundingProperty},"get")});Object.defineProperty(m,"CommandBindingProperty",{enumerable:!0,get:o(function(){return Af.CommandBindingProperty},"get")});Object.defineProperty(m,"CommandBindingStyleProperty",{enumerable:!0,get:o(function(){return Af.CommandBindingStyleProperty},"get")});var Pl=v0();Object.defineProperty(m,"COMMAND_VARIANT_VALUES",{enumerable:!0,get:o(function(){return Pl.COMMAND_VARIANT_VALUES},"get")});Object.defineProperty(m,"LABEL_CLASS_VALUES",{enumerable:!0,get:o(function(){return Pl.LABEL_CLASS_VALUES},"get")});Object.defineProperty(m,"STYLE_SOURCE_VALUES",{enumerable:!0,get:o(function(){return Pl.STYLE_SOURCE_VALUES},"get")});Object.defineProperty(m,"isCommandVariant",{enumerable:!0,get:o(function(){return Pl.isCommandVariant},"get")});Object.defineProperty(m,"isLabelClass",{enumerable:!0,get:o(function(){return Pl.isLabelClass},"get")});Object.defineProperty(m,"isStyleSource",{enumerable:!0,get:o(function(){return Pl.isStyleSource},"get")});var sg=_T();Object.defineProperty(m,"isCommandFrontmatter",{enumerable:!0,get:o(function(){return sg.isCommandFrontmatter},"get")});Object.defineProperty(m,"isPreconditionFrontmatter",{enumerable:!0,get:o(function(){return sg.isPreconditionFrontmatter},"get")});Object.defineProperty(m,"isGroundingFrontmatter",{enumerable:!0,get:o(function(){return sg.isGroundingFrontmatter},"get")});Object.defineProperty(m,"isCommandBindingFrontmatter",{enumerable:!0,get:o(function(){return sg.isCommandBindingFrontmatter},"get")});ii(ST(),m);ii(vT(),m);ii(b0(),m);ii(w0(),m);ii(wT(),m);ii(AT(),m);ii(n_(),m);ii(hA(),m);var aI=Ch();Object.defineProperty(m,"PropertyFieldType",{enumerable:!0,get:o(function(){return aI.PropertyFieldType},"get")});Object.defineProperty(m,"rangeToFieldType",{enumerable:!0,get:o(function(){return aI.rangeToFieldType},"get")});var uw=o_();Object.defineProperty(m,"propertyNameToUri",{enumerable:!0,get:o(function(){return uw.propertyNameToUri},"get")});Object.defineProperty(m,"uriToPropertyName",{enumerable:!0,get:o(function(){return uw.uriToPropertyName},"get")});Object.defineProperty(m,"extractPropertyLabel",{enumerable:!0,get:o(function(){return uw.extractPropertyLabel},"get")});var gV=Vx();Object.defineProperty(m,"CommandResolver",{enumerable:!0,get:o(function(){return gV.CommandResolver},"get")});var yV=Wx();Object.defineProperty(m,"PreconditionEvaluator",{enumerable:!0,get:o(function(){return yV.PreconditionEvaluator},"get")});var oI=zx();Object.defineProperty(m,"GroundingExecutor",{enumerable:!0,get:o(function(){return oI.GroundingExecutor},"get")});Object.defineProperty(m,"ServiceRegistry",{enumerable:!0,get:o(function(){return oI.ServiceRegistry},"get")});var _V=PS();Object.defineProperty(m,"TaskStatusService",{enumerable:!0,get:o(function(){return _V.TaskStatusService},"get")});var SV=NS();Object.defineProperty(m,"AreaCreationService",{enumerable:!0,get:o(function(){return SV.AreaCreationService},"get")});var vV=kS();Object.defineProperty(m,"AreaHierarchyBuilder",{enumerable:!0,get:o(function(){return vV.AreaHierarchyBuilder},"get")});var bV=jS();Object.defineProperty(m,"ClassCreationService",{enumerable:!0,get:o(function(){return bV.ClassCreationService},"get")});var wV=BS();Object.defineProperty(m,"ConceptCreationService",{enumerable:!0,get:o(function(){return wV.ConceptCreationService},"get")});var EV=sm();Object.defineProperty(m,"EffortStatusWorkflow",{enumerable:!0,get:o(function(){return EV.EffortStatusWorkflow},"get")});var TV=lf();Object.defineProperty(m,"WorkflowEngine",{enumerable:!0,get:o(function(){return TV.WorkflowEngine},"get")});var AV=_S();Object.defineProperty(m,"WorkflowResolver",{enumerable:!0,get:o(function(){return AV.WorkflowResolver},"get")});var xV=a3();Object.defineProperty(m,"InstantiationRuleResolver",{enumerable:!0,get:o(function(){return xV.InstantiationRuleResolver},"get")});var CV=o3();Object.defineProperty(m,"VisibilityGenerator",{enumerable:!0,get:o(function(){return CV.VisibilityGenerator},"get")});var IV=c3();Object.defineProperty(m,"WorkflowCommandAdapter",{enumerable:!0,get:o(function(){return IV.WorkflowCommandAdapter},"get")});var RV=HS();Object.defineProperty(m,"EffortVotingService",{enumerable:!0,get:o(function(){return RV.EffortVotingService},"get")});var PV=KS();Object.defineProperty(m,"FolderRepairService",{enumerable:!0,get:o(function(){return PV.FolderRepairService},"get")});var OV=XS();Object.defineProperty(m,"LabelToAliasService",{enumerable:!0,get:o(function(){return OV.LabelToAliasService},"get")});var FV=$a();Object.defineProperty(m,"LoggingService",{enumerable:!0,get:o(function(){return FV.LoggingService},"get")});var DV=ev();Object.defineProperty(m,"PropertyCleanupService",{enumerable:!0,get:o(function(){return DV.PropertyCleanupService},"get")});var NV=rv();Object.defineProperty(m,"RenameToUidService",{enumerable:!0,get:o(function(){return NV.RenameToUidService},"get")});var LV=om();Object.defineProperty(m,"StatusTimestampService",{enumerable:!0,get:o(function(){return LV.StatusTimestampService},"get")});var kV=sv();Object.defineProperty(m,"SupervisionCreationService",{enumerable:!0,get:o(function(){return kV.SupervisionCreationService},"get")});var MV=cv();Object.defineProperty(m,"FleetingNoteCreationService",{enumerable:!0,get:o(function(){return MV.FleetingNoteCreationService},"get")});var jV=uv();Object.defineProperty(m,"DynamicFrontmatterGenerator",{enumerable:!0,get:o(function(){return jV.DynamicFrontmatterGenerator},"get")});var $V=dv();Object.defineProperty(m,"AlgorithmExtractor",{enumerable:!0,get:o(function(){return $V.AlgorithmExtractor},"get")});var BV=pv();Object.defineProperty(m,"PlanningService",{enumerable:!0,get:o(function(){return BV.PlanningService},"get")});var UV=b3();Object.defineProperty(m,"PropertySchemaResolver",{enumerable:!0,get:o(function(){return UV.PropertySchemaResolver},"get")});var VV=w3();Object.defineProperty(m,"ClassHierarchyResolver",{enumerable:!0,get:o(function(){return VV.ClassHierarchyResolver},"get")});var qV=E3();Object.defineProperty(m,"EnumValueResolver",{enumerable:!0,get:o(function(){return qV.EnumValueResolver},"get")});var WV=Sv();Object.defineProperty(m,"AssetConversionService",{enumerable:!0,get:o(function(){return WV.AssetConversionService},"get")});var GV=wv();Object.defineProperty(m,"SessionEventService",{enumerable:!0,get:o(function(){return GV.SessionEventService},"get")});var zV=Av();Object.defineProperty(m,"URIConstructionService",{enumerable:!0,get:o(function(){return zV.URIConstructionService},"get")});var HV=Cv();Object.defineProperty(m,"GenericAssetCreationService",{enumerable:!0,get:o(function(){return HV.GenericAssetCreationService},"get")});var QV=D3();Object.defineProperty(m,"ArchiveAssetService",{enumerable:!0,get:o(function(){return QV.ArchiveAssetService},"get")});var KV=L3();Object.defineProperty(m,"FixMissingLabelService",{enumerable:!0,get:o(function(){return KV.FixMissingLabelService},"get")});var YV=k3();Object.defineProperty(m,"GraphQueryService",{enumerable:!0,get:o(function(){return YV.GraphQueryService},"get")});var XV=j3();Object.defineProperty(m,"TypeRegistry",{enumerable:!0,get:o(function(){return XV.TypeRegistry},"get")});var cI=$3();Object.defineProperty(m,"NLToSPARQLService",{enumerable:!0,get:o(function(){return cI.NLToSPARQLService},"get")});Object.defineProperty(m,"DEFAULT_NL_TO_SPARQL_CONFIG",{enumerable:!0,get:o(function(){return cI.DEFAULT_NL_TO_SPARQL_CONFIG},"get")});var si=Fv();Object.defineProperty(m,"SPARQL_TEMPLATES",{enumerable:!0,get:o(function(){return si.SPARQL_TEMPLATES},"get")});Object.defineProperty(m,"SPARQL_PREFIXES",{enumerable:!0,get:o(function(){return si.SPARQL_PREFIXES},"get")});Object.defineProperty(m,"PREDICATES",{enumerable:!0,get:o(function(){return si.PREDICATES},"get")});Object.defineProperty(m,"ASSET_CLASSES",{enumerable:!0,get:o(function(){return si.ASSET_CLASSES},"get")});Object.defineProperty(m,"EFFORT_STATUSES",{enumerable:!0,get:o(function(){return si.EFFORT_STATUSES},"get")});Object.defineProperty(m,"KNOWN_PROTOTYPES",{enumerable:!0,get:o(function(){return si.KNOWN_PROTOTYPES},"get")});Object.defineProperty(m,"KNOWN_CLASSES",{enumerable:!0,get:o(function(){return si.KNOWN_CLASSES},"get")});Object.defineProperty(m,"findClassByTerm",{enumerable:!0,get:o(function(){return si.findClassByTerm},"get")});Object.defineProperty(m,"findMatchingTemplates",{enumerable:!0,get:o(function(){return si.findMatchingTemplates},"get")});Object.defineProperty(m,"fillTemplate",{enumerable:!0,get:o(function(){return si.fillTemplate},"get")});Object.defineProperty(m,"validateParameters",{enumerable:!0,get:o(function(){return si.validateParameters},"get")});Object.defineProperty(m,"getTemplateByName",{enumerable:!0,get:o(function(){return si.getTemplateByName},"get")});var JV=U3();Object.defineProperty(m,"AnalyticsService",{enumerable:!0,get:o(function(){return JV.AnalyticsService},"get")});var ZV=V3();Object.defineProperty(m,"TrendDetectionService",{enumerable:!0,get:o(function(){return ZV.TrendDetectionService},"get")});var lI=W3();Object.defineProperty(m,"AutocompleteService",{enumerable:!0,get:o(function(){return lI.AutocompleteService},"get")});Object.defineProperty(m,"DEFAULT_AUTOCOMPLETE_CONFIG",{enumerable:!0,get:o(function(){return lI.DEFAULT_AUTOCOMPLETE_CONFIG},"get")});var eq=z3();Object.defineProperty(m,"DailyReviewService",{enumerable:!0,get:o(function(){return eq.DailyReviewService},"get")});var uI=$v();Object.defineProperty(m,"CriticalityZoneService",{enumerable:!0,get:o(function(){return uI.CriticalityZoneService},"get")});Object.defineProperty(m,"CriticalityZoneUUIDs",{enumerable:!0,get:o(function(){return uI.CriticalityZoneUUIDs},"get")});var tq=ei();Object.defineProperty(m,"FrontmatterService",{enumerable:!0,get:o(function(){return tq.FrontmatterService},"get")});var rq=Qr();Object.defineProperty(m,"DateFormatter",{enumerable:!0,get:o(function(){return rq.DateFormatter},"get")});var nq=zs();Object.defineProperty(m,"WikiLinkHelpers",{enumerable:!0,get:o(function(){return nq.WikiLinkHelpers},"get")});var iq=ms();Object.defineProperty(m,"MetadataHelpers",{enumerable:!0,get:o(function(){return iq.MetadataHelpers},"get")});var sq=FS();Object.defineProperty(m,"MetadataExtractor",{enumerable:!0,get:o(function(){return sq.MetadataExtractor},"get")});var aq=Q3();Object.defineProperty(m,"EffortSortingHelpers",{enumerable:!0,get:o(function(){return aq.EffortSortingHelpers},"get")});var oq=K3();Object.defineProperty(m,"FilenameValidator",{enumerable:!0,get:o(function(){return oq.FilenameValidator},"get")});var cq=rC();Object.defineProperty(m,"RDFSerializer",{enumerable:!0,get:o(function(){return cq.RDFSerializer},"get")});var lq=Pc();Object.defineProperty(m,"NullLogger",{enumerable:!0,get:o(function(){return lq.NullLogger},"get")});var fI=Xv();Object.defineProperty(m,"vaultPathToIRI",{enumerable:!0,get:o(function(){return fI.vaultPathToIRI},"get")});Object.defineProperty(m,"OBSIDIAN_VAULT_SCHEME",{enumerable:!0,get:o(function(){return fI.OBSIDIAN_VAULT_SCHEME},"get")});var uq=xS();Object.defineProperty(m,"InMemoryTripleStore",{enumerable:!0,get:o(function(){return uq.InMemoryTripleStore},"get")});var fq=Ae();Object.defineProperty(m,"DomainIRI",{enumerable:!0,get:o(function(){return fq.IRI},"get")});var dq=Ne();Object.defineProperty(m,"DomainLiteral",{enumerable:!0,get:o(function(){return dq.Literal},"get")});var hq=qt();Object.defineProperty(m,"DomainBlankNode",{enumerable:!0,get:o(function(){return hq.BlankNode},"get")});var pq=Yn();Object.defineProperty(m,"DomainTriple",{enumerable:!0,get:o(function(){return pq.Triple},"get")});var mq=Zv();Object.defineProperty(m,"RDFVocabularyMapper",{enumerable:!0,get:o(function(){return mq.RDFVocabularyMapper},"get")});var gq=iC();Object.defineProperty(m,"RDFSInferenceEngine",{enumerable:!0,get:o(function(){return gq.RDFSInferenceEngine},"get")});var yq=nb();Object.defineProperty(m,"NonInheritablePropertyRegistry",{enumerable:!0,get:o(function(){return yq.NonInheritablePropertyRegistry},"get")});var _q=ab();Object.defineProperty(m,"PropertyCardinalityRegistry",{enumerable:!0,get:o(function(){return _q.PropertyCardinalityRegistry},"get")});var dI=lb();Object.defineProperty(m,"PrototypeChainMaterializer",{enumerable:!0,get:o(function(){return dI.PrototypeChainMaterializer},"get")});Object.defineProperty(m,"INFERRED_GRAPH",{enumerable:!0,get:o(function(){return dI.INFERRED_GRAPH},"get")});var hI=fb();Object.defineProperty(m,"SourceAnnotator",{enumerable:!0,get:o(function(){return hI.SourceAnnotator},"get")});Object.defineProperty(m,"SOURCE_VARIABLE",{enumerable:!0,get:o(function(){return hI.SOURCE_VARIABLE},"get")});var Sq=hb();Object.defineProperty(m,"NoteToRDFConverter",{enumerable:!0,get:o(function(){return Sq.NoteToRDFConverter},"get")});var fw=Bc();Object.defineProperty(m,"ExoQLParser",{enumerable:!0,get:o(function(){return fw.ExoQLParser},"get")});Object.defineProperty(m,"SPARQLParser",{enumerable:!0,get:o(function(){return fw.SPARQLParser},"get")});Object.defineProperty(m,"SPARQLParseError",{enumerable:!0,get:o(function(){return fw.SPARQLParseError},"get")});var pI=s1();Object.defineProperty(m,"DescribeOptionsTransformer",{enumerable:!0,get:o(function(){return pI.DescribeOptionsTransformer},"get")});Object.defineProperty(m,"DescribeOptionsTransformerError",{enumerable:!0,get:o(function(){return pI.DescribeOptionsTransformerError},"get")});var mI=Vc();Object.defineProperty(m,"ExoQLAlgebraTranslator",{enumerable:!0,get:o(function(){return mI.ExoQLAlgebraTranslator},"get")});Object.defineProperty(m,"AlgebraTranslator",{enumerable:!0,get:o(function(){return mI.AlgebraTranslator},"get")});var vq=pC();Object.defineProperty(m,"AlgebraOptimizer",{enumerable:!0,get:o(function(){return vq.AlgebraOptimizer},"get")});var bq=mC();Object.defineProperty(m,"AlgebraSerializer",{enumerable:!0,get:o(function(){return bq.AlgebraSerializer},"get")});var wq=E1();Object.defineProperty(m,"BGPExecutor",{enumerable:!0,get:o(function(){return wq.BGPExecutor},"get")});var Eq=Lp();Object.defineProperty(m,"FilterExecutor",{enumerable:!0,get:o(function(){return Eq.FilterExecutor},"get")});var Tq=V1();Object.defineProperty(m,"OptionalExecutor",{enumerable:!0,get:o(function(){return Tq.OptionalExecutor},"get")});var Aq=W1();Object.defineProperty(m,"UnionExecutor",{enumerable:!0,get:o(function(){return Aq.UnionExecutor},"get")});var xq=eS();Object.defineProperty(m,"ConstructExecutor",{enumerable:!0,get:o(function(){return xq.ConstructExecutor},"get")});var Cq=yC();Object.defineProperty(m,"DescribeExecutor",{enumerable:!0,get:o(function(){return Cq.DescribeExecutor},"get")});var gI=cl();Object.defineProperty(m,"ExoQLQueryExecutor",{enumerable:!0,get:o(function(){return gI.ExoQLQueryExecutor},"get")});Object.defineProperty(m,"QueryExecutor",{enumerable:!0,get:o(function(){return gI.QueryExecutor},"get")});var yI=SC();Object.defineProperty(m,"UpdateExecutor",{enumerable:!0,get:o(function(){return yI.UpdateExecutor},"get")});Object.defineProperty(m,"UpdateExecutorError",{enumerable:!0,get:o(function(){return yI.UpdateExecutorError},"get")});var Iq=us();Object.defineProperty(m,"SolutionMapping",{enumerable:!0,get:o(function(){return Iq.SolutionMapping},"get")});var Rq=Np();Object.defineProperty(m,"BuiltInFunctions",{enumerable:!0,get:o(function(){return Rq.BuiltInFunctions},"get")});var Pq=bC();Object.defineProperty(m,"AggregateFunctions",{enumerable:!0,get:o(function(){return Pq.AggregateFunctions},"get")});var _I=H1();Object.defineProperty(m,"CustomAggregateRegistry",{enumerable:!0,get:o(function(){return _I.CustomAggregateRegistry},"get")});Object.defineProperty(m,"CustomAggregateError",{enumerable:!0,get:o(function(){return _I.CustomAggregateError},"get")});var Ts=Q1();Object.defineProperty(m,"BUILT_IN_AGGREGATES",{enumerable:!0,get:o(function(){return Ts.BUILT_IN_AGGREGATES},"get")});Object.defineProperty(m,"EXO_AGGREGATE_NS",{enumerable:!0,get:o(function(){return Ts.EXO_AGGREGATE_NS},"get")});Object.defineProperty(m,"medianAggregate",{enumerable:!0,get:o(function(){return Ts.medianAggregate},"get")});Object.defineProperty(m,"varianceAggregate",{enumerable:!0,get:o(function(){return Ts.varianceAggregate},"get")});Object.defineProperty(m,"stddevAggregate",{enumerable:!0,get:o(function(){return Ts.stddevAggregate},"get")});Object.defineProperty(m,"modeAggregate",{enumerable:!0,get:o(function(){return Ts.modeAggregate},"get")});Object.defineProperty(m,"createPercentileAggregate",{enumerable:!0,get:o(function(){return Ts.createPercentileAggregate},"get")});Object.defineProperty(m,"getNumericValue",{enumerable:!0,get:o(function(){return Ts.getNumericValue},"get")});Object.defineProperty(m,"createDecimalLiteral",{enumerable:!0,get:o(function(){return Ts.createDecimalLiteral},"get")});Object.defineProperty(m,"createDoubleLiteral",{enumerable:!0,get:o(function(){return Ts.createDoubleLiteral},"get")});var Oq=wC();Object.defineProperty(m,"QueryPlanCache",{enumerable:!0,get:o(function(){return Oq.QueryPlanCache},"get")});var SI=EC();Object.defineProperty(m,"SPARQLResultCache",{enumerable:!0,get:o(function(){return SI.SPARQLResultCache},"get")});Object.defineProperty(m,"createSPARQLResultCache",{enumerable:!0,get:o(function(){return SI.createSPARQLResultCache},"get")});var vI=TC();Object.defineProperty(m,"IncrementalIndexer",{enumerable:!0,get:o(function(){return vI.IncrementalIndexer},"get")});Object.defineProperty(m,"createIncrementalIndexer",{enumerable:!0,get:o(function(){return vI.createIncrementalIndexer},"get")});var Fq=AC();Object.defineProperty(m,"ResultSerializer",{enumerable:!0,get:o(function(){return Fq.ResultSerializer},"get")});var bI=r1();Object.defineProperty(m,"CaseWhenTransformer",{enumerable:!0,get:o(function(){return bI.CaseWhenTransformer},"get")});Object.defineProperty(m,"CaseWhenTransformerError",{enumerable:!0,get:o(function(){return bI.CaseWhenTransformerError},"get")});var Dq=l1();Object.defineProperty(m,"VaultPrefixTransformer",{enumerable:!0,get:o(function(){return Dq.VaultPrefixTransformer},"get")});var Nq=mb();Object.defineProperty(m,"FilterContainsOptimizer",{enumerable:!0,get:o(function(){return Nq.FilterContainsOptimizer},"get")});var wI=xC();Object.defineProperty(m,"FileNotFoundError",{enumerable:!0,get:o(function(){return wI.FileNotFoundError},"get")});Object.defineProperty(m,"FileAlreadyExistsError",{enumerable:!0,get:o(function(){return wI.FileAlreadyExistsError},"get")});var dw=wS();Object.defineProperty(m,"TripleAlreadyExistsError",{enumerable:!0,get:o(function(){return dw.TripleAlreadyExistsError},"get")});Object.defineProperty(m,"TripleNotFoundError",{enumerable:!0,get:o(function(){return dw.TripleNotFoundError},"get")});Object.defineProperty(m,"TransactionError",{enumerable:!0,get:o(function(){return dw.TransactionError},"get")});var ag=Ib();Object.defineProperty(m,"VaultSettings",{enumerable:!0,get:o(function(){return ag.VaultSettings},"get")});Object.defineProperty(m,"DEFAULT_OWNER_IDENTITY",{enumerable:!0,get:o(function(){return ag.DEFAULT_OWNER_IDENTITY},"get")});Object.defineProperty(m,"DEFAULT_INBOX_FOLDER",{enumerable:!0,get:o(function(){return ag.DEFAULT_INBOX_FOLDER},"get")});Object.defineProperty(m,"DEFAULT_FLEETING_NOTE_CLASS_UID",{enumerable:!0,get:o(function(){return ag.DEFAULT_FLEETING_NOTE_CLASS_UID},"get")});var Lq=Et();Object.defineProperty(m,"DI_TOKENS",{enumerable:!0,get:o(function(){return Lq.DI_TOKENS},"get")});var xf=CC();Object.defineProperty(m,"registerCoreServices",{enumerable:!0,get:o(function(){return xf.registerCoreServices},"get")});Object.defineProperty(m,"createChildContainer",{enumerable:!0,get:o(function(){return xf.createChildContainer},"get")});Object.defineProperty(m,"getContainer",{enumerable:!0,get:o(function(){return xf.getContainer},"get")});Object.defineProperty(m,"resetContainer",{enumerable:!0,get:o(function(){return xf.resetContainer},"get")});Object.defineProperty(m,"container",{enumerable:!0,get:o(function(){return xf.container},"get")});var da=DC();Object.defineProperty(m,"NODE_FLAGS",{enumerable:!0,get:o(function(){return da.NODE_FLAGS},"get")});Object.defineProperty(m,"DEFAULT_COLORS",{enumerable:!0,get:o(function(){return da.DEFAULT_COLORS},"get")});Object.defineProperty(m,"StringTable",{enumerable:!0,get:o(function(){return da.StringTable},"get")});Object.defineProperty(m,"CompactGraphStore",{enumerable:!0,get:o(function(){return da.CompactGraphStore},"get")});Object.defineProperty(m,"MemoryPool",{enumerable:!0,get:o(function(){return da.MemoryPool},"get")});Object.defineProperty(m,"getGlobalPool",{enumerable:!0,get:o(function(){return da.getGlobalPool},"get")});Object.defineProperty(m,"resetGlobalPool",{enumerable:!0,get:o(function(){return da.resetGlobalPool},"get")});Object.defineProperty(m,"StreamingLoader",{enumerable:!0,get:o(function(){return da.StreamingLoader},"get")});Object.defineProperty(m,"createStreamingSource",{enumerable:!0,get:o(function(){return da.createStreamingSource},"get")});var EI=NC();Object.defineProperty(m,"ExoQL",{enumerable:!0,get:o(function(){return EI.ExoQL},"get")});Object.defineProperty(m,"ExoQLError",{enumerable:!0,get:o(function(){return EI.ExoQLError},"get")});var Ol=Vm();Object.defineProperty(m,"RELATION_COLUMN_SET_CLASS_IRI",{enumerable:!0,get:o(function(){return Ol.RELATION_COLUMN_SET_CLASS_IRI},"get")});Object.defineProperty(m,"RELATION_COLUMN_SET_CLASS_UID",{enumerable:!0,get:o(function(){return Ol.RELATION_COLUMN_SET_CLASS_UID},"get")});Object.defineProperty(m,"createRelationColumnSetFromFrontmatter",{enumerable:!0,get:o(function(){return Ol.createRelationColumnSetFromFrontmatter},"get")});Object.defineProperty(m,"isRelationColumnSet",{enumerable:!0,get:o(function(){return Ol.isRelationColumnSet},"get")});Object.defineProperty(m,"isRelationColumnSetFrontmatter",{enumerable:!0,get:o(function(){return Ol.isRelationColumnSetFrontmatter},"get")});Object.defineProperty(m,"normalizeRelationColumnSetRef",{enumerable:!0,get:o(function(){return Ol.normalizeRef},"get")});var kq=qC();Object.defineProperty(m,"RelationColumnSetResolver",{enumerable:!0,get:o(function(){return kq.RelationColumnSetResolver},"get")});var Cf=Vm();Object.defineProperty(m,"LAYOUT_CLASS_IRI",{enumerable:!0,get:o(function(){return Cf.LAYOUT_CLASS_IRI},"get")});Object.defineProperty(m,"LAYOUT_CLASS_UID",{enumerable:!0,get:o(function(){return Cf.LAYOUT_CLASS_UID},"get")});Object.defineProperty(m,"createLayoutFromFrontmatter",{enumerable:!0,get:o(function(){return Cf.createLayoutFromFrontmatter},"get")});Object.defineProperty(m,"isLayout",{enumerable:!0,get:o(function(){return Cf.isLayout},"get")});Object.defineProperty(m,"isLayoutFrontmatter",{enumerable:!0,get:o(function(){return Cf.isLayoutFrontmatter},"get")});var Qa=Vm();Object.defineProperty(m,"BACKLINKS_TABLE_BLOCK_CLASS_IRI",{enumerable:!0,get:o(function(){return Qa.BACKLINKS_TABLE_BLOCK_CLASS_IRI},"get")});Object.defineProperty(m,"BACKLINKS_TABLE_BLOCK_CLASS_UID",{enumerable:!0,get:o(function(){return Qa.BACKLINKS_TABLE_BLOCK_CLASS_UID},"get")});Object.defineProperty(m,"PROPERTIES_BLOCK_CLASS_IRI",{enumerable:!0,get:o(function(){return Qa.PROPERTIES_BLOCK_CLASS_IRI},"get")});Object.defineProperty(m,"PROPERTIES_BLOCK_CLASS_UID",{enumerable:!0,get:o(function(){return Qa.PROPERTIES_BLOCK_CLASS_UID},"get")});Object.defineProperty(m,"createLayoutBlockFromFrontmatter",{enumerable:!0,get:o(function(){return Qa.createLayoutBlockFromFrontmatter},"get")});Object.defineProperty(m,"isBacklinksTableBlock",{enumerable:!0,get:o(function(){return Qa.isBacklinksTableBlock},"get")});Object.defineProperty(m,"isLayoutBlockFrontmatter",{enumerable:!0,get:o(function(){return Qa.isLayoutBlockFrontmatter},"get")});Object.defineProperty(m,"isPropertiesBlock",{enumerable:!0,get:o(function(){return Qa.isPropertiesBlock},"get")});var TI=GC();Object.defineProperty(m,"LayoutSelector",{enumerable:!0,get:o(function(){return TI.LayoutSelector},"get")});Object.defineProperty(m,"selectByPriority",{enumerable:!0,get:o(function(){return TI.selectByPriority},"get")});ii(eI(),m);var Mq=rw();Object.defineProperty(m,"ShapeLoader",{enumerable:!0,get:o(function(){return Mq.ShapeLoader},"get")});var jq=Jb();Object.defineProperty(m,"ShapeRegistry",{enumerable:!0,get:o(function(){return jq.ShapeRegistry},"get")});var $q=cr();Object.defineProperty(m,"Namespace",{enumerable:!0,get:o(function(){return $q.Namespace},"get")});var AI=iw();Object.defineProperty(m,"shaclValidate",{enumerable:!0,get:o(function(){return AI.validate},"get")});Object.defineProperty(m,"ShaclShapeRegistry",{enumerable:!0,get:o(function(){return AI.ShapeRegistry},"get")});ii(nI(),m);var hw=sI();Object.defineProperty(m,"ValidatorDaemon",{enumerable:!0,get:o(function(){return hw.ValidatorDaemon},"get")});Object.defineProperty(m,"DEFAULT_SOCKET_PATH",{enumerable:!0,get:o(function(){return hw.DEFAULT_SOCKET_PATH},"get")});Object.defineProperty(m,"IDLE_TIMEOUT_MS",{enumerable:!0,get:o(function(){return hw.IDLE_TIMEOUT_MS},"get")});var Bq=cw();Object.defineProperty(m,"TripleClassHierarchy",{enumerable:!0,get:o(function(){return Bq.ClassHierarchy},"get")})});var wr=S(pw=>{"use strict";pw.fromCallback=function(n){return Object.defineProperty(function(...e){if(typeof e[e.length-1]=="function")n.apply(this,e);else return new Promise((t,r)=>{e.push((i,s)=>i!=null?r(i):t(s)),n.apply(this,e)})},"name",{value:n.name})};pw.fromPromise=function(n){return Object.defineProperty(function(...e){let t=e[e.length-1];if(typeof t!="function")return n.apply(this,e);e.pop(),n.apply(this,e).then(r=>t(null,r),t)},"name",{value:n.name})}});var CI=S((kle,xI)=>{var Ka=require("constants"),Uq=process.cwd,og=null,Vq=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return og||(og=Uq.call(process)),og};try{process.cwd()}catch{}typeof process.chdir=="function"&&(mw=process.chdir,process.chdir=function(n){og=null,mw.call(process,n)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,mw));var mw;xI.exports=qq;function qq(n){Ka.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(n),n.lutimes||t(n),n.chown=s(n.chown),n.fchown=s(n.fchown),n.lchown=s(n.lchown),n.chmod=r(n.chmod),n.fchmod=r(n.fchmod),n.lchmod=r(n.lchmod),n.chownSync=a(n.chownSync),n.fchownSync=a(n.fchownSync),n.lchownSync=a(n.lchownSync),n.chmodSync=i(n.chmodSync),n.fchmodSync=i(n.fchmodSync),n.lchmodSync=i(n.lchmodSync),n.stat=c(n.stat),n.fstat=c(n.fstat),n.lstat=c(n.lstat),n.statSync=l(n.statSync),n.fstatSync=l(n.fstatSync),n.lstatSync=l(n.lstatSync),n.chmod&&!n.lchmod&&(n.lchmod=function(f,d,h){h&&process.nextTick(h)},n.lchmodSync=function(){}),n.chown&&!n.lchown&&(n.lchown=function(f,d,h,p){p&&process.nextTick(p)},n.lchownSync=function(){}),Vq==="win32"&&(n.rename=typeof n.rename!="function"?n.rename:(function(f){function d(h,p,y){var v=Date.now(),w=0;f(h,p,o(function b(A){if(A&&(A.code==="EACCES"||A.code==="EPERM"||A.code==="EBUSY")&&Date.now()-v<6e4){setTimeout(function(){n.stat(p,function(R,k){R&&R.code==="ENOENT"?f(h,p,b):y(A)})},w),w<100&&(w+=10);return}y&&y(A)},"CB"))}return o(d,"rename"),Object.setPrototypeOf&&Object.setPrototypeOf(d,f),d})(n.rename)),n.read=typeof n.read!="function"?n.read:(function(f){function d(h,p,y,v,w,b){var A;if(b&&typeof b=="function"){var R=0;A=o(function(k,U,te){if(k&&k.code==="EAGAIN"&&R<10)return R++,f.call(n,h,p,y,v,w,A);b.apply(this,arguments)},"callback")}return f.call(n,h,p,y,v,w,A)}return o(d,"read"),Object.setPrototypeOf&&Object.setPrototypeOf(d,f),d})(n.read),n.readSync=typeof n.readSync!="function"?n.readSync:(function(f){return function(d,h,p,y,v){for(var w=0;;)try{return f.call(n,d,h,p,y,v)}catch(b){if(b.code==="EAGAIN"&&w<10){w++;continue}throw b}}})(n.readSync);function e(f){f.lchmod=function(d,h,p){f.open(d,Ka.O_WRONLY|Ka.O_SYMLINK,h,function(y,v){if(y){p&&p(y);return}f.fchmod(v,h,function(w){f.close(v,function(b){p&&p(w||b)})})})},f.lchmodSync=function(d,h){var p=f.openSync(d,Ka.O_WRONLY|Ka.O_SYMLINK,h),y=!0,v;try{v=f.fchmodSync(p,h),y=!1}finally{if(y)try{f.closeSync(p)}catch{}else f.closeSync(p)}return v}}o(e,"patchLchmod");function t(f){Ka.hasOwnProperty("O_SYMLINK")&&f.futimes?(f.lutimes=function(d,h,p,y){f.open(d,Ka.O_SYMLINK,function(v,w){if(v){y&&y(v);return}f.futimes(w,h,p,function(b){f.close(w,function(A){y&&y(b||A)})})})},f.lutimesSync=function(d,h,p){var y=f.openSync(d,Ka.O_SYMLINK),v,w=!0;try{v=f.futimesSync(y,h,p),w=!1}finally{if(w)try{f.closeSync(y)}catch{}else f.closeSync(y)}return v}):f.futimes&&(f.lutimes=function(d,h,p,y){y&&process.nextTick(y)},f.lutimesSync=function(){})}o(t,"patchLutimes");function r(f){return f&&function(d,h,p){return f.call(n,d,h,function(y){u(y)&&(y=null),p&&p.apply(this,arguments)})}}o(r,"chmodFix");function i(f){return f&&function(d,h){try{return f.call(n,d,h)}catch(p){if(!u(p))throw p}}}o(i,"chmodFixSync");function s(f){return f&&function(d,h,p,y){return f.call(n,d,h,p,function(v){u(v)&&(v=null),y&&y.apply(this,arguments)})}}o(s,"chownFix");function a(f){return f&&function(d,h,p){try{return f.call(n,d,h,p)}catch(y){if(!u(y))throw y}}}o(a,"chownFixSync");function c(f){return f&&function(d,h,p){typeof h=="function"&&(p=h,h=null);function y(v,w){w&&(w.uid<0&&(w.uid+=4294967296),w.gid<0&&(w.gid+=4294967296)),p&&p.apply(this,arguments)}return o(y,"callback"),h?f.call(n,d,h,y):f.call(n,d,y)}}o(c,"statFix");function l(f){return f&&function(d,h){var p=h?f.call(n,d,h):f.call(n,d);return p&&(p.uid<0&&(p.uid+=4294967296),p.gid<0&&(p.gid+=4294967296)),p}}o(l,"statFixSync");function u(f){if(!f||f.code==="ENOSYS")return!0;var d=!process.getuid||process.getuid()!==0;return!!(d&&(f.code==="EINVAL"||f.code==="EPERM"))}o(u,"chownErOk")}o(qq,"patch")});var PI=S((jle,RI)=>{var II=require("stream").Stream;RI.exports=Wq;function Wq(n){return{ReadStream:e,WriteStream:t};function e(r,i){if(!(this instanceof e))return new e(r,i);II.call(this);var s=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,i=i||{};for(var a=Object.keys(i),c=0,l=a.length;c<l;c++){var u=a[c];this[u]=i[u]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){s._read()});return}n.open(this.path,this.flags,this.mode,function(f,d){if(f){s.emit("error",f),s.readable=!1;return}s.fd=d,s.emit("open",d),s._read()})}function t(r,i){if(!(this instanceof t))return new t(r,i);II.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var s=Object.keys(i),a=0,c=s.length;a<c;a++){var l=s[a];this[l]=i[l]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=n.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}o(Wq,"legacy")});var FI=S((Ble,OI)=>{"use strict";OI.exports=zq;var Gq=Object.getPrototypeOf||function(n){return n.__proto__};function zq(n){if(n===null||typeof n!="object")return n;if(n instanceof Object)var e={__proto__:Gq(n)};else var e=Object.create(null);return Object.getOwnPropertyNames(n).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}o(zq,"clone")});var Dl=S((Vle,_w)=>{var Bt=require("fs"),Hq=CI(),Qq=PI(),Kq=FI(),cg=require("util"),$r,ug;typeof Symbol=="function"&&typeof Symbol.for=="function"?($r=Symbol.for("graceful-fs.queue"),ug=Symbol.for("graceful-fs.previous")):($r="___graceful-fs.queue",ug="___graceful-fs.previous");function Yq(){}o(Yq,"noop");function LI(n,e){Object.defineProperty(n,$r,{get:o(function(){return e},"get")})}o(LI,"publishQueue");var Xo=Yq;cg.debuglog?Xo=cg.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Xo=o(function(){var n=cg.format.apply(cg,arguments);n="GFS4: "+n.split(/\n/).join(`
|
|
458
|
+
GFS4: `),console.error(n)},"debug"));Bt[$r]||(DI=global[$r]||[],LI(Bt,DI),Bt.close=(function(n){function e(t,r){return n.call(Bt,t,function(i){i||NI(),typeof r=="function"&&r.apply(this,arguments)})}return o(e,"close"),Object.defineProperty(e,ug,{value:n}),e})(Bt.close),Bt.closeSync=(function(n){function e(t){n.apply(Bt,arguments),NI()}return o(e,"closeSync"),Object.defineProperty(e,ug,{value:n}),e})(Bt.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){Xo(Bt[$r]),require("assert").equal(Bt[$r].length,0)}));var DI;global[$r]||LI(global,Bt[$r]);_w.exports=gw(Kq(Bt));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!Bt.__patched&&(_w.exports=gw(Bt),Bt.__patched=!0);function gw(n){Hq(n),n.gracefulify=gw,n.createReadStream=U,n.createWriteStream=te;var e=n.readFile;n.readFile=t;function t(F,$,re){return typeof $=="function"&&(re=$,$=null),Ye(F,$,re);function Ye(ot,Ft,ct,ut){return e(ot,Ft,function(Xe){Xe&&(Xe.code==="EMFILE"||Xe.code==="ENFILE")?Fl([Ye,[ot,Ft,ct],Xe,ut||Date.now(),Date.now()]):typeof ct=="function"&&ct.apply(this,arguments)})}o(Ye,"go$readFile")}o(t,"readFile");var r=n.writeFile;n.writeFile=i;function i(F,$,re,Ye){return typeof re=="function"&&(Ye=re,re=null),ot(F,$,re,Ye);function ot(Ft,ct,ut,Xe,se){return r(Ft,ct,ut,function(V){V&&(V.code==="EMFILE"||V.code==="ENFILE")?Fl([ot,[Ft,ct,ut,Xe],V,se||Date.now(),Date.now()]):typeof Xe=="function"&&Xe.apply(this,arguments)})}o(ot,"go$writeFile")}o(i,"writeFile");var s=n.appendFile;s&&(n.appendFile=a);function a(F,$,re,Ye){return typeof re=="function"&&(Ye=re,re=null),ot(F,$,re,Ye);function ot(Ft,ct,ut,Xe,se){return s(Ft,ct,ut,function(V){V&&(V.code==="EMFILE"||V.code==="ENFILE")?Fl([ot,[Ft,ct,ut,Xe],V,se||Date.now(),Date.now()]):typeof Xe=="function"&&Xe.apply(this,arguments)})}o(ot,"go$appendFile")}o(a,"appendFile");var c=n.copyFile;c&&(n.copyFile=l);function l(F,$,re,Ye){return typeof re=="function"&&(Ye=re,re=0),ot(F,$,re,Ye);function ot(Ft,ct,ut,Xe,se){return c(Ft,ct,ut,function(V){V&&(V.code==="EMFILE"||V.code==="ENFILE")?Fl([ot,[Ft,ct,ut,Xe],V,se||Date.now(),Date.now()]):typeof Xe=="function"&&Xe.apply(this,arguments)})}o(ot,"go$copyFile")}o(l,"copyFile");var u=n.readdir;n.readdir=d;var f=/^v[0-5]\./;function d(F,$,re){typeof $=="function"&&(re=$,$=null);var Ye=f.test(process.version)?o(function(ct,ut,Xe,se){return u(ct,ot(ct,ut,Xe,se))},"go$readdir"):o(function(ct,ut,Xe,se){return u(ct,ut,ot(ct,ut,Xe,se))},"go$readdir");return Ye(F,$,re);function ot(Ft,ct,ut,Xe){return function(se,V){se&&(se.code==="EMFILE"||se.code==="ENFILE")?Fl([Ye,[Ft,ct,ut],se,Xe||Date.now(),Date.now()]):(V&&V.sort&&V.sort(),typeof ut=="function"&&ut.call(this,se,V))}}}if(o(d,"readdir"),process.version.substr(0,4)==="v0.8"){var h=Qq(n);b=h.ReadStream,R=h.WriteStream}var p=n.ReadStream;p&&(b.prototype=Object.create(p.prototype),b.prototype.open=A);var y=n.WriteStream;y&&(R.prototype=Object.create(y.prototype),R.prototype.open=k),Object.defineProperty(n,"ReadStream",{get:o(function(){return b},"get"),set:o(function(F){b=F},"set"),enumerable:!0,configurable:!0}),Object.defineProperty(n,"WriteStream",{get:o(function(){return R},"get"),set:o(function(F){R=F},"set"),enumerable:!0,configurable:!0});var v=b;Object.defineProperty(n,"FileReadStream",{get:o(function(){return v},"get"),set:o(function(F){v=F},"set"),enumerable:!0,configurable:!0});var w=R;Object.defineProperty(n,"FileWriteStream",{get:o(function(){return w},"get"),set:o(function(F){w=F},"set"),enumerable:!0,configurable:!0});function b(F,$){return this instanceof b?(p.apply(this,arguments),this):b.apply(Object.create(b.prototype),arguments)}o(b,"ReadStream");function A(){var F=this;G(F.path,F.flags,F.mode,function($,re){$?(F.autoClose&&F.destroy(),F.emit("error",$)):(F.fd=re,F.emit("open",re),F.read())})}o(A,"ReadStream$open");function R(F,$){return this instanceof R?(y.apply(this,arguments),this):R.apply(Object.create(R.prototype),arguments)}o(R,"WriteStream");function k(){var F=this;G(F.path,F.flags,F.mode,function($,re){$?(F.destroy(),F.emit("error",$)):(F.fd=re,F.emit("open",re))})}o(k,"WriteStream$open");function U(F,$){return new n.ReadStream(F,$)}o(U,"createReadStream");function te(F,$){return new n.WriteStream(F,$)}o(te,"createWriteStream");var z=n.open;n.open=G;function G(F,$,re,Ye){return typeof re=="function"&&(Ye=re,re=null),ot(F,$,re,Ye);function ot(Ft,ct,ut,Xe,se){return z(Ft,ct,ut,function(V,ft){V&&(V.code==="EMFILE"||V.code==="ENFILE")?Fl([ot,[Ft,ct,ut,Xe],V,se||Date.now(),Date.now()]):typeof Xe=="function"&&Xe.apply(this,arguments)})}o(ot,"go$open")}return o(G,"open"),n}o(gw,"patch");function Fl(n){Xo("ENQUEUE",n[0].name,n[1]),Bt[$r].push(n),yw()}o(Fl,"enqueue");var lg;function NI(){for(var n=Date.now(),e=0;e<Bt[$r].length;++e)Bt[$r][e].length>2&&(Bt[$r][e][3]=n,Bt[$r][e][4]=n);yw()}o(NI,"resetQueue");function yw(){if(clearTimeout(lg),lg=void 0,Bt[$r].length!==0){var n=Bt[$r].shift(),e=n[0],t=n[1],r=n[2],i=n[3],s=n[4];if(i===void 0)Xo("RETRY",e.name,t),e.apply(null,t);else if(Date.now()-i>=6e4){Xo("TIMEOUT",e.name,t);var a=t.pop();typeof a=="function"&&a.call(null,r)}else{var c=Date.now()-s,l=Math.max(s-i,1),u=Math.min(l*1.2,100);c>=u?(Xo("RETRY",e.name,t),e.apply(null,t.concat([i]))):Bt[$r].push(n)}lg===void 0&&(lg=setTimeout(yw,0))}}o(yw,"retry")});var gn=S(ha=>{"use strict";var kI=wr().fromCallback,mn=Dl(),Xq=["access","appendFile","chmod","chown","close","copyFile","cp","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","glob","lchmod","lchown","lutimes","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","utimes","writeFile"].filter(n=>typeof mn[n]=="function");Object.assign(ha,mn);Xq.forEach(n=>{ha[n]=kI(mn[n])});ha.exists=function(n,e){return typeof e=="function"?mn.exists(n,e):new Promise(t=>mn.exists(n,t))};ha.read=function(n,e,t,r,i,s){return typeof s=="function"?mn.read(n,e,t,r,i,s):new Promise((a,c)=>{mn.read(n,e,t,r,i,(l,u,f)=>{if(l)return c(l);a({bytesRead:u,buffer:f})})})};ha.write=function(n,e,...t){return typeof t[t.length-1]=="function"?mn.write(n,e,...t):new Promise((r,i)=>{mn.write(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesWritten:a,buffer:c})})})};ha.readv=function(n,e,...t){return typeof t[t.length-1]=="function"?mn.readv(n,e,...t):new Promise((r,i)=>{mn.readv(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesRead:a,buffers:c})})})};ha.writev=function(n,e,...t){return typeof t[t.length-1]=="function"?mn.writev(n,e,...t):new Promise((r,i)=>{mn.writev(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesWritten:a,buffers:c})})})};typeof mn.realpath.native=="function"?ha.realpath.native=kI(mn.realpath.native):process.emitWarning("fs.realpath.native is not a function. Is fs being monkey-patched?","Warning","fs-extra-WARN0003")});var jI=S((Gle,MI)=>{"use strict";var Jq=require("path");MI.exports.checkPath=o(function(e){if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(Jq.parse(e).root,""))){let r=new Error(`Path contains invalid characters: ${e}`);throw r.code="EINVAL",r}},"checkPath")});var VI=S((Hle,Sw)=>{"use strict";var $I=gn(),{checkPath:BI}=jI(),UI=o(n=>{let e={mode:511};return typeof n=="number"?n:{...e,...n}.mode},"getMode");Sw.exports.makeDir=async(n,e)=>(BI(n),$I.mkdir(n,{mode:UI(e),recursive:!0}));Sw.exports.makeDirSync=(n,e)=>(BI(n),$I.mkdirSync(n,{mode:UI(e),recursive:!0}))});var Vi=S((Kle,qI)=>{"use strict";var Zq=wr().fromPromise,{makeDir:eW,makeDirSync:vw}=VI(),bw=Zq(eW);qI.exports={mkdirs:bw,mkdirsSync:vw,mkdirp:bw,mkdirpSync:vw,ensureDir:bw,ensureDirSync:vw}});var Ya=S((Yle,GI)=>{"use strict";var tW=wr().fromPromise,WI=gn();function rW(n){return WI.access(n).then(()=>!0).catch(()=>!1)}o(rW,"pathExists");GI.exports={pathExists:tW(rW),pathExistsSync:WI.existsSync}});var ww=S((Jle,zI)=>{"use strict";var Nl=gn(),nW=wr().fromPromise;async function iW(n,e,t){let r=await Nl.open(n,"r+"),i=null;try{await Nl.futimes(r,e,t)}finally{try{await Nl.close(r)}catch(s){i=s}}if(i)throw i}o(iW,"utimesMillis");function sW(n,e,t){let r=Nl.openSync(n,"r+");return Nl.futimesSync(r,e,t),Nl.closeSync(r)}o(sW,"utimesMillisSync");zI.exports={utimesMillis:nW(iW),utimesMillisSync:sW}});var Jo=S((eue,YI)=>{"use strict";var Ll=gn(),Er=require("path"),HI=wr().fromPromise;function aW(n,e,t){let r=t.dereference?i=>Ll.stat(i,{bigint:!0}):i=>Ll.lstat(i,{bigint:!0});return Promise.all([r(n),r(e).catch(i=>{if(i.code==="ENOENT")return null;throw i})]).then(([i,s])=>({srcStat:i,destStat:s}))}o(aW,"getStats");function oW(n,e,t){let r,i=t.dereference?a=>Ll.statSync(a,{bigint:!0}):a=>Ll.lstatSync(a,{bigint:!0}),s=i(n);try{r=i(e)}catch(a){if(a.code==="ENOENT")return{srcStat:s,destStat:null};throw a}return{srcStat:s,destStat:r}}o(oW,"getStatsSync");async function cW(n,e,t,r){let{srcStat:i,destStat:s}=await aW(n,e,r);if(s){if(If(i,s)){let a=Er.basename(n),c=Er.basename(e);if(t==="move"&&a!==c&&a.toLowerCase()===c.toLowerCase())return{srcStat:i,destStat:s,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(i.isDirectory()&&!s.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${n}'.`);if(!i.isDirectory()&&s.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${n}'.`)}if(i.isDirectory()&&Ew(n,e))throw new Error(fg(n,e,t));return{srcStat:i,destStat:s}}o(cW,"checkPaths");function lW(n,e,t,r){let{srcStat:i,destStat:s}=oW(n,e,r);if(s){if(If(i,s)){let a=Er.basename(n),c=Er.basename(e);if(t==="move"&&a!==c&&a.toLowerCase()===c.toLowerCase())return{srcStat:i,destStat:s,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(i.isDirectory()&&!s.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${n}'.`);if(!i.isDirectory()&&s.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${n}'.`)}if(i.isDirectory()&&Ew(n,e))throw new Error(fg(n,e,t));return{srcStat:i,destStat:s}}o(lW,"checkPathsSync");async function QI(n,e,t,r){let i=Er.resolve(Er.dirname(n)),s=Er.resolve(Er.dirname(t));if(s===i||s===Er.parse(s).root)return;let a;try{a=await Ll.stat(s,{bigint:!0})}catch(c){if(c.code==="ENOENT")return;throw c}if(If(e,a))throw new Error(fg(n,t,r));return QI(n,e,s,r)}o(QI,"checkParentPaths");function KI(n,e,t,r){let i=Er.resolve(Er.dirname(n)),s=Er.resolve(Er.dirname(t));if(s===i||s===Er.parse(s).root)return;let a;try{a=Ll.statSync(s,{bigint:!0})}catch(c){if(c.code==="ENOENT")return;throw c}if(If(e,a))throw new Error(fg(n,t,r));return KI(n,e,s,r)}o(KI,"checkParentPathsSync");function If(n,e){return e.ino!==void 0&&e.dev!==void 0&&e.ino===n.ino&&e.dev===n.dev}o(If,"areIdentical");function Ew(n,e){let t=Er.resolve(n).split(Er.sep).filter(i=>i),r=Er.resolve(e).split(Er.sep).filter(i=>i);return t.every((i,s)=>r[s]===i)}o(Ew,"isSrcSubdir");function fg(n,e,t){return`Cannot ${t} '${n}' to a subdirectory of itself, '${e}'.`}o(fg,"errMsg");YI.exports={checkPaths:HI(cW),checkPathsSync:lW,checkParentPaths:HI(QI),checkParentPathsSync:KI,isSrcSubdir:Ew,areIdentical:If}});var JI=S((rue,XI)=>{"use strict";async function uW(n,e){let t=[];for await(let r of n)t.push(e(r).then(()=>null,i=>i??new Error("unknown error")));await Promise.all(t.map(r=>r.then(i=>{if(i!==null)throw i})))}o(uW,"asyncIteratorConcurrentProcess");XI.exports={asyncIteratorConcurrentProcess:uW}});var nR=S((iue,rR)=>{"use strict";var Jr=gn(),Rf=require("path"),{mkdirs:fW}=Vi(),{pathExists:dW}=Ya(),{utimesMillis:hW}=ww(),Pf=Jo(),{asyncIteratorConcurrentProcess:pW}=JI();async function mW(n,e,t={}){typeof t=="function"&&(t={filter:t}),t.clobber="clobber"in t?!!t.clobber:!0,t.overwrite="overwrite"in t?!!t.overwrite:t.clobber,t.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
|
|
459
459
|
|
|
460
|
-
see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0001");let{srcStat:r,destStat:i}=await Pf.checkPaths(n,e,"copy",t);if(await Pf.checkParentPaths(n,r,e,"copy"),!await eR(n,e,t))return;let a=Rf.dirname(e);await
|
|
460
|
+
see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0001");let{srcStat:r,destStat:i}=await Pf.checkPaths(n,e,"copy",t);if(await Pf.checkParentPaths(n,r,e,"copy"),!await eR(n,e,t))return;let a=Rf.dirname(e);await dW(a)||await fW(a),await tR(i,n,e,t)}o(mW,"copy");async function eR(n,e,t){return t.filter?t.filter(n,e):!0}o(eR,"runFilter");async function tR(n,e,t,r){let s=await(r.dereference?Jr.stat:Jr.lstat)(e);if(s.isDirectory())return SW(s,n,e,t,r);if(s.isFile()||s.isCharacterDevice()||s.isBlockDevice())return gW(s,n,e,t,r);if(s.isSymbolicLink())return vW(n,e,t,r);throw s.isSocket()?new Error(`Cannot copy a socket file: ${e}`):s.isFIFO()?new Error(`Cannot copy a FIFO pipe: ${e}`):new Error(`Unknown file: ${e}`)}o(tR,"getStatsAndPerformCopy");async function gW(n,e,t,r,i){if(!e)return ZI(n,t,r,i);if(i.overwrite)return await Jr.unlink(r),ZI(n,t,r,i);if(i.errorOnExist)throw new Error(`'${r}' already exists`)}o(gW,"onFile");async function ZI(n,e,t,r){if(await Jr.copyFile(e,t),r.preserveTimestamps){yW(n.mode)&&await _W(t,n.mode);let i=await Jr.stat(e);await hW(t,i.atime,i.mtime)}return Jr.chmod(t,n.mode)}o(ZI,"copyFile");function yW(n){return(n&128)===0}o(yW,"fileIsNotWritable");function _W(n,e){return Jr.chmod(n,e|128)}o(_W,"makeFileWritable");async function SW(n,e,t,r,i){e||await Jr.mkdir(r),await pW(await Jr.opendir(t),async s=>{let a=Rf.join(t,s.name),c=Rf.join(r,s.name);if(await eR(a,c,i)){let{destStat:u}=await Pf.checkPaths(a,c,"copy",i);await tR(u,a,c,i)}}),e||await Jr.chmod(r,n.mode)}o(SW,"onDir");async function vW(n,e,t,r){let i=await Jr.readlink(e);if(r.dereference&&(i=Rf.resolve(process.cwd(),i)),!n)return Jr.symlink(i,t);let s=null;try{s=await Jr.readlink(t)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return Jr.symlink(i,t);throw a}if(r.dereference&&(s=Rf.resolve(process.cwd(),s)),Pf.isSrcSubdir(i,s))throw new Error(`Cannot copy '${i}' to a subdirectory of itself, '${s}'.`);if(Pf.isSrcSubdir(s,i))throw new Error(`Cannot overwrite '${s}' with '${i}'.`);return await Jr.unlink(t),Jr.symlink(i,t)}o(vW,"onLink");rR.exports=mW});var cR=S((aue,oR)=>{"use strict";var yn=Dl(),Of=require("path"),bW=Vi().mkdirsSync,wW=ww().utimesMillisSync,Ff=Jo();function EW(n,e,t){typeof t=="function"&&(t={filter:t}),t=t||{},t.clobber="clobber"in t?!!t.clobber:!0,t.overwrite="overwrite"in t?!!t.overwrite:t.clobber,t.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
|
|
461
461
|
|
|
462
|
-
see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0002");let{srcStat:r,destStat:i}=Ff.checkPathsSync(n,e,"copy",t);if(Ff.checkParentPathsSync(n,r,e,"copy"),t.filter&&!t.filter(n,e))return;let s=Of.dirname(e);return yn.existsSync(s)||
|
|
463
|
-
`,finalEOL:t=!0,replacer:r=null,spaces:i}={}){let s=t?e:"";return JSON.stringify(n,r,i).replace(/\n/g,e)+s}o(cG,"stringify");function lG(n){return Buffer.isBuffer(n)&&(n=n.toString("utf8")),n.replace(/^\uFEFF/,"")}o(lG,"stripBom");zR.exports={stringify:cG,stripBom:lG}});var YR=S((Tue,KR)=>{var kl;try{kl=Dl()}catch{kl=require("fs")}var pg=wr(),{stringify:HR,stripBom:QR}=hg();async function uG(n,e={}){typeof e=="string"&&(e={encoding:e});let t=e.fs||kl,r="throws"in e?e.throws:!0,i=await pg.fromCallback(t.readFile)(n,e);i=QR(i);let s;try{s=JSON.parse(i,e?e.reviver:null)}catch(a){if(r)throw a.message=`${n}: ${a.message}`,a;return null}return s}o(uG,"_readFile");var fG=pg.fromPromise(uG);function dG(n,e={}){typeof e=="string"&&(e={encoding:e});let t=e.fs||kl,r="throws"in e?e.throws:!0;try{let i=t.readFileSync(n,e);return i=QR(i),JSON.parse(i,e.reviver)}catch(i){if(r)throw i.message=`${n}: ${i.message}`,i;return null}}o(dG,"readFileSync");async function hG(n,e,t={}){let r=t.fs||kl,i=HR(e,t);await pg.fromCallback(r.writeFile)(n,i,t)}o(hG,"_writeFile");var pG=pg.fromPromise(hG);function mG(n,e,t={}){let r=t.fs||kl,i=HR(e,t);return r.writeFileSync(n,i,t)}o(mG,"writeFileSync");KR.exports={readFile:fG,readFileSync:dG,writeFile:pG,writeFileSync:mG}});var JR=S((xue,XR)=>{"use strict";var mg=YR();XR.exports={readJson:mg.readFile,readJsonSync:mg.readFileSync,writeJson:mg.writeFile,writeJsonSync:mg.writeFileSync}});var gg=S((Cue,tP)=>{"use strict";var gG=wr().fromPromise,Aw=gn(),ZR=require("path"),eP=Vi(),yG=Ya().pathExists;async function _G(n,e,t="utf-8"){let r=ZR.dirname(n);return await yG(r)||await eP.mkdirs(r),Aw.writeFile(n,e,t)}o(_G,"outputFile");function SG(n,...e){let t=ZR.dirname(n);Aw.existsSync(t)||eP.mkdirsSync(t),Aw.writeFileSync(n,...e)}o(SG,"outputFileSync");tP.exports={outputFile:gG(_G),outputFileSync:SG}});var nP=S((Rue,rP)=>{"use strict";var{stringify:vG}=hg(),{outputFile:bG}=gg();async function wG(n,e,t={}){let r=vG(e,t);await bG(n,r,t)}o(wG,"outputJson");rP.exports=wG});var sP=S((Oue,iP)=>{"use strict";var{stringify:EG}=hg(),{outputFileSync:TG}=gg();function AG(n,e,t){let r=EG(e,t);TG(n,r,t)}o(AG,"outputJsonSync");iP.exports=AG});var oP=S((Due,aP)=>{"use strict";var xG=wr().fromPromise,_n=JR();_n.outputJson=xG(nP());_n.outputJsonSync=sP();_n.outputJSON=_n.outputJson;_n.outputJSONSync=_n.outputJsonSync;_n.writeJSON=_n.writeJson;_n.writeJSONSync=_n.writeJsonSync;_n.readJSON=_n.readJson;_n.readJSONSync=_n.readJsonSync;aP.exports=_n});var dP=S((Nue,fP)=>{"use strict";var CG=gn(),cP=require("path"),{copy:IG}=dg(),{remove:uP}=Df(),{mkdirp:RG}=Vi(),{pathExists:PG}=Ya(),lP=Jo();async function OG(n,e,t={}){let r=t.overwrite||t.clobber||!1,{srcStat:i,isChangingCase:s=!1}=await lP.checkPaths(n,e,"move",t);await lP.checkParentPaths(n,i,e,"move");let a=cP.dirname(e);return cP.parse(a).root!==a&&await RG(a),FG(n,e,r,s)}o(OG,"move");async function FG(n,e,t,r){if(!r){if(t)await uP(e);else if(await PG(e))throw new Error("dest already exists.")}try{await CG.rename(n,e)}catch(i){if(i.code!=="EXDEV")throw i;await DG(n,e,t)}}o(FG,"doRename");async function DG(n,e,t){return await IG(n,e,{overwrite:t,errorOnExist:!0,preserveTimestamps:!0}),uP(n)}o(DG,"moveAcrossDevice");fP.exports=OG});var yP=S((kue,gP)=>{"use strict";var pP=Dl(),Cw=require("path"),NG=dg().copySync,mP=Df().removeSync,LG=Vi().mkdirpSync,hP=Jo();function kG(n,e,t){t=t||{};let r=t.overwrite||t.clobber||!1,{srcStat:i,isChangingCase:s=!1}=hP.checkPathsSync(n,e,"move",t);return hP.checkParentPathsSync(n,i,e,"move"),MG(e)||LG(Cw.dirname(e)),jG(n,e,r,s)}o(kG,"moveSync");function MG(n){let e=Cw.dirname(n);return Cw.parse(e).root===e}o(MG,"isParentRoot");function jG(n,e,t,r){if(r)return xw(n,e,t);if(t)return mP(e),xw(n,e,t);if(pP.existsSync(e))throw new Error("dest already exists.");return xw(n,e,t)}o(jG,"doRename");function xw(n,e,t){try{pP.renameSync(n,e)}catch(r){if(r.code!=="EXDEV")throw r;return $G(n,e,t)}}o(xw,"rename");function $G(n,e,t){return NG(n,e,{overwrite:t,errorOnExist:!0,preserveTimestamps:!0}),mP(n)}o($G,"moveAcrossDevice");gP.exports=kG});var SP=S((jue,_P)=>{"use strict";var BG=wr().fromPromise;_P.exports={move:BG(dP()),moveSync:yP()}});var Za=S(($ue,vP)=>{"use strict";vP.exports={...gn(),...dg(),...SR(),...GR(),...oP(),...Vi(),...SP(),...gg(),...Ya(),...Df()}});var dF=S((yme,fF)=>{"use strict";fF.exports=lF;function lF(n,e,t){n instanceof RegExp&&(n=cF(n,t)),e instanceof RegExp&&(e=cF(e,t));var r=uF(n,e,t);return r&&{start:r[0],end:r[1],pre:t.slice(0,r[0]),body:t.slice(r[0]+n.length,r[1]),post:t.slice(r[1]+e.length)}}o(lF,"balanced");function cF(n,e){var t=e.match(n);return t?t[0]:null}o(cF,"maybeMatch");lF.range=uF;function uF(n,e,t){var r,i,s,a,c,l=t.indexOf(n),u=t.indexOf(e,l+1),f=l;if(l>=0&&u>0){if(n===e)return[l,u];for(r=[],s=t.length;f>=0&&!c;)f==l?(r.push(f),l=t.indexOf(n,f+1)):r.length==1?c=[r.pop(),u]:(i=r.pop(),i<s&&(s=i,a=u),u=t.indexOf(e,f+1)),f=l<u&&l>=0?l:u;r.length&&(c=[s,a])}return c}o(uF,"range")});var vF=S((Sme,SF)=>{var hF=dF();SF.exports=EK;var pF="\0SLASH"+Math.random()+"\0",mF="\0OPEN"+Math.random()+"\0",SE="\0CLOSE"+Math.random()+"\0",gF="\0COMMA"+Math.random()+"\0",yF="\0PERIOD"+Math.random()+"\0";function _E(n){return parseInt(n,10)==n?parseInt(n,10):n.charCodeAt(0)}o(_E,"numeric");function bK(n){return n.split("\\\\").join(pF).split("\\{").join(mF).split("\\}").join(SE).split("\\,").join(gF).split("\\.").join(yF)}o(bK,"escapeBraces");function wK(n){return n.split(pF).join("\\").split(mF).join("{").split(SE).join("}").split(gF).join(",").split(yF).join(".")}o(wK,"unescapeBraces");function _F(n){if(!n)return[""];var e=[],t=hF("{","}",n);if(!t)return n.split(",");var r=t.pre,i=t.body,s=t.post,a=r.split(",");a[a.length-1]+="{"+i+"}";var c=_F(s);return s.length&&(a[a.length-1]+=c.shift(),a.push.apply(a,c)),e.push.apply(e,a),e}o(_F,"parseCommaParts");function EK(n){return n?(n.substr(0,2)==="{}"&&(n="\\{\\}"+n.substr(2)),td(bK(n),!0).map(wK)):[]}o(EK,"expandTop");function TK(n){return"{"+n+"}"}o(TK,"embrace");function AK(n){return/^-?0\d/.test(n)}o(AK,"isPadded");function xK(n,e){return n<=e}o(xK,"lte");function CK(n,e){return n>=e}o(CK,"gte");function td(n,e){var t=[],r=hF("{","}",n);if(!r)return[n];var i=r.pre,s=r.post.length?td(r.post,!1):[""];if(/\$$/.test(r.pre))for(var a=0;a<s.length;a++){var c=i+"{"+r.body+"}"+s[a];t.push(c)}else{var l=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(r.body),u=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(r.body),f=l||u,d=r.body.indexOf(",")>=0;if(!f&&!d)return r.post.match(/,(?!,).*\}/)?(n=r.pre+"{"+r.body+SE+r.post,td(n)):[n];var h;if(f)h=r.body.split(/\.\./);else if(h=_F(r.body),h.length===1&&(h=td(h[0],!1).map(TK),h.length===1))return s.map(function($){return r.pre+h[0]+$});var p;if(f){var y=_E(h[0]),v=_E(h[1]),w=Math.max(h[0].length,h[1].length),b=h.length==3?Math.max(Math.abs(_E(h[2])),1):1,A=xK,R=v<y;R&&(b*=-1,A=CK);var k=h.some(AK);p=[];for(var U=y;A(U,v);U+=b){var te;if(u)te=String.fromCharCode(U),te==="\\"&&(te="");else if(te=String(U),k){var z=w-te.length;if(z>0){var G=new Array(z+1).join("0");U<0?te="-"+G+te.slice(1):te=G+te}}p.push(te)}}else{p=[];for(var F=0;F<h.length;F++)p.push.apply(p,td(h[F],!1))}for(var F=0;F<p.length;F++)for(var a=0;a<s.length;a++){var c=i+p[F]+s[a];(!e||f||c)&&t.push(c)}}return t}o(td,"expand")});var lN=S(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.createPathBasedTargetResolver=wa;kn.createCreateRelatedTaskService=IX;kn.createCreateRelatedProjectService=RX;kn.createArchiveAssetService=PX;kn.createCleanPropertiesService=OX;kn.createFixMissingLabelService=FX;kn.createRenameToUidService=DX;kn.createRepairFolderService=NX;kn.createPlanForEveningService=LX;kn.createUpdatePropertyService=kX;kn.createRemovePropertyService=MX;kn.createSetStatusService=jX;function wa(n){return{resolveFile(e){let t=n.getAbstractFileByPath(`${e}.md`);if(!t||!("basename"in t))throw new Error(`Cannot resolve target file for IRI: ${e}`);return t}}}o(wa,"createPathBasedTargetResolver");function IX(n,e,t=wa(n)){return{async execute(r,i){let s=i?.label;if(!s)throw new Error("createRelatedTask requires userInput.label");let a=t.resolveFile(r),c=n.getFrontmatter(a)??{},l=a.parent?.path||"",u={ems__Effort_status:'"[[ems__EffortStatusDraft]]"'},f=i?.parentProperty;f&&a.basename&&(u[f]=`"[[${a.basename}]]"`),await e.createAsset({className:"ems__Task",label:s,folderPath:l,propertyValues:u,parentFile:a,parentMetadata:c})}}}o(IX,"createCreateRelatedTaskService");function RX(n,e,t=wa(n)){return{async execute(r,i){let s=i?.label;if(!s)throw new Error("createRelatedProject requires userInput.label");let a=t.resolveFile(r),c=n.getFrontmatter(a)??{},l=a.parent?.path||"",u={ems__Effort_status:'"[[ems__EffortStatusDraft]]"'},f=i?.parentProperty;f&&a.basename&&(u[f]=`"[[${a.basename}]]"`),await e.createAsset({className:"ems__Project",label:s,folderPath:l,propertyValues:u,parentFile:a,parentMetadata:c})}}}o(RX,"createCreateRelatedProjectService");function PX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r);await e.archiveAsset(i)}}}o(PX,"createArchiveAssetService");function OX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r);await e.cleanEmptyProperties(i)}}}o(OX,"createCleanPropertiesService");function FX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r);await e.fixMissingLabel(i)}}}o(FX,"createFixMissingLabelService");function DX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r),s=n.getFrontmatter(i)??{};await e.renameToUid(i,s)}}}o(DX,"createRenameToUidService");function NX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r),s=n.getFrontmatter(i)??{},a=await e.getExpectedFolder(i,s);if(a===null)throw new Error("repairFolder: cannot determine expected folder (missing exo__Asset_isDefinedBy or referenced asset not found)");(i.parent?.path??"")!==a&&await e.repairFolder(i,a)}}}o(NX,"createRepairFolderService");function LX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r);await e.planForEvening(i)}}}o(LX,"createPlanForEveningService");function kX(n,e,t){return{async execute(r,i){let s=i?.property,a=i?.value;if(!s)throw new Error("updateProperty requires userInput.property");if(a===void 0)throw new Error("updateProperty requires userInput.value");let c=await t.resolveTargetPath(r),l=await n.readFile(c),u=e.updateProperty(l,s,a);await n.updateFile(c,u)}}}o(kX,"createUpdatePropertyService");function MX(n,e,t){return{async execute(r,i){let s=i?.property;if(!s)throw new Error("removeProperty requires userInput.property");let a=await t.resolveTargetPath(r),c=await n.readFile(a),l=e.removeProperty(c,s);await n.updateFile(a,l)}}}o(MX,"createRemovePropertyService");function jX(n,e,t){return{async execute(r,i){let s=i?.statusUID;if(!s)throw new Error("setStatus requires userInput.statusUID");let a=await t.resolveTargetPath(r),c=await n.readFile(a),l=e.updateProperty(c,"ems__Effort_status",`"[[${s}]]"`);await n.updateFile(a,l)}}}o(jX,"createSetStatusService")});var uN=S(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.createPathBasedTargetResolver=xt.createSetStatusService=xt.createRemovePropertyService=xt.createUpdatePropertyService=xt.createPlanForEveningService=xt.createRepairFolderService=xt.createRenameToUidService=xt.createFixMissingLabelService=xt.createCleanPropertiesService=xt.createArchiveAssetService=xt.createCreateRelatedProjectService=xt.createCreateRelatedTaskService=void 0;var fi=lN();Object.defineProperty(xt,"createCreateRelatedTaskService",{enumerable:!0,get:o(function(){return fi.createCreateRelatedTaskService},"get")});Object.defineProperty(xt,"createCreateRelatedProjectService",{enumerable:!0,get:o(function(){return fi.createCreateRelatedProjectService},"get")});Object.defineProperty(xt,"createArchiveAssetService",{enumerable:!0,get:o(function(){return fi.createArchiveAssetService},"get")});Object.defineProperty(xt,"createCleanPropertiesService",{enumerable:!0,get:o(function(){return fi.createCleanPropertiesService},"get")});Object.defineProperty(xt,"createFixMissingLabelService",{enumerable:!0,get:o(function(){return fi.createFixMissingLabelService},"get")});Object.defineProperty(xt,"createRenameToUidService",{enumerable:!0,get:o(function(){return fi.createRenameToUidService},"get")});Object.defineProperty(xt,"createRepairFolderService",{enumerable:!0,get:o(function(){return fi.createRepairFolderService},"get")});Object.defineProperty(xt,"createPlanForEveningService",{enumerable:!0,get:o(function(){return fi.createPlanForEveningService},"get")});Object.defineProperty(xt,"createUpdatePropertyService",{enumerable:!0,get:o(function(){return fi.createUpdatePropertyService},"get")});Object.defineProperty(xt,"createRemovePropertyService",{enumerable:!0,get:o(function(){return fi.createRemovePropertyService},"get")});Object.defineProperty(xt,"createSetStatusService",{enumerable:!0,get:o(function(){return fi.createSetStatusService},"get")});Object.defineProperty(xt,"createPathBasedTargetResolver",{enumerable:!0,get:o(function(){return fi.createPathBasedTargetResolver},"get")})});var PJ={};e0(PJ,{createProgram:()=>zN});module.exports=Yd(PJ);var pve=K(Xd());var pT=K(hT(),1),{program:XJ,createCommand:JJ,createArgument:ZJ,createOption:eZ,CommanderError:tZ,InvalidArgumentError:rZ,InvalidOptionArgumentError:nZ,Command:ae,Argument:iZ,Option:sZ,Help:aZ}=pT.default;var Yl=require("fs"),ed=require("path"),Gt=K(Pt());var ar=K(Za()),or=K(require("path"));function kP(n){return typeof n>"u"||n===null}o(kP,"isNothing");function UG(n){return typeof n=="object"&&n!==null}o(UG,"isObject");function VG(n){return Array.isArray(n)?n:kP(n)?[]:[n]}o(VG,"toArray");function qG(n,e){var t,r,i,s;if(e)for(s=Object.keys(e),t=0,r=s.length;t<r;t+=1)i=s[t],n[i]=e[i];return n}o(qG,"extend");function WG(n,e){var t="",r;for(r=0;r<e;r+=1)t+=n;return t}o(WG,"repeat");function GG(n){return n===0&&Number.NEGATIVE_INFINITY===1/n}o(GG,"isNegativeZero");var zG=kP,HG=UG,QG=VG,KG=WG,YG=GG,XG=qG,pr={isNothing:zG,isObject:HG,toArray:QG,repeat:KG,isNegativeZero:YG,extend:XG};function MP(n,e){var t="",r=n.reason||"(unknown reason)";return n.mark?(n.mark.name&&(t+='in "'+n.mark.name+'" '),t+="("+(n.mark.line+1)+":"+(n.mark.column+1)+")",!e&&n.mark.snippet&&(t+=`
|
|
462
|
+
see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0002");let{srcStat:r,destStat:i}=Ff.checkPathsSync(n,e,"copy",t);if(Ff.checkParentPathsSync(n,r,e,"copy"),t.filter&&!t.filter(n,e))return;let s=Of.dirname(e);return yn.existsSync(s)||bW(s),iR(i,n,e,t)}o(EW,"copySync");function iR(n,e,t,r){let s=(r.dereference?yn.statSync:yn.lstatSync)(e);if(s.isDirectory())return PW(s,n,e,t,r);if(s.isFile()||s.isCharacterDevice()||s.isBlockDevice())return TW(s,n,e,t,r);if(s.isSymbolicLink())return DW(n,e,t,r);throw s.isSocket()?new Error(`Cannot copy a socket file: ${e}`):s.isFIFO()?new Error(`Cannot copy a FIFO pipe: ${e}`):new Error(`Unknown file: ${e}`)}o(iR,"getStats");function TW(n,e,t,r,i){return e?AW(n,t,r,i):sR(n,t,r,i)}o(TW,"onFile");function AW(n,e,t,r){if(r.overwrite)return yn.unlinkSync(t),sR(n,e,t,r);if(r.errorOnExist)throw new Error(`'${t}' already exists`)}o(AW,"mayCopyFile");function sR(n,e,t,r){return yn.copyFileSync(e,t),r.preserveTimestamps&&xW(n.mode,e,t),Tw(t,n.mode)}o(sR,"copyFile");function xW(n,e,t){return CW(n)&&IW(t,n),RW(e,t)}o(xW,"handleTimestamps");function CW(n){return(n&128)===0}o(CW,"fileIsNotWritable");function IW(n,e){return Tw(n,e|128)}o(IW,"makeFileWritable");function Tw(n,e){return yn.chmodSync(n,e)}o(Tw,"setDestMode");function RW(n,e){let t=yn.statSync(n);return wW(e,t.atime,t.mtime)}o(RW,"setDestTimestamps");function PW(n,e,t,r,i){return e?aR(t,r,i):OW(n.mode,t,r,i)}o(PW,"onDir");function OW(n,e,t,r){return yn.mkdirSync(t),aR(e,t,r),Tw(t,n)}o(OW,"mkDirAndCopy");function aR(n,e,t){let r=yn.opendirSync(n);try{let i;for(;(i=r.readSync())!==null;)FW(i.name,n,e,t)}finally{r.closeSync()}}o(aR,"copyDir");function FW(n,e,t,r){let i=Of.join(e,n),s=Of.join(t,n);if(r.filter&&!r.filter(i,s))return;let{destStat:a}=Ff.checkPathsSync(i,s,"copy",r);return iR(a,i,s,r)}o(FW,"copyDirItem");function DW(n,e,t,r){let i=yn.readlinkSync(e);if(r.dereference&&(i=Of.resolve(process.cwd(),i)),n){let s;try{s=yn.readlinkSync(t)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return yn.symlinkSync(i,t);throw a}if(r.dereference&&(s=Of.resolve(process.cwd(),s)),Ff.isSrcSubdir(i,s))throw new Error(`Cannot copy '${i}' to a subdirectory of itself, '${s}'.`);if(Ff.isSrcSubdir(s,i))throw new Error(`Cannot overwrite '${s}' with '${i}'.`);return NW(i,t)}else return yn.symlinkSync(i,t)}o(DW,"onLink");function NW(n,e){return yn.unlinkSync(e),yn.symlinkSync(n,e)}o(NW,"copyLink");oR.exports=EW});var dg=S((cue,lR)=>{"use strict";var LW=wr().fromPromise;lR.exports={copy:LW(nR()),copySync:cR()}});var Df=S((lue,fR)=>{"use strict";var uR=Dl(),kW=wr().fromCallback;function MW(n,e){uR.rm(n,{recursive:!0,force:!0},e)}o(MW,"remove");function jW(n){uR.rmSync(n,{recursive:!0,force:!0})}o(jW,"removeSync");fR.exports={remove:kW(MW),removeSync:jW}});var SR=S((fue,_R)=>{"use strict";var $W=wr().fromPromise,pR=gn(),mR=require("path"),gR=Vi(),yR=Df(),dR=$W(o(async function(e){let t;try{t=await pR.readdir(e)}catch{return gR.mkdirs(e)}return Promise.all(t.map(r=>yR.remove(mR.join(e,r))))},"emptyDir"));function hR(n){let e;try{e=pR.readdirSync(n)}catch{return gR.mkdirsSync(n)}e.forEach(t=>{t=mR.join(n,t),yR.removeSync(t)})}o(hR,"emptyDirSync");_R.exports={emptyDirSync:hR,emptydirSync:hR,emptyDir:dR,emptydir:dR}});var ER=S((hue,wR)=>{"use strict";var BW=wr().fromPromise,vR=require("path"),pa=gn(),bR=Vi();async function UW(n){let e;try{e=await pa.stat(n)}catch{}if(e&&e.isFile())return;let t=vR.dirname(n),r=null;try{r=await pa.stat(t)}catch(i){if(i.code==="ENOENT"){await bR.mkdirs(t),await pa.writeFile(n,"");return}else throw i}r.isDirectory()?await pa.writeFile(n,""):await pa.readdir(t)}o(UW,"createFile");function VW(n){let e;try{e=pa.statSync(n)}catch{}if(e&&e.isFile())return;let t=vR.dirname(n);try{pa.statSync(t).isDirectory()||pa.readdirSync(t)}catch(r){if(r&&r.code==="ENOENT")bR.mkdirsSync(t);else throw r}pa.writeFileSync(n,"")}o(VW,"createFileSync");wR.exports={createFile:BW(UW),createFileSync:VW}});var IR=S((mue,CR)=>{"use strict";var qW=wr().fromPromise,TR=require("path"),Xa=gn(),AR=Vi(),{pathExists:WW}=Ya(),{areIdentical:xR}=Jo();async function GW(n,e){let t;try{t=await Xa.lstat(e)}catch{}let r;try{r=await Xa.lstat(n)}catch(a){throw a.message=a.message.replace("lstat","ensureLink"),a}if(t&&xR(r,t))return;let i=TR.dirname(e);await WW(i)||await AR.mkdirs(i),await Xa.link(n,e)}o(GW,"createLink");function zW(n,e){let t;try{t=Xa.lstatSync(e)}catch{}try{let s=Xa.lstatSync(n);if(t&&xR(s,t))return}catch(s){throw s.message=s.message.replace("lstat","ensureLink"),s}let r=TR.dirname(e);return Xa.existsSync(r)||AR.mkdirsSync(r),Xa.linkSync(n,e)}o(zW,"createLinkSync");CR.exports={createLink:qW(GW),createLinkSync:zW}});var PR=S((yue,RR)=>{"use strict";var Ja=require("path"),Nf=gn(),{pathExists:HW}=Ya(),QW=wr().fromPromise;async function KW(n,e){if(Ja.isAbsolute(n)){try{await Nf.lstat(n)}catch(s){throw s.message=s.message.replace("lstat","ensureSymlink"),s}return{toCwd:n,toDst:n}}let t=Ja.dirname(e),r=Ja.join(t,n);if(await HW(r))return{toCwd:r,toDst:n};try{await Nf.lstat(n)}catch(s){throw s.message=s.message.replace("lstat","ensureSymlink"),s}return{toCwd:n,toDst:Ja.relative(t,n)}}o(KW,"symlinkPaths");function YW(n,e){if(Ja.isAbsolute(n)){if(!Nf.existsSync(n))throw new Error("absolute srcpath does not exist");return{toCwd:n,toDst:n}}let t=Ja.dirname(e),r=Ja.join(t,n);if(Nf.existsSync(r))return{toCwd:r,toDst:n};if(!Nf.existsSync(n))throw new Error("relative srcpath does not exist");return{toCwd:n,toDst:Ja.relative(t,n)}}o(YW,"symlinkPathsSync");RR.exports={symlinkPaths:QW(KW),symlinkPathsSync:YW}});var DR=S((Sue,FR)=>{"use strict";var OR=gn(),XW=wr().fromPromise;async function JW(n,e){if(e)return e;let t;try{t=await OR.lstat(n)}catch{return"file"}return t&&t.isDirectory()?"dir":"file"}o(JW,"symlinkType");function ZW(n,e){if(e)return e;let t;try{t=OR.lstatSync(n)}catch{return"file"}return t&&t.isDirectory()?"dir":"file"}o(ZW,"symlinkTypeSync");FR.exports={symlinkType:XW(JW),symlinkTypeSync:ZW}});var MR=S((bue,kR)=>{"use strict";var eG=wr().fromPromise,NR=require("path"),As=gn(),{mkdirs:tG,mkdirsSync:rG}=Vi(),{symlinkPaths:nG,symlinkPathsSync:iG}=PR(),{symlinkType:sG,symlinkTypeSync:aG}=DR(),{pathExists:oG}=Ya(),{areIdentical:LR}=Jo();async function cG(n,e,t){let r;try{r=await As.lstat(e)}catch{}if(r&&r.isSymbolicLink()){let[c,l]=await Promise.all([As.stat(n),As.stat(e)]);if(LR(c,l))return}let i=await nG(n,e);n=i.toDst;let s=await sG(i.toCwd,t),a=NR.dirname(e);return await oG(a)||await tG(a),As.symlink(n,e,s)}o(cG,"createSymlink");function lG(n,e,t){let r;try{r=As.lstatSync(e)}catch{}if(r&&r.isSymbolicLink()){let c=As.statSync(n),l=As.statSync(e);if(LR(c,l))return}let i=iG(n,e);n=i.toDst,t=aG(i.toCwd,t);let s=NR.dirname(e);return As.existsSync(s)||rG(s),As.symlinkSync(n,e,t)}o(lG,"createSymlinkSync");kR.exports={createSymlink:eG(cG),createSymlinkSync:lG}});var GR=S((Eue,WR)=>{"use strict";var{createFile:jR,createFileSync:$R}=ER(),{createLink:BR,createLinkSync:UR}=IR(),{createSymlink:VR,createSymlinkSync:qR}=MR();WR.exports={createFile:jR,createFileSync:$R,ensureFile:jR,ensureFileSync:$R,createLink:BR,createLinkSync:UR,ensureLink:BR,ensureLinkSync:UR,createSymlink:VR,createSymlinkSync:qR,ensureSymlink:VR,ensureSymlinkSync:qR}});var hg=S((Tue,zR)=>{function uG(n,{EOL:e=`
|
|
463
|
+
`,finalEOL:t=!0,replacer:r=null,spaces:i}={}){let s=t?e:"";return JSON.stringify(n,r,i).replace(/\n/g,e)+s}o(uG,"stringify");function fG(n){return Buffer.isBuffer(n)&&(n=n.toString("utf8")),n.replace(/^\uFEFF/,"")}o(fG,"stripBom");zR.exports={stringify:uG,stripBom:fG}});var YR=S((xue,KR)=>{var kl;try{kl=Dl()}catch{kl=require("fs")}var pg=wr(),{stringify:HR,stripBom:QR}=hg();async function dG(n,e={}){typeof e=="string"&&(e={encoding:e});let t=e.fs||kl,r="throws"in e?e.throws:!0,i=await pg.fromCallback(t.readFile)(n,e);i=QR(i);let s;try{s=JSON.parse(i,e?e.reviver:null)}catch(a){if(r)throw a.message=`${n}: ${a.message}`,a;return null}return s}o(dG,"_readFile");var hG=pg.fromPromise(dG);function pG(n,e={}){typeof e=="string"&&(e={encoding:e});let t=e.fs||kl,r="throws"in e?e.throws:!0;try{let i=t.readFileSync(n,e);return i=QR(i),JSON.parse(i,e.reviver)}catch(i){if(r)throw i.message=`${n}: ${i.message}`,i;return null}}o(pG,"readFileSync");async function mG(n,e,t={}){let r=t.fs||kl,i=HR(e,t);await pg.fromCallback(r.writeFile)(n,i,t)}o(mG,"_writeFile");var gG=pg.fromPromise(mG);function yG(n,e,t={}){let r=t.fs||kl,i=HR(e,t);return r.writeFileSync(n,i,t)}o(yG,"writeFileSync");KR.exports={readFile:hG,readFileSync:pG,writeFile:gG,writeFileSync:yG}});var JR=S((Iue,XR)=>{"use strict";var mg=YR();XR.exports={readJson:mg.readFile,readJsonSync:mg.readFileSync,writeJson:mg.writeFile,writeJsonSync:mg.writeFileSync}});var gg=S((Rue,tP)=>{"use strict";var _G=wr().fromPromise,Aw=gn(),ZR=require("path"),eP=Vi(),SG=Ya().pathExists;async function vG(n,e,t="utf-8"){let r=ZR.dirname(n);return await SG(r)||await eP.mkdirs(r),Aw.writeFile(n,e,t)}o(vG,"outputFile");function bG(n,...e){let t=ZR.dirname(n);Aw.existsSync(t)||eP.mkdirsSync(t),Aw.writeFileSync(n,...e)}o(bG,"outputFileSync");tP.exports={outputFile:_G(vG),outputFileSync:bG}});var nP=S((Oue,rP)=>{"use strict";var{stringify:wG}=hg(),{outputFile:EG}=gg();async function TG(n,e,t={}){let r=wG(e,t);await EG(n,r,t)}o(TG,"outputJson");rP.exports=TG});var sP=S((Due,iP)=>{"use strict";var{stringify:AG}=hg(),{outputFileSync:xG}=gg();function CG(n,e,t){let r=AG(e,t);xG(n,r,t)}o(CG,"outputJsonSync");iP.exports=CG});var oP=S((Lue,aP)=>{"use strict";var IG=wr().fromPromise,_n=JR();_n.outputJson=IG(nP());_n.outputJsonSync=sP();_n.outputJSON=_n.outputJson;_n.outputJSONSync=_n.outputJsonSync;_n.writeJSON=_n.writeJson;_n.writeJSONSync=_n.writeJsonSync;_n.readJSON=_n.readJson;_n.readJSONSync=_n.readJsonSync;aP.exports=_n});var dP=S((kue,fP)=>{"use strict";var RG=gn(),cP=require("path"),{copy:PG}=dg(),{remove:uP}=Df(),{mkdirp:OG}=Vi(),{pathExists:FG}=Ya(),lP=Jo();async function DG(n,e,t={}){let r=t.overwrite||t.clobber||!1,{srcStat:i,isChangingCase:s=!1}=await lP.checkPaths(n,e,"move",t);await lP.checkParentPaths(n,i,e,"move");let a=cP.dirname(e);return cP.parse(a).root!==a&&await OG(a),NG(n,e,r,s)}o(DG,"move");async function NG(n,e,t,r){if(!r){if(t)await uP(e);else if(await FG(e))throw new Error("dest already exists.")}try{await RG.rename(n,e)}catch(i){if(i.code!=="EXDEV")throw i;await LG(n,e,t)}}o(NG,"doRename");async function LG(n,e,t){return await PG(n,e,{overwrite:t,errorOnExist:!0,preserveTimestamps:!0}),uP(n)}o(LG,"moveAcrossDevice");fP.exports=DG});var yP=S((jue,gP)=>{"use strict";var pP=Dl(),Cw=require("path"),kG=dg().copySync,mP=Df().removeSync,MG=Vi().mkdirpSync,hP=Jo();function jG(n,e,t){t=t||{};let r=t.overwrite||t.clobber||!1,{srcStat:i,isChangingCase:s=!1}=hP.checkPathsSync(n,e,"move",t);return hP.checkParentPathsSync(n,i,e,"move"),$G(e)||MG(Cw.dirname(e)),BG(n,e,r,s)}o(jG,"moveSync");function $G(n){let e=Cw.dirname(n);return Cw.parse(e).root===e}o($G,"isParentRoot");function BG(n,e,t,r){if(r)return xw(n,e,t);if(t)return mP(e),xw(n,e,t);if(pP.existsSync(e))throw new Error("dest already exists.");return xw(n,e,t)}o(BG,"doRename");function xw(n,e,t){try{pP.renameSync(n,e)}catch(r){if(r.code!=="EXDEV")throw r;return UG(n,e,t)}}o(xw,"rename");function UG(n,e,t){return kG(n,e,{overwrite:t,errorOnExist:!0,preserveTimestamps:!0}),mP(n)}o(UG,"moveAcrossDevice");gP.exports=jG});var SP=S((Bue,_P)=>{"use strict";var VG=wr().fromPromise;_P.exports={move:VG(dP()),moveSync:yP()}});var Za=S((Uue,vP)=>{"use strict";vP.exports={...gn(),...dg(),...SR(),...GR(),...oP(),...Vi(),...SP(),...gg(),...Ya(),...Df()}});var dF=S((Sme,fF)=>{"use strict";fF.exports=lF;function lF(n,e,t){n instanceof RegExp&&(n=cF(n,t)),e instanceof RegExp&&(e=cF(e,t));var r=uF(n,e,t);return r&&{start:r[0],end:r[1],pre:t.slice(0,r[0]),body:t.slice(r[0]+n.length,r[1]),post:t.slice(r[1]+e.length)}}o(lF,"balanced");function cF(n,e){var t=e.match(n);return t?t[0]:null}o(cF,"maybeMatch");lF.range=uF;function uF(n,e,t){var r,i,s,a,c,l=t.indexOf(n),u=t.indexOf(e,l+1),f=l;if(l>=0&&u>0){if(n===e)return[l,u];for(r=[],s=t.length;f>=0&&!c;)f==l?(r.push(f),l=t.indexOf(n,f+1)):r.length==1?c=[r.pop(),u]:(i=r.pop(),i<s&&(s=i,a=u),u=t.indexOf(e,f+1)),f=l<u&&l>=0?l:u;r.length&&(c=[s,a])}return c}o(uF,"range")});var vF=S((bme,SF)=>{var hF=dF();SF.exports=AK;var pF="\0SLASH"+Math.random()+"\0",mF="\0OPEN"+Math.random()+"\0",SE="\0CLOSE"+Math.random()+"\0",gF="\0COMMA"+Math.random()+"\0",yF="\0PERIOD"+Math.random()+"\0";function _E(n){return parseInt(n,10)==n?parseInt(n,10):n.charCodeAt(0)}o(_E,"numeric");function EK(n){return n.split("\\\\").join(pF).split("\\{").join(mF).split("\\}").join(SE).split("\\,").join(gF).split("\\.").join(yF)}o(EK,"escapeBraces");function TK(n){return n.split(pF).join("\\").split(mF).join("{").split(SE).join("}").split(gF).join(",").split(yF).join(".")}o(TK,"unescapeBraces");function _F(n){if(!n)return[""];var e=[],t=hF("{","}",n);if(!t)return n.split(",");var r=t.pre,i=t.body,s=t.post,a=r.split(",");a[a.length-1]+="{"+i+"}";var c=_F(s);return s.length&&(a[a.length-1]+=c.shift(),a.push.apply(a,c)),e.push.apply(e,a),e}o(_F,"parseCommaParts");function AK(n){return n?(n.substr(0,2)==="{}"&&(n="\\{\\}"+n.substr(2)),td(EK(n),!0).map(TK)):[]}o(AK,"expandTop");function xK(n){return"{"+n+"}"}o(xK,"embrace");function CK(n){return/^-?0\d/.test(n)}o(CK,"isPadded");function IK(n,e){return n<=e}o(IK,"lte");function RK(n,e){return n>=e}o(RK,"gte");function td(n,e){var t=[],r=hF("{","}",n);if(!r)return[n];var i=r.pre,s=r.post.length?td(r.post,!1):[""];if(/\$$/.test(r.pre))for(var a=0;a<s.length;a++){var c=i+"{"+r.body+"}"+s[a];t.push(c)}else{var l=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(r.body),u=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(r.body),f=l||u,d=r.body.indexOf(",")>=0;if(!f&&!d)return r.post.match(/,(?!,).*\}/)?(n=r.pre+"{"+r.body+SE+r.post,td(n)):[n];var h;if(f)h=r.body.split(/\.\./);else if(h=_F(r.body),h.length===1&&(h=td(h[0],!1).map(xK),h.length===1))return s.map(function($){return r.pre+h[0]+$});var p;if(f){var y=_E(h[0]),v=_E(h[1]),w=Math.max(h[0].length,h[1].length),b=h.length==3?Math.max(Math.abs(_E(h[2])),1):1,A=IK,R=v<y;R&&(b*=-1,A=RK);var k=h.some(CK);p=[];for(var U=y;A(U,v);U+=b){var te;if(u)te=String.fromCharCode(U),te==="\\"&&(te="");else if(te=String(U),k){var z=w-te.length;if(z>0){var G=new Array(z+1).join("0");U<0?te="-"+G+te.slice(1):te=G+te}}p.push(te)}}else{p=[];for(var F=0;F<h.length;F++)p.push.apply(p,td(h[F],!1))}for(var F=0;F<p.length;F++)for(var a=0;a<s.length;a++){var c=i+p[F]+s[a];(!e||f||c)&&t.push(c)}}return t}o(td,"expand")});var lN=S(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.createPathBasedTargetResolver=wa;kn.createCreateRelatedTaskService=PX;kn.createCreateRelatedProjectService=OX;kn.createArchiveAssetService=FX;kn.createCleanPropertiesService=DX;kn.createFixMissingLabelService=NX;kn.createRenameToUidService=LX;kn.createRepairFolderService=kX;kn.createPlanForEveningService=MX;kn.createUpdatePropertyService=jX;kn.createRemovePropertyService=$X;kn.createSetStatusService=BX;function wa(n){return{resolveFile(e){let t=n.getAbstractFileByPath(`${e}.md`);if(!t||!("basename"in t))throw new Error(`Cannot resolve target file for IRI: ${e}`);return t}}}o(wa,"createPathBasedTargetResolver");function PX(n,e,t=wa(n)){return{async execute(r,i){let s=i?.label;if(!s)throw new Error("createRelatedTask requires userInput.label");let a=t.resolveFile(r),c=n.getFrontmatter(a)??{},l=a.parent?.path||"",u={ems__Effort_status:'"[[ems__EffortStatusDraft]]"'},f=i?.parentProperty;f&&a.basename&&(u[f]=`"[[${a.basename}]]"`),await e.createAsset({className:"ems__Task",label:s,folderPath:l,propertyValues:u,parentFile:a,parentMetadata:c})}}}o(PX,"createCreateRelatedTaskService");function OX(n,e,t=wa(n)){return{async execute(r,i){let s=i?.label;if(!s)throw new Error("createRelatedProject requires userInput.label");let a=t.resolveFile(r),c=n.getFrontmatter(a)??{},l=a.parent?.path||"",u={ems__Effort_status:'"[[ems__EffortStatusDraft]]"'},f=i?.parentProperty;f&&a.basename&&(u[f]=`"[[${a.basename}]]"`),await e.createAsset({className:"ems__Project",label:s,folderPath:l,propertyValues:u,parentFile:a,parentMetadata:c})}}}o(OX,"createCreateRelatedProjectService");function FX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r);await e.archiveAsset(i)}}}o(FX,"createArchiveAssetService");function DX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r);await e.cleanEmptyProperties(i)}}}o(DX,"createCleanPropertiesService");function NX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r);await e.fixMissingLabel(i)}}}o(NX,"createFixMissingLabelService");function LX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r),s=n.getFrontmatter(i)??{};await e.renameToUid(i,s)}}}o(LX,"createRenameToUidService");function kX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r),s=n.getFrontmatter(i)??{},a=await e.getExpectedFolder(i,s);if(a===null)throw new Error("repairFolder: cannot determine expected folder (missing exo__Asset_isDefinedBy or referenced asset not found)");(i.parent?.path??"")!==a&&await e.repairFolder(i,a)}}}o(kX,"createRepairFolderService");function MX(n,e,t=wa(n)){return{async execute(r){let i=t.resolveFile(r);await e.planForEvening(i)}}}o(MX,"createPlanForEveningService");function jX(n,e,t){return{async execute(r,i){let s=i?.property,a=i?.value;if(!s)throw new Error("updateProperty requires userInput.property");if(a===void 0)throw new Error("updateProperty requires userInput.value");let c=await t.resolveTargetPath(r),l=await n.readFile(c),u=e.updateProperty(l,s,a);await n.updateFile(c,u)}}}o(jX,"createUpdatePropertyService");function $X(n,e,t){return{async execute(r,i){let s=i?.property;if(!s)throw new Error("removeProperty requires userInput.property");let a=await t.resolveTargetPath(r),c=await n.readFile(a),l=e.removeProperty(c,s);await n.updateFile(a,l)}}}o($X,"createRemovePropertyService");function BX(n,e,t){return{async execute(r,i){let s=i?.statusUID;if(!s)throw new Error("setStatus requires userInput.statusUID");let a=await t.resolveTargetPath(r),c=await n.readFile(a),l=e.updateProperty(c,"ems__Effort_status",`"[[${s}]]"`);await n.updateFile(a,l)}}}o(BX,"createSetStatusService")});var uN=S(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.createPathBasedTargetResolver=xt.createSetStatusService=xt.createRemovePropertyService=xt.createUpdatePropertyService=xt.createPlanForEveningService=xt.createRepairFolderService=xt.createRenameToUidService=xt.createFixMissingLabelService=xt.createCleanPropertiesService=xt.createArchiveAssetService=xt.createCreateRelatedProjectService=xt.createCreateRelatedTaskService=void 0;var fi=lN();Object.defineProperty(xt,"createCreateRelatedTaskService",{enumerable:!0,get:o(function(){return fi.createCreateRelatedTaskService},"get")});Object.defineProperty(xt,"createCreateRelatedProjectService",{enumerable:!0,get:o(function(){return fi.createCreateRelatedProjectService},"get")});Object.defineProperty(xt,"createArchiveAssetService",{enumerable:!0,get:o(function(){return fi.createArchiveAssetService},"get")});Object.defineProperty(xt,"createCleanPropertiesService",{enumerable:!0,get:o(function(){return fi.createCleanPropertiesService},"get")});Object.defineProperty(xt,"createFixMissingLabelService",{enumerable:!0,get:o(function(){return fi.createFixMissingLabelService},"get")});Object.defineProperty(xt,"createRenameToUidService",{enumerable:!0,get:o(function(){return fi.createRenameToUidService},"get")});Object.defineProperty(xt,"createRepairFolderService",{enumerable:!0,get:o(function(){return fi.createRepairFolderService},"get")});Object.defineProperty(xt,"createPlanForEveningService",{enumerable:!0,get:o(function(){return fi.createPlanForEveningService},"get")});Object.defineProperty(xt,"createUpdatePropertyService",{enumerable:!0,get:o(function(){return fi.createUpdatePropertyService},"get")});Object.defineProperty(xt,"createRemovePropertyService",{enumerable:!0,get:o(function(){return fi.createRemovePropertyService},"get")});Object.defineProperty(xt,"createSetStatusService",{enumerable:!0,get:o(function(){return fi.createSetStatusService},"get")});Object.defineProperty(xt,"createPathBasedTargetResolver",{enumerable:!0,get:o(function(){return fi.createPathBasedTargetResolver},"get")})});var FJ={};e0(FJ,{createProgram:()=>zN});module.exports=Yd(FJ);var gve=K(Xd());var pT=K(hT(),1),{program:ZJ,createCommand:eZ,createArgument:tZ,createOption:rZ,CommanderError:nZ,InvalidArgumentError:iZ,InvalidOptionArgumentError:sZ,Command:ae,Argument:aZ,Option:oZ,Help:cZ}=pT.default;var Yl=require("fs"),ed=require("path"),Gt=K(Pt());var ar=K(Za()),or=K(require("path"));function kP(n){return typeof n>"u"||n===null}o(kP,"isNothing");function qG(n){return typeof n=="object"&&n!==null}o(qG,"isObject");function WG(n){return Array.isArray(n)?n:kP(n)?[]:[n]}o(WG,"toArray");function GG(n,e){var t,r,i,s;if(e)for(s=Object.keys(e),t=0,r=s.length;t<r;t+=1)i=s[t],n[i]=e[i];return n}o(GG,"extend");function zG(n,e){var t="",r;for(r=0;r<e;r+=1)t+=n;return t}o(zG,"repeat");function HG(n){return n===0&&Number.NEGATIVE_INFINITY===1/n}o(HG,"isNegativeZero");var QG=kP,KG=qG,YG=WG,XG=zG,JG=HG,ZG=GG,pr={isNothing:QG,isObject:KG,toArray:YG,repeat:XG,isNegativeZero:JG,extend:ZG};function MP(n,e){var t="",r=n.reason||"(unknown reason)";return n.mark?(n.mark.name&&(t+='in "'+n.mark.name+'" '),t+="("+(n.mark.line+1)+":"+(n.mark.column+1)+")",!e&&n.mark.snippet&&(t+=`
|
|
464
464
|
|
|
465
|
-
`+n.mark.snippet),r+" "+t):r}o(MP,"formatError");function kf(n,e){Error.call(this),this.name="YAMLException",this.reason=n,this.mark=e,this.message=MP(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}o(kf,"YAMLException$1");kf.prototype=Object.create(Error.prototype);kf.prototype.constructor=kf;kf.prototype.toString=o(function(e){return this.name+": "+MP(this,e)},"toString");var Sn=kf;function Iw(n,e,t,r,i){var s="",a="",c=Math.floor(i/2)-1;return r-e>c&&(s=" ... ",e=r-c+s.length),t-r>c&&(a=" ...",t=r+c-a.length),{str:s+n.slice(e,t).replace(/\t/g,"\u2192")+a,pos:r-e+s.length}}o(Iw,"getLine");function Rw(n,e){return pr.repeat(" ",e-n.length)+n}o(Rw,"padStart");function
|
|
465
|
+
`+n.mark.snippet),r+" "+t):r}o(MP,"formatError");function kf(n,e){Error.call(this),this.name="YAMLException",this.reason=n,this.mark=e,this.message=MP(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}o(kf,"YAMLException$1");kf.prototype=Object.create(Error.prototype);kf.prototype.constructor=kf;kf.prototype.toString=o(function(e){return this.name+": "+MP(this,e)},"toString");var Sn=kf;function Iw(n,e,t,r,i){var s="",a="",c=Math.floor(i/2)-1;return r-e>c&&(s=" ... ",e=r-c+s.length),t-r>c&&(a=" ...",t=r+c-a.length),{str:s+n.slice(e,t).replace(/\t/g,"\u2192")+a,pos:r-e+s.length}}o(Iw,"getLine");function Rw(n,e){return pr.repeat(" ",e-n.length)+n}o(Rw,"padStart");function ez(n,e){if(e=Object.create(e||null),!n.buffer)return null;e.maxLength||(e.maxLength=79),typeof e.indent!="number"&&(e.indent=1),typeof e.linesBefore!="number"&&(e.linesBefore=3),typeof e.linesAfter!="number"&&(e.linesAfter=2);for(var t=/\r?\n|\r|\0/g,r=[0],i=[],s,a=-1;s=t.exec(n.buffer);)i.push(s.index),r.push(s.index+s[0].length),n.position<=s.index&&a<0&&(a=r.length-2);a<0&&(a=r.length-1);var c="",l,u,f=Math.min(n.line+e.linesAfter,i.length).toString().length,d=e.maxLength-(e.indent+f+3);for(l=1;l<=e.linesBefore&&!(a-l<0);l++)u=Iw(n.buffer,r[a-l],i[a-l],n.position-(r[a]-r[a-l]),d),c=pr.repeat(" ",e.indent)+Rw((n.line-l+1).toString(),f)+" | "+u.str+`
|
|
466
466
|
`+c;for(u=Iw(n.buffer,r[a],i[a],n.position,d),c+=pr.repeat(" ",e.indent)+Rw((n.line+1).toString(),f)+" | "+u.str+`
|
|
467
467
|
`,c+=pr.repeat("-",e.indent+f+3+u.pos)+`^
|
|
468
468
|
`,l=1;l<=e.linesAfter&&!(a+l>=i.length);l++)u=Iw(n.buffer,r[a+l],i[a+l],n.position-(r[a]-r[a+l]),d),c+=pr.repeat(" ",e.indent)+Rw((n.line+l+1).toString(),f)+" | "+u.str+`
|
|
469
|
-
`;return c.replace(/\n$/,"")}o(
|
|
470
|
-
\r`;function
|
|
471
|
-
`:n===118?"\v":n===102?"\f":n===114?"\r":n===101?"\x1B":n===32?" ":n===34?'"':n===47?"/":n===92?"\\":n===78?"\x85":n===95?"\xA0":n===76?"\u2028":n===80?"\u2029":""}o(TP,"simpleEscapeSequence");function
|
|
472
|
-
`,e-1))}o($w,"writeFoldedLines");function
|
|
469
|
+
`;return c.replace(/\n$/,"")}o(ez,"makeSnippet");var tz=ez,rz=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],nz=["scalar","sequence","mapping"];function iz(n){var e={};return n!==null&&Object.keys(n).forEach(function(t){n[t].forEach(function(r){e[String(r)]=t})}),e}o(iz,"compileStyleAliases");function sz(n,e){if(e=e||{},Object.keys(e).forEach(function(t){if(rz.indexOf(t)===-1)throw new Sn('Unknown option "'+t+'" is met in definition of "'+n+'" YAML type.')}),this.options=e,this.tag=n,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(t){return t},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=iz(e.styleAliases||null),nz.indexOf(this.kind)===-1)throw new Sn('Unknown kind "'+this.kind+'" is specified for "'+n+'" YAML type.')}o(sz,"Type$1");var Br=sz;function bP(n,e){var t=[];return n[e].forEach(function(r){var i=t.length;t.forEach(function(s,a){s.tag===r.tag&&s.kind===r.kind&&s.multi===r.multi&&(i=a)}),t[i]=r}),t}o(bP,"compileList");function az(){var n={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},e,t;function r(i){i.multi?(n.multi[i.kind].push(i),n.multi.fallback.push(i)):n[i.kind][i.tag]=n.fallback[i.tag]=i}for(o(r,"collectType"),e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(r);return n}o(az,"compileMap");function Ow(n){return this.extend(n)}o(Ow,"Schema$1");Ow.prototype.extend=o(function(e){var t=[],r=[];if(e instanceof Br)r.push(e);else if(Array.isArray(e))r=r.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(t=t.concat(e.implicit)),e.explicit&&(r=r.concat(e.explicit));else throw new Sn("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");t.forEach(function(s){if(!(s instanceof Br))throw new Sn("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(s.loadKind&&s.loadKind!=="scalar")throw new Sn("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(s.multi)throw new Sn("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),r.forEach(function(s){if(!(s instanceof Br))throw new Sn("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create(Ow.prototype);return i.implicit=(this.implicit||[]).concat(t),i.explicit=(this.explicit||[]).concat(r),i.compiledImplicit=bP(i,"implicit"),i.compiledExplicit=bP(i,"explicit"),i.compiledTypeMap=az(i.compiledImplicit,i.compiledExplicit),i},"extend");var jP=Ow,$P=new Br("tag:yaml.org,2002:str",{kind:"scalar",construct:o(function(n){return n!==null?n:""},"construct")}),BP=new Br("tag:yaml.org,2002:seq",{kind:"sequence",construct:o(function(n){return n!==null?n:[]},"construct")}),UP=new Br("tag:yaml.org,2002:map",{kind:"mapping",construct:o(function(n){return n!==null?n:{}},"construct")}),VP=new jP({explicit:[$P,BP,UP]});function oz(n){if(n===null)return!0;var e=n.length;return e===1&&n==="~"||e===4&&(n==="null"||n==="Null"||n==="NULL")}o(oz,"resolveYamlNull");function cz(){return null}o(cz,"constructYamlNull");function lz(n){return n===null}o(lz,"isNull");var qP=new Br("tag:yaml.org,2002:null",{kind:"scalar",resolve:oz,construct:cz,predicate:lz,represent:{canonical:o(function(){return"~"},"canonical"),lowercase:o(function(){return"null"},"lowercase"),uppercase:o(function(){return"NULL"},"uppercase"),camelcase:o(function(){return"Null"},"camelcase"),empty:o(function(){return""},"empty")},defaultStyle:"lowercase"});function uz(n){if(n===null)return!1;var e=n.length;return e===4&&(n==="true"||n==="True"||n==="TRUE")||e===5&&(n==="false"||n==="False"||n==="FALSE")}o(uz,"resolveYamlBoolean");function fz(n){return n==="true"||n==="True"||n==="TRUE"}o(fz,"constructYamlBoolean");function dz(n){return Object.prototype.toString.call(n)==="[object Boolean]"}o(dz,"isBoolean");var WP=new Br("tag:yaml.org,2002:bool",{kind:"scalar",resolve:uz,construct:fz,predicate:dz,represent:{lowercase:o(function(n){return n?"true":"false"},"lowercase"),uppercase:o(function(n){return n?"TRUE":"FALSE"},"uppercase"),camelcase:o(function(n){return n?"True":"False"},"camelcase")},defaultStyle:"lowercase"});function hz(n){return 48<=n&&n<=57||65<=n&&n<=70||97<=n&&n<=102}o(hz,"isHexCode");function pz(n){return 48<=n&&n<=55}o(pz,"isOctCode");function mz(n){return 48<=n&&n<=57}o(mz,"isDecCode");function gz(n){if(n===null)return!1;var e=n.length,t=0,r=!1,i;if(!e)return!1;if(i=n[t],(i==="-"||i==="+")&&(i=n[++t]),i==="0"){if(t+1===e)return!0;if(i=n[++t],i==="b"){for(t++;t<e;t++)if(i=n[t],i!=="_"){if(i!=="0"&&i!=="1")return!1;r=!0}return r&&i!=="_"}if(i==="x"){for(t++;t<e;t++)if(i=n[t],i!=="_"){if(!hz(n.charCodeAt(t)))return!1;r=!0}return r&&i!=="_"}if(i==="o"){for(t++;t<e;t++)if(i=n[t],i!=="_"){if(!pz(n.charCodeAt(t)))return!1;r=!0}return r&&i!=="_"}}if(i==="_")return!1;for(;t<e;t++)if(i=n[t],i!=="_"){if(!mz(n.charCodeAt(t)))return!1;r=!0}return!(!r||i==="_")}o(gz,"resolveYamlInteger");function yz(n){var e=n,t=1,r;if(e.indexOf("_")!==-1&&(e=e.replace(/_/g,"")),r=e[0],(r==="-"||r==="+")&&(r==="-"&&(t=-1),e=e.slice(1),r=e[0]),e==="0")return 0;if(r==="0"){if(e[1]==="b")return t*parseInt(e.slice(2),2);if(e[1]==="x")return t*parseInt(e.slice(2),16);if(e[1]==="o")return t*parseInt(e.slice(2),8)}return t*parseInt(e,10)}o(yz,"constructYamlInteger");function _z(n){return Object.prototype.toString.call(n)==="[object Number]"&&n%1===0&&!pr.isNegativeZero(n)}o(_z,"isInteger");var GP=new Br("tag:yaml.org,2002:int",{kind:"scalar",resolve:gz,construct:yz,predicate:_z,represent:{binary:o(function(n){return n>=0?"0b"+n.toString(2):"-0b"+n.toString(2).slice(1)},"binary"),octal:o(function(n){return n>=0?"0o"+n.toString(8):"-0o"+n.toString(8).slice(1)},"octal"),decimal:o(function(n){return n.toString(10)},"decimal"),hexadecimal:o(function(n){return n>=0?"0x"+n.toString(16).toUpperCase():"-0x"+n.toString(16).toUpperCase().slice(1)},"hexadecimal")},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),Sz=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function vz(n){return!(n===null||!Sz.test(n)||n[n.length-1]==="_")}o(vz,"resolveYamlFloat");function bz(n){var e,t;return e=n.replace(/_/g,"").toLowerCase(),t=e[0]==="-"?-1:1,"+-".indexOf(e[0])>=0&&(e=e.slice(1)),e===".inf"?t===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:e===".nan"?NaN:t*parseFloat(e,10)}o(bz,"constructYamlFloat");var wz=/^[-+]?[0-9]+e/;function Ez(n,e){var t;if(isNaN(n))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===n)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===n)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(pr.isNegativeZero(n))return"-0.0";return t=n.toString(10),wz.test(t)?t.replace("e",".e"):t}o(Ez,"representYamlFloat");function Tz(n){return Object.prototype.toString.call(n)==="[object Number]"&&(n%1!==0||pr.isNegativeZero(n))}o(Tz,"isFloat");var zP=new Br("tag:yaml.org,2002:float",{kind:"scalar",resolve:vz,construct:bz,predicate:Tz,represent:Ez,defaultStyle:"lowercase"}),HP=VP.extend({implicit:[qP,WP,GP,zP]}),QP=HP,KP=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),YP=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function Az(n){return n===null?!1:KP.exec(n)!==null||YP.exec(n)!==null}o(Az,"resolveYamlTimestamp");function xz(n){var e,t,r,i,s,a,c,l=0,u=null,f,d,h;if(e=KP.exec(n),e===null&&(e=YP.exec(n)),e===null)throw new Error("Date resolve error");if(t=+e[1],r=+e[2]-1,i=+e[3],!e[4])return new Date(Date.UTC(t,r,i));if(s=+e[4],a=+e[5],c=+e[6],e[7]){for(l=e[7].slice(0,3);l.length<3;)l+="0";l=+l}return e[9]&&(f=+e[10],d=+(e[11]||0),u=(f*60+d)*6e4,e[9]==="-"&&(u=-u)),h=new Date(Date.UTC(t,r,i,s,a,c,l)),u&&h.setTime(h.getTime()-u),h}o(xz,"constructYamlTimestamp");function Cz(n){return n.toISOString()}o(Cz,"representYamlTimestamp");var XP=new Br("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:Az,construct:xz,instanceOf:Date,represent:Cz});function Iz(n){return n==="<<"||n===null}o(Iz,"resolveYamlMerge");var JP=new Br("tag:yaml.org,2002:merge",{kind:"scalar",resolve:Iz}),kw=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
470
|
+
\r`;function Rz(n){if(n===null)return!1;var e,t,r=0,i=n.length,s=kw;for(t=0;t<i;t++)if(e=s.indexOf(n.charAt(t)),!(e>64)){if(e<0)return!1;r+=6}return r%8===0}o(Rz,"resolveYamlBinary");function Pz(n){var e,t,r=n.replace(/[\r\n=]/g,""),i=r.length,s=kw,a=0,c=[];for(e=0;e<i;e++)e%4===0&&e&&(c.push(a>>16&255),c.push(a>>8&255),c.push(a&255)),a=a<<6|s.indexOf(r.charAt(e));return t=i%4*6,t===0?(c.push(a>>16&255),c.push(a>>8&255),c.push(a&255)):t===18?(c.push(a>>10&255),c.push(a>>2&255)):t===12&&c.push(a>>4&255),new Uint8Array(c)}o(Pz,"constructYamlBinary");function Oz(n){var e="",t=0,r,i,s=n.length,a=kw;for(r=0;r<s;r++)r%3===0&&r&&(e+=a[t>>18&63],e+=a[t>>12&63],e+=a[t>>6&63],e+=a[t&63]),t=(t<<8)+n[r];return i=s%3,i===0?(e+=a[t>>18&63],e+=a[t>>12&63],e+=a[t>>6&63],e+=a[t&63]):i===2?(e+=a[t>>10&63],e+=a[t>>4&63],e+=a[t<<2&63],e+=a[64]):i===1&&(e+=a[t>>2&63],e+=a[t<<4&63],e+=a[64],e+=a[64]),e}o(Oz,"representYamlBinary");function Fz(n){return Object.prototype.toString.call(n)==="[object Uint8Array]"}o(Fz,"isBinary");var ZP=new Br("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Rz,construct:Pz,predicate:Fz,represent:Oz}),Dz=Object.prototype.hasOwnProperty,Nz=Object.prototype.toString;function Lz(n){if(n===null)return!0;var e=[],t,r,i,s,a,c=n;for(t=0,r=c.length;t<r;t+=1){if(i=c[t],a=!1,Nz.call(i)!=="[object Object]")return!1;for(s in i)if(Dz.call(i,s))if(!a)a=!0;else return!1;if(!a)return!1;if(e.indexOf(s)===-1)e.push(s);else return!1}return!0}o(Lz,"resolveYamlOmap");function kz(n){return n!==null?n:[]}o(kz,"constructYamlOmap");var eO=new Br("tag:yaml.org,2002:omap",{kind:"sequence",resolve:Lz,construct:kz}),Mz=Object.prototype.toString;function jz(n){if(n===null)return!0;var e,t,r,i,s,a=n;for(s=new Array(a.length),e=0,t=a.length;e<t;e+=1){if(r=a[e],Mz.call(r)!=="[object Object]"||(i=Object.keys(r),i.length!==1))return!1;s[e]=[i[0],r[i[0]]]}return!0}o(jz,"resolveYamlPairs");function $z(n){if(n===null)return[];var e,t,r,i,s,a=n;for(s=new Array(a.length),e=0,t=a.length;e<t;e+=1)r=a[e],i=Object.keys(r),s[e]=[i[0],r[i[0]]];return s}o($z,"constructYamlPairs");var tO=new Br("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:jz,construct:$z}),Bz=Object.prototype.hasOwnProperty;function Uz(n){if(n===null)return!0;var e,t=n;for(e in t)if(Bz.call(t,e)&&t[e]!==null)return!1;return!0}o(Uz,"resolveYamlSet");function Vz(n){return n!==null?n:{}}o(Vz,"constructYamlSet");var rO=new Br("tag:yaml.org,2002:set",{kind:"mapping",resolve:Uz,construct:Vz}),Mw=QP.extend({implicit:[XP,JP],explicit:[ZP,eO,tO,rO]}),to=Object.prototype.hasOwnProperty,yg=1,nO=2,iO=3,_g=4,Pw=1,qz=2,wP=3,Wz=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Gz=/[\x85\u2028\u2029]/,zz=/[,\[\]\{\}]/,sO=/^(?:!|!!|![a-z\-]+!)$/i,aO=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function EP(n){return Object.prototype.toString.call(n)}o(EP,"_class");function xs(n){return n===10||n===13}o(xs,"is_EOL");function ec(n){return n===9||n===32}o(ec,"is_WHITE_SPACE");function Dn(n){return n===9||n===32||n===10||n===13}o(Dn,"is_WS_OR_EOL");function jl(n){return n===44||n===91||n===93||n===123||n===125}o(jl,"is_FLOW_INDICATOR");function Hz(n){var e;return 48<=n&&n<=57?n-48:(e=n|32,97<=e&&e<=102?e-97+10:-1)}o(Hz,"fromHexCode");function Qz(n){return n===120?2:n===117?4:n===85?8:0}o(Qz,"escapedHexLen");function Kz(n){return 48<=n&&n<=57?n-48:-1}o(Kz,"fromDecimalCode");function TP(n){return n===48?"\0":n===97?"\x07":n===98?"\b":n===116||n===9?" ":n===110?`
|
|
471
|
+
`:n===118?"\v":n===102?"\f":n===114?"\r":n===101?"\x1B":n===32?" ":n===34?'"':n===47?"/":n===92?"\\":n===78?"\x85":n===95?"\xA0":n===76?"\u2028":n===80?"\u2029":""}o(TP,"simpleEscapeSequence");function Yz(n){return n<=65535?String.fromCharCode(n):String.fromCharCode((n-65536>>10)+55296,(n-65536&1023)+56320)}o(Yz,"charFromCodepoint");function oO(n,e,t){e==="__proto__"?Object.defineProperty(n,e,{configurable:!0,enumerable:!0,writable:!0,value:t}):n[e]=t}o(oO,"setProperty");var cO=new Array(256),lO=new Array(256);for(Zo=0;Zo<256;Zo++)cO[Zo]=TP(Zo)?1:0,lO[Zo]=TP(Zo);var Zo;function Xz(n,e){this.input=n,this.filename=e.filename||null,this.schema=e.schema||Mw,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=n.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}o(Xz,"State$1");function uO(n,e){var t={name:n.filename,buffer:n.input.slice(0,-1),position:n.position,line:n.line,column:n.position-n.lineStart};return t.snippet=tz(t),new Sn(e,t)}o(uO,"generateError");function oe(n,e){throw uO(n,e)}o(oe,"throwError");function Sg(n,e){n.onWarning&&n.onWarning.call(null,uO(n,e))}o(Sg,"throwWarning");var AP={YAML:o(function(e,t,r){var i,s,a;e.version!==null&&oe(e,"duplication of %YAML directive"),r.length!==1&&oe(e,"YAML directive accepts exactly one argument"),i=/^([0-9]+)\.([0-9]+)$/.exec(r[0]),i===null&&oe(e,"ill-formed argument of the YAML directive"),s=parseInt(i[1],10),a=parseInt(i[2],10),s!==1&&oe(e,"unacceptable YAML version of the document"),e.version=r[0],e.checkLineBreaks=a<2,a!==1&&a!==2&&Sg(e,"unsupported YAML version of the document")},"handleYamlDirective"),TAG:o(function(e,t,r){var i,s;r.length!==2&&oe(e,"TAG directive accepts exactly two arguments"),i=r[0],s=r[1],sO.test(i)||oe(e,"ill-formed tag handle (first argument) of the TAG directive"),to.call(e.tagMap,i)&&oe(e,'there is a previously declared suffix for "'+i+'" tag handle'),aO.test(s)||oe(e,"ill-formed tag prefix (second argument) of the TAG directive");try{s=decodeURIComponent(s)}catch{oe(e,"tag prefix is malformed: "+s)}e.tagMap[i]=s},"handleTagDirective")};function eo(n,e,t,r){var i,s,a,c;if(e<t){if(c=n.input.slice(e,t),r)for(i=0,s=c.length;i<s;i+=1)a=c.charCodeAt(i),a===9||32<=a&&a<=1114111||oe(n,"expected valid JSON character");else Wz.test(c)&&oe(n,"the stream contains non-printable characters");n.result+=c}}o(eo,"captureSegment");function xP(n,e,t,r){var i,s,a,c;for(pr.isObject(t)||oe(n,"cannot merge mappings; the provided source object is unacceptable"),i=Object.keys(t),a=0,c=i.length;a<c;a+=1)s=i[a],to.call(e,s)||(oO(e,s,t[s]),r[s]=!0)}o(xP,"mergeMappings");function $l(n,e,t,r,i,s,a,c,l){var u,f;if(Array.isArray(i))for(i=Array.prototype.slice.call(i),u=0,f=i.length;u<f;u+=1)Array.isArray(i[u])&&oe(n,"nested arrays are not supported inside keys"),typeof i=="object"&&EP(i[u])==="[object Object]"&&(i[u]="[object Object]");if(typeof i=="object"&&EP(i)==="[object Object]"&&(i="[object Object]"),i=String(i),e===null&&(e={}),r==="tag:yaml.org,2002:merge")if(Array.isArray(s))for(u=0,f=s.length;u<f;u+=1)xP(n,e,s[u],t);else xP(n,e,s,t);else!n.json&&!to.call(t,i)&&to.call(e,i)&&(n.line=a||n.line,n.lineStart=c||n.lineStart,n.position=l||n.position,oe(n,"duplicated mapping key")),oO(e,i,s),delete t[i];return e}o($l,"storeMappingPair");function jw(n){var e;e=n.input.charCodeAt(n.position),e===10?n.position++:e===13?(n.position++,n.input.charCodeAt(n.position)===10&&n.position++):oe(n,"a line break is expected"),n.line+=1,n.lineStart=n.position,n.firstTabInLine=-1}o(jw,"readLineBreak");function ir(n,e,t){for(var r=0,i=n.input.charCodeAt(n.position);i!==0;){for(;ec(i);)i===9&&n.firstTabInLine===-1&&(n.firstTabInLine=n.position),i=n.input.charCodeAt(++n.position);if(e&&i===35)do i=n.input.charCodeAt(++n.position);while(i!==10&&i!==13&&i!==0);if(xs(i))for(jw(n),i=n.input.charCodeAt(n.position),r++,n.lineIndent=0;i===32;)n.lineIndent++,i=n.input.charCodeAt(++n.position);else break}return t!==-1&&r!==0&&n.lineIndent<t&&Sg(n,"deficient indentation"),r}o(ir,"skipSeparationSpace");function wg(n){var e=n.position,t;return t=n.input.charCodeAt(e),!!((t===45||t===46)&&t===n.input.charCodeAt(e+1)&&t===n.input.charCodeAt(e+2)&&(e+=3,t=n.input.charCodeAt(e),t===0||Dn(t)))}o(wg,"testDocumentSeparator");function $w(n,e){e===1?n.result+=" ":e>1&&(n.result+=pr.repeat(`
|
|
472
|
+
`,e-1))}o($w,"writeFoldedLines");function Jz(n,e,t){var r,i,s,a,c,l,u,f,d=n.kind,h=n.result,p;if(p=n.input.charCodeAt(n.position),Dn(p)||jl(p)||p===35||p===38||p===42||p===33||p===124||p===62||p===39||p===34||p===37||p===64||p===96||(p===63||p===45)&&(i=n.input.charCodeAt(n.position+1),Dn(i)||t&&jl(i)))return!1;for(n.kind="scalar",n.result="",s=a=n.position,c=!1;p!==0;){if(p===58){if(i=n.input.charCodeAt(n.position+1),Dn(i)||t&&jl(i))break}else if(p===35){if(r=n.input.charCodeAt(n.position-1),Dn(r))break}else{if(n.position===n.lineStart&&wg(n)||t&&jl(p))break;if(xs(p))if(l=n.line,u=n.lineStart,f=n.lineIndent,ir(n,!1,-1),n.lineIndent>=e){c=!0,p=n.input.charCodeAt(n.position);continue}else{n.position=a,n.line=l,n.lineStart=u,n.lineIndent=f;break}}c&&(eo(n,s,a,!1),$w(n,n.line-l),s=a=n.position,c=!1),ec(p)||(a=n.position+1),p=n.input.charCodeAt(++n.position)}return eo(n,s,a,!1),n.result?!0:(n.kind=d,n.result=h,!1)}o(Jz,"readPlainScalar");function Zz(n,e){var t,r,i;if(t=n.input.charCodeAt(n.position),t!==39)return!1;for(n.kind="scalar",n.result="",n.position++,r=i=n.position;(t=n.input.charCodeAt(n.position))!==0;)if(t===39)if(eo(n,r,n.position,!0),t=n.input.charCodeAt(++n.position),t===39)r=n.position,n.position++,i=n.position;else return!0;else xs(t)?(eo(n,r,i,!0),$w(n,ir(n,!1,e)),r=i=n.position):n.position===n.lineStart&&wg(n)?oe(n,"unexpected end of the document within a single quoted scalar"):(n.position++,i=n.position);oe(n,"unexpected end of the stream within a single quoted scalar")}o(Zz,"readSingleQuotedScalar");function eH(n,e){var t,r,i,s,a,c;if(c=n.input.charCodeAt(n.position),c!==34)return!1;for(n.kind="scalar",n.result="",n.position++,t=r=n.position;(c=n.input.charCodeAt(n.position))!==0;){if(c===34)return eo(n,t,n.position,!0),n.position++,!0;if(c===92){if(eo(n,t,n.position,!0),c=n.input.charCodeAt(++n.position),xs(c))ir(n,!1,e);else if(c<256&&cO[c])n.result+=lO[c],n.position++;else if((a=Qz(c))>0){for(i=a,s=0;i>0;i--)c=n.input.charCodeAt(++n.position),(a=Hz(c))>=0?s=(s<<4)+a:oe(n,"expected hexadecimal character");n.result+=Yz(s),n.position++}else oe(n,"unknown escape sequence");t=r=n.position}else xs(c)?(eo(n,t,r,!0),$w(n,ir(n,!1,e)),t=r=n.position):n.position===n.lineStart&&wg(n)?oe(n,"unexpected end of the document within a double quoted scalar"):(n.position++,r=n.position)}oe(n,"unexpected end of the stream within a double quoted scalar")}o(eH,"readDoubleQuotedScalar");function tH(n,e){var t=!0,r,i,s,a=n.tag,c,l=n.anchor,u,f,d,h,p,y=Object.create(null),v,w,b,A;if(A=n.input.charCodeAt(n.position),A===91)f=93,p=!1,c=[];else if(A===123)f=125,p=!0,c={};else return!1;for(n.anchor!==null&&(n.anchorMap[n.anchor]=c),A=n.input.charCodeAt(++n.position);A!==0;){if(ir(n,!0,e),A=n.input.charCodeAt(n.position),A===f)return n.position++,n.tag=a,n.anchor=l,n.kind=p?"mapping":"sequence",n.result=c,!0;t?A===44&&oe(n,"expected the node content, but found ','"):oe(n,"missed comma between flow collection entries"),w=v=b=null,d=h=!1,A===63&&(u=n.input.charCodeAt(n.position+1),Dn(u)&&(d=h=!0,n.position++,ir(n,!0,e))),r=n.line,i=n.lineStart,s=n.position,Bl(n,e,yg,!1,!0),w=n.tag,v=n.result,ir(n,!0,e),A=n.input.charCodeAt(n.position),(h||n.line===r)&&A===58&&(d=!0,A=n.input.charCodeAt(++n.position),ir(n,!0,e),Bl(n,e,yg,!1,!0),b=n.result),p?$l(n,c,y,w,v,b,r,i,s):d?c.push($l(n,null,y,w,v,b,r,i,s)):c.push(v),ir(n,!0,e),A=n.input.charCodeAt(n.position),A===44?(t=!0,A=n.input.charCodeAt(++n.position)):t=!1}oe(n,"unexpected end of the stream within a flow collection")}o(tH,"readFlowCollection");function rH(n,e){var t,r,i=Pw,s=!1,a=!1,c=e,l=0,u=!1,f,d;if(d=n.input.charCodeAt(n.position),d===124)r=!1;else if(d===62)r=!0;else return!1;for(n.kind="scalar",n.result="";d!==0;)if(d=n.input.charCodeAt(++n.position),d===43||d===45)Pw===i?i=d===43?wP:qz:oe(n,"repeat of a chomping mode identifier");else if((f=Kz(d))>=0)f===0?oe(n,"bad explicit indentation width of a block scalar; it cannot be less than one"):a?oe(n,"repeat of an indentation width identifier"):(c=e+f-1,a=!0);else break;if(ec(d)){do d=n.input.charCodeAt(++n.position);while(ec(d));if(d===35)do d=n.input.charCodeAt(++n.position);while(!xs(d)&&d!==0)}for(;d!==0;){for(jw(n),n.lineIndent=0,d=n.input.charCodeAt(n.position);(!a||n.lineIndent<c)&&d===32;)n.lineIndent++,d=n.input.charCodeAt(++n.position);if(!a&&n.lineIndent>c&&(c=n.lineIndent),xs(d)){l++;continue}if(n.lineIndent<c){i===wP?n.result+=pr.repeat(`
|
|
473
473
|
`,s?1+l:l):i===Pw&&s&&(n.result+=`
|
|
474
474
|
`);break}for(r?ec(d)?(u=!0,n.result+=pr.repeat(`
|
|
475
475
|
`,s?1+l:l)):u?(u=!1,n.result+=pr.repeat(`
|
|
476
476
|
`,l+1)):l===0?s&&(n.result+=" "):n.result+=pr.repeat(`
|
|
477
477
|
`,l):n.result+=pr.repeat(`
|
|
478
|
-
`,s?1+l:l),s=!0,a=!0,l=0,t=n.position;!xs(d)&&d!==0;)d=n.input.charCodeAt(++n.position);eo(n,t,n.position,!1)}return!0}o(
|
|
479
|
-
`),n.charCodeAt(0)===65279&&(n=n.slice(1)));var t=new
|
|
478
|
+
`,s?1+l:l),s=!0,a=!0,l=0,t=n.position;!xs(d)&&d!==0;)d=n.input.charCodeAt(++n.position);eo(n,t,n.position,!1)}return!0}o(rH,"readBlockScalar");function CP(n,e){var t,r=n.tag,i=n.anchor,s=[],a,c=!1,l;if(n.firstTabInLine!==-1)return!1;for(n.anchor!==null&&(n.anchorMap[n.anchor]=s),l=n.input.charCodeAt(n.position);l!==0&&(n.firstTabInLine!==-1&&(n.position=n.firstTabInLine,oe(n,"tab characters must not be used in indentation")),!(l!==45||(a=n.input.charCodeAt(n.position+1),!Dn(a))));){if(c=!0,n.position++,ir(n,!0,-1)&&n.lineIndent<=e){s.push(null),l=n.input.charCodeAt(n.position);continue}if(t=n.line,Bl(n,e,iO,!1,!0),s.push(n.result),ir(n,!0,-1),l=n.input.charCodeAt(n.position),(n.line===t||n.lineIndent>e)&&l!==0)oe(n,"bad indentation of a sequence entry");else if(n.lineIndent<e)break}return c?(n.tag=r,n.anchor=i,n.kind="sequence",n.result=s,!0):!1}o(CP,"readBlockSequence");function nH(n,e,t){var r,i,s,a,c,l,u=n.tag,f=n.anchor,d={},h=Object.create(null),p=null,y=null,v=null,w=!1,b=!1,A;if(n.firstTabInLine!==-1)return!1;for(n.anchor!==null&&(n.anchorMap[n.anchor]=d),A=n.input.charCodeAt(n.position);A!==0;){if(!w&&n.firstTabInLine!==-1&&(n.position=n.firstTabInLine,oe(n,"tab characters must not be used in indentation")),r=n.input.charCodeAt(n.position+1),s=n.line,(A===63||A===58)&&Dn(r))A===63?(w&&($l(n,d,h,p,y,null,a,c,l),p=y=v=null),b=!0,w=!0,i=!0):w?(w=!1,i=!0):oe(n,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),n.position+=1,A=r;else{if(a=n.line,c=n.lineStart,l=n.position,!Bl(n,t,nO,!1,!0))break;if(n.line===s){for(A=n.input.charCodeAt(n.position);ec(A);)A=n.input.charCodeAt(++n.position);if(A===58)A=n.input.charCodeAt(++n.position),Dn(A)||oe(n,"a whitespace character is expected after the key-value separator within a block mapping"),w&&($l(n,d,h,p,y,null,a,c,l),p=y=v=null),b=!0,w=!1,i=!1,p=n.tag,y=n.result;else if(b)oe(n,"can not read an implicit mapping pair; a colon is missed");else return n.tag=u,n.anchor=f,!0}else if(b)oe(n,"can not read a block mapping entry; a multiline key may not be an implicit key");else return n.tag=u,n.anchor=f,!0}if((n.line===s||n.lineIndent>e)&&(w&&(a=n.line,c=n.lineStart,l=n.position),Bl(n,e,_g,!0,i)&&(w?y=n.result:v=n.result),w||($l(n,d,h,p,y,v,a,c,l),p=y=v=null),ir(n,!0,-1),A=n.input.charCodeAt(n.position)),(n.line===s||n.lineIndent>e)&&A!==0)oe(n,"bad indentation of a mapping entry");else if(n.lineIndent<e)break}return w&&$l(n,d,h,p,y,null,a,c,l),b&&(n.tag=u,n.anchor=f,n.kind="mapping",n.result=d),b}o(nH,"readBlockMapping");function iH(n){var e,t=!1,r=!1,i,s,a;if(a=n.input.charCodeAt(n.position),a!==33)return!1;if(n.tag!==null&&oe(n,"duplication of a tag property"),a=n.input.charCodeAt(++n.position),a===60?(t=!0,a=n.input.charCodeAt(++n.position)):a===33?(r=!0,i="!!",a=n.input.charCodeAt(++n.position)):i="!",e=n.position,t){do a=n.input.charCodeAt(++n.position);while(a!==0&&a!==62);n.position<n.length?(s=n.input.slice(e,n.position),a=n.input.charCodeAt(++n.position)):oe(n,"unexpected end of the stream within a verbatim tag")}else{for(;a!==0&&!Dn(a);)a===33&&(r?oe(n,"tag suffix cannot contain exclamation marks"):(i=n.input.slice(e-1,n.position+1),sO.test(i)||oe(n,"named tag handle cannot contain such characters"),r=!0,e=n.position+1)),a=n.input.charCodeAt(++n.position);s=n.input.slice(e,n.position),zz.test(s)&&oe(n,"tag suffix cannot contain flow indicator characters")}s&&!aO.test(s)&&oe(n,"tag name cannot contain such characters: "+s);try{s=decodeURIComponent(s)}catch{oe(n,"tag name is malformed: "+s)}return t?n.tag=s:to.call(n.tagMap,i)?n.tag=n.tagMap[i]+s:i==="!"?n.tag="!"+s:i==="!!"?n.tag="tag:yaml.org,2002:"+s:oe(n,'undeclared tag handle "'+i+'"'),!0}o(iH,"readTagProperty");function sH(n){var e,t;if(t=n.input.charCodeAt(n.position),t!==38)return!1;for(n.anchor!==null&&oe(n,"duplication of an anchor property"),t=n.input.charCodeAt(++n.position),e=n.position;t!==0&&!Dn(t)&&!jl(t);)t=n.input.charCodeAt(++n.position);return n.position===e&&oe(n,"name of an anchor node must contain at least one character"),n.anchor=n.input.slice(e,n.position),!0}o(sH,"readAnchorProperty");function aH(n){var e,t,r;if(r=n.input.charCodeAt(n.position),r!==42)return!1;for(r=n.input.charCodeAt(++n.position),e=n.position;r!==0&&!Dn(r)&&!jl(r);)r=n.input.charCodeAt(++n.position);return n.position===e&&oe(n,"name of an alias node must contain at least one character"),t=n.input.slice(e,n.position),to.call(n.anchorMap,t)||oe(n,'unidentified alias "'+t+'"'),n.result=n.anchorMap[t],ir(n,!0,-1),!0}o(aH,"readAlias");function Bl(n,e,t,r,i){var s,a,c,l=1,u=!1,f=!1,d,h,p,y,v,w;if(n.listener!==null&&n.listener("open",n),n.tag=null,n.anchor=null,n.kind=null,n.result=null,s=a=c=_g===t||iO===t,r&&ir(n,!0,-1)&&(u=!0,n.lineIndent>e?l=1:n.lineIndent===e?l=0:n.lineIndent<e&&(l=-1)),l===1)for(;iH(n)||sH(n);)ir(n,!0,-1)?(u=!0,c=s,n.lineIndent>e?l=1:n.lineIndent===e?l=0:n.lineIndent<e&&(l=-1)):c=!1;if(c&&(c=u||i),(l===1||_g===t)&&(yg===t||nO===t?v=e:v=e+1,w=n.position-n.lineStart,l===1?c&&(CP(n,w)||nH(n,w,v))||tH(n,v)?f=!0:(a&&rH(n,v)||Zz(n,v)||eH(n,v)?f=!0:aH(n)?(f=!0,(n.tag!==null||n.anchor!==null)&&oe(n,"alias node should not have any properties")):Jz(n,v,yg===t)&&(f=!0,n.tag===null&&(n.tag="?")),n.anchor!==null&&(n.anchorMap[n.anchor]=n.result)):l===0&&(f=c&&CP(n,w))),n.tag===null)n.anchor!==null&&(n.anchorMap[n.anchor]=n.result);else if(n.tag==="?"){for(n.result!==null&&n.kind!=="scalar"&&oe(n,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+n.kind+'"'),d=0,h=n.implicitTypes.length;d<h;d+=1)if(y=n.implicitTypes[d],y.resolve(n.result)){n.result=y.construct(n.result),n.tag=y.tag,n.anchor!==null&&(n.anchorMap[n.anchor]=n.result);break}}else if(n.tag!=="!"){if(to.call(n.typeMap[n.kind||"fallback"],n.tag))y=n.typeMap[n.kind||"fallback"][n.tag];else for(y=null,p=n.typeMap.multi[n.kind||"fallback"],d=0,h=p.length;d<h;d+=1)if(n.tag.slice(0,p[d].tag.length)===p[d].tag){y=p[d];break}y||oe(n,"unknown tag !<"+n.tag+">"),n.result!==null&&y.kind!==n.kind&&oe(n,"unacceptable node kind for !<"+n.tag+'> tag; it should be "'+y.kind+'", not "'+n.kind+'"'),y.resolve(n.result,n.tag)?(n.result=y.construct(n.result,n.tag),n.anchor!==null&&(n.anchorMap[n.anchor]=n.result)):oe(n,"cannot resolve a node with !<"+n.tag+"> explicit tag")}return n.listener!==null&&n.listener("close",n),n.tag!==null||n.anchor!==null||f}o(Bl,"composeNode");function oH(n){var e=n.position,t,r,i,s=!1,a;for(n.version=null,n.checkLineBreaks=n.legacy,n.tagMap=Object.create(null),n.anchorMap=Object.create(null);(a=n.input.charCodeAt(n.position))!==0&&(ir(n,!0,-1),a=n.input.charCodeAt(n.position),!(n.lineIndent>0||a!==37));){for(s=!0,a=n.input.charCodeAt(++n.position),t=n.position;a!==0&&!Dn(a);)a=n.input.charCodeAt(++n.position);for(r=n.input.slice(t,n.position),i=[],r.length<1&&oe(n,"directive name must not be less than one character in length");a!==0;){for(;ec(a);)a=n.input.charCodeAt(++n.position);if(a===35){do a=n.input.charCodeAt(++n.position);while(a!==0&&!xs(a));break}if(xs(a))break;for(t=n.position;a!==0&&!Dn(a);)a=n.input.charCodeAt(++n.position);i.push(n.input.slice(t,n.position))}a!==0&&jw(n),to.call(AP,r)?AP[r](n,r,i):Sg(n,'unknown document directive "'+r+'"')}if(ir(n,!0,-1),n.lineIndent===0&&n.input.charCodeAt(n.position)===45&&n.input.charCodeAt(n.position+1)===45&&n.input.charCodeAt(n.position+2)===45?(n.position+=3,ir(n,!0,-1)):s&&oe(n,"directives end mark is expected"),Bl(n,n.lineIndent-1,_g,!1,!0),ir(n,!0,-1),n.checkLineBreaks&&Gz.test(n.input.slice(e,n.position))&&Sg(n,"non-ASCII line breaks are interpreted as content"),n.documents.push(n.result),n.position===n.lineStart&&wg(n)){n.input.charCodeAt(n.position)===46&&(n.position+=3,ir(n,!0,-1));return}if(n.position<n.length-1)oe(n,"end of the stream or a document separator is expected");else return}o(oH,"readDocument");function fO(n,e){n=String(n),e=e||{},n.length!==0&&(n.charCodeAt(n.length-1)!==10&&n.charCodeAt(n.length-1)!==13&&(n+=`
|
|
479
|
+
`),n.charCodeAt(0)===65279&&(n=n.slice(1)));var t=new Xz(n,e),r=n.indexOf("\0");for(r!==-1&&(t.position=r,oe(t,"null byte is not allowed in input")),t.input+="\0";t.input.charCodeAt(t.position)===32;)t.lineIndent+=1,t.position+=1;for(;t.position<t.length-1;)oH(t);return t.documents}o(fO,"loadDocuments");function cH(n,e,t){e!==null&&typeof e=="object"&&typeof t>"u"&&(t=e,e=null);var r=fO(n,t);if(typeof e!="function")return r;for(var i=0,s=r.length;i<s;i+=1)e(r[i])}o(cH,"loadAll$1");function lH(n,e){var t=fO(n,e);if(t.length!==0){if(t.length===1)return t[0];throw new Sn("expected a single document in the stream, but found more")}}o(lH,"load$1");var uH=cH,fH=lH,dO={loadAll:uH,load:fH},hO=Object.prototype.toString,pO=Object.prototype.hasOwnProperty,Bw=65279,dH=9,Mf=10,hH=13,pH=32,mH=33,gH=34,Fw=35,yH=37,_H=38,SH=39,vH=42,mO=44,bH=45,vg=58,wH=61,EH=62,TH=63,AH=64,gO=91,yO=93,xH=96,_O=123,CH=124,SO=125,Zr={};Zr[0]="\\0";Zr[7]="\\a";Zr[8]="\\b";Zr[9]="\\t";Zr[10]="\\n";Zr[11]="\\v";Zr[12]="\\f";Zr[13]="\\r";Zr[27]="\\e";Zr[34]='\\"';Zr[92]="\\\\";Zr[133]="\\N";Zr[160]="\\_";Zr[8232]="\\L";Zr[8233]="\\P";var IH=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],RH=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function PH(n,e){var t,r,i,s,a,c,l;if(e===null)return{};for(t={},r=Object.keys(e),i=0,s=r.length;i<s;i+=1)a=r[i],c=String(e[a]),a.slice(0,2)==="!!"&&(a="tag:yaml.org,2002:"+a.slice(2)),l=n.compiledTypeMap.fallback[a],l&&pO.call(l.styleAliases,c)&&(c=l.styleAliases[c]),t[a]=c;return t}o(PH,"compileStyleMap");function OH(n){var e,t,r;if(e=n.toString(16).toUpperCase(),n<=255)t="x",r=2;else if(n<=65535)t="u",r=4;else if(n<=4294967295)t="U",r=8;else throw new Sn("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+t+pr.repeat("0",r-e.length)+e}o(OH,"encodeHex");var FH=1,jf=2;function DH(n){this.schema=n.schema||Mw,this.indent=Math.max(1,n.indent||2),this.noArrayIndent=n.noArrayIndent||!1,this.skipInvalid=n.skipInvalid||!1,this.flowLevel=pr.isNothing(n.flowLevel)?-1:n.flowLevel,this.styleMap=PH(this.schema,n.styles||null),this.sortKeys=n.sortKeys||!1,this.lineWidth=n.lineWidth||80,this.noRefs=n.noRefs||!1,this.noCompatMode=n.noCompatMode||!1,this.condenseFlow=n.condenseFlow||!1,this.quotingType=n.quotingType==='"'?jf:FH,this.forceQuotes=n.forceQuotes||!1,this.replacer=typeof n.replacer=="function"?n.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}o(DH,"State");function IP(n,e){for(var t=pr.repeat(" ",e),r=0,i=-1,s="",a,c=n.length;r<c;)i=n.indexOf(`
|
|
480
480
|
`,r),i===-1?(a=n.slice(r),r=c):(a=n.slice(r,i+1),r=i+1),a.length&&a!==`
|
|
481
481
|
`&&(s+=t),s+=a;return s}o(IP,"indentString");function Dw(n,e){return`
|
|
482
|
-
`+pr.repeat(" ",n.indent*e)}o(Dw,"generateNextLine");function
|
|
482
|
+
`+pr.repeat(" ",n.indent*e)}o(Dw,"generateNextLine");function NH(n,e){var t,r,i;for(t=0,r=n.implicitTypes.length;t<r;t+=1)if(i=n.implicitTypes[t],i.resolve(e))return!0;return!1}o(NH,"testImplicitResolving");function bg(n){return n===pH||n===dH}o(bg,"isWhitespace");function $f(n){return 32<=n&&n<=126||161<=n&&n<=55295&&n!==8232&&n!==8233||57344<=n&&n<=65533&&n!==Bw||65536<=n&&n<=1114111}o($f,"isPrintable");function RP(n){return $f(n)&&n!==Bw&&n!==hH&&n!==Mf}o(RP,"isNsCharOrWhitespace");function PP(n,e,t){var r=RP(n),i=r&&!bg(n);return(t?r:r&&n!==mO&&n!==gO&&n!==yO&&n!==_O&&n!==SO)&&n!==Fw&&!(e===vg&&!i)||RP(e)&&!bg(e)&&n===Fw||e===vg&&i}o(PP,"isPlainSafe");function LH(n){return $f(n)&&n!==Bw&&!bg(n)&&n!==bH&&n!==TH&&n!==vg&&n!==mO&&n!==gO&&n!==yO&&n!==_O&&n!==SO&&n!==Fw&&n!==_H&&n!==vH&&n!==mH&&n!==CH&&n!==wH&&n!==EH&&n!==SH&&n!==gH&&n!==yH&&n!==AH&&n!==xH}o(LH,"isPlainSafeFirst");function kH(n){return!bg(n)&&n!==vg}o(kH,"isPlainSafeLast");function Lf(n,e){var t=n.charCodeAt(e),r;return t>=55296&&t<=56319&&e+1<n.length&&(r=n.charCodeAt(e+1),r>=56320&&r<=57343)?(t-55296)*1024+r-56320+65536:t}o(Lf,"codePointAt");function vO(n){var e=/^\n* /;return e.test(n)}o(vO,"needIndentIndicator");var bO=1,Nw=2,wO=3,EO=4,Ml=5;function MH(n,e,t,r,i,s,a,c){var l,u=0,f=null,d=!1,h=!1,p=r!==-1,y=-1,v=LH(Lf(n,0))&&kH(Lf(n,n.length-1));if(e||a)for(l=0;l<n.length;u>=65536?l+=2:l++){if(u=Lf(n,l),!$f(u))return Ml;v=v&&PP(u,f,c),f=u}else{for(l=0;l<n.length;u>=65536?l+=2:l++){if(u=Lf(n,l),u===Mf)d=!0,p&&(h=h||l-y-1>r&&n[y+1]!==" ",y=l);else if(!$f(u))return Ml;v=v&&PP(u,f,c),f=u}h=h||p&&l-y-1>r&&n[y+1]!==" "}return!d&&!h?v&&!a&&!i(n)?bO:s===jf?Ml:Nw:t>9&&vO(n)?Ml:a?s===jf?Ml:Nw:h?EO:wO}o(MH,"chooseScalarStyle");function jH(n,e,t,r,i){n.dump=(function(){if(e.length===0)return n.quotingType===jf?'""':"''";if(!n.noCompatMode&&(IH.indexOf(e)!==-1||RH.test(e)))return n.quotingType===jf?'"'+e+'"':"'"+e+"'";var s=n.indent*Math.max(1,t),a=n.lineWidth===-1?-1:Math.max(Math.min(n.lineWidth,40),n.lineWidth-s),c=r||n.flowLevel>-1&&t>=n.flowLevel;function l(u){return NH(n,u)}switch(o(l,"testAmbiguity"),MH(e,c,n.indent,a,l,n.quotingType,n.forceQuotes&&!r,i)){case bO:return e;case Nw:return"'"+e.replace(/'/g,"''")+"'";case wO:return"|"+OP(e,n.indent)+FP(IP(e,s));case EO:return">"+OP(e,n.indent)+FP(IP($H(e,a),s));case Ml:return'"'+BH(e)+'"';default:throw new Sn("impossible error: invalid scalar style")}})()}o(jH,"writeScalar");function OP(n,e){var t=vO(n)?String(e):"",r=n[n.length-1]===`
|
|
483
483
|
`,i=r&&(n[n.length-2]===`
|
|
484
484
|
`||n===`
|
|
485
485
|
`),s=i?"+":r?"":"-";return t+s+`
|
|
486
486
|
`}o(OP,"blockHeader");function FP(n){return n[n.length-1]===`
|
|
487
|
-
`?n.slice(0,-1):n}o(FP,"dropEndingNewline");function
|
|
487
|
+
`?n.slice(0,-1):n}o(FP,"dropEndingNewline");function $H(n,e){for(var t=/(\n+)([^\n]*)/g,r=(function(){var u=n.indexOf(`
|
|
488
488
|
`);return u=u!==-1?u:n.length,t.lastIndex=u,DP(n.slice(0,u),e)})(),i=n[0]===`
|
|
489
489
|
`||n[0]===" ",s,a;a=t.exec(n);){var c=a[1],l=a[2];s=l[0]===" ",r+=c+(!i&&!s&&l!==""?`
|
|
490
|
-
`:"")+DP(l,e),i=s}return r}o(
|
|
490
|
+
`:"")+DP(l,e),i=s}return r}o($H,"foldString");function DP(n,e){if(n===""||n[0]===" ")return n;for(var t=/ [^ ]/g,r,i=0,s,a=0,c=0,l="";r=t.exec(n);)c=r.index,c-i>e&&(s=a>i?a:c,l+=`
|
|
491
491
|
`+n.slice(i,s),i=s+1),a=c;return l+=`
|
|
492
492
|
`,n.length-i>e&&a>i?l+=n.slice(i,a)+`
|
|
493
|
-
`+n.slice(a+1):l+=n.slice(i),l.slice(1)}o(DP,"foldLine");function
|
|
494
|
-
`:""}o(
|
|
493
|
+
`+n.slice(a+1):l+=n.slice(i),l.slice(1)}o(DP,"foldLine");function BH(n){for(var e="",t=0,r,i=0;i<n.length;t>=65536?i+=2:i++)t=Lf(n,i),r=Zr[t],!r&&$f(t)?(e+=n[i],t>=65536&&(e+=n[i+1])):e+=r||OH(t);return e}o(BH,"escapeString");function UH(n,e,t){var r="",i=n.tag,s,a,c;for(s=0,a=t.length;s<a;s+=1)c=t[s],n.replacer&&(c=n.replacer.call(t,String(s),c)),(ma(n,e,c,!1,!1)||typeof c>"u"&&ma(n,e,null,!1,!1))&&(r!==""&&(r+=","+(n.condenseFlow?"":" ")),r+=n.dump);n.tag=i,n.dump="["+r+"]"}o(UH,"writeFlowSequence");function NP(n,e,t,r){var i="",s=n.tag,a,c,l;for(a=0,c=t.length;a<c;a+=1)l=t[a],n.replacer&&(l=n.replacer.call(t,String(a),l)),(ma(n,e+1,l,!0,!0,!1,!0)||typeof l>"u"&&ma(n,e+1,null,!0,!0,!1,!0))&&((!r||i!=="")&&(i+=Dw(n,e)),n.dump&&Mf===n.dump.charCodeAt(0)?i+="-":i+="- ",i+=n.dump);n.tag=s,n.dump=i||"[]"}o(NP,"writeBlockSequence");function VH(n,e,t){var r="",i=n.tag,s=Object.keys(t),a,c,l,u,f;for(a=0,c=s.length;a<c;a+=1)f="",r!==""&&(f+=", "),n.condenseFlow&&(f+='"'),l=s[a],u=t[l],n.replacer&&(u=n.replacer.call(t,l,u)),ma(n,e,l,!1,!1)&&(n.dump.length>1024&&(f+="? "),f+=n.dump+(n.condenseFlow?'"':"")+":"+(n.condenseFlow?"":" "),ma(n,e,u,!1,!1)&&(f+=n.dump,r+=f));n.tag=i,n.dump="{"+r+"}"}o(VH,"writeFlowMapping");function qH(n,e,t,r){var i="",s=n.tag,a=Object.keys(t),c,l,u,f,d,h;if(n.sortKeys===!0)a.sort();else if(typeof n.sortKeys=="function")a.sort(n.sortKeys);else if(n.sortKeys)throw new Sn("sortKeys must be a boolean or a function");for(c=0,l=a.length;c<l;c+=1)h="",(!r||i!=="")&&(h+=Dw(n,e)),u=a[c],f=t[u],n.replacer&&(f=n.replacer.call(t,u,f)),ma(n,e+1,u,!0,!0,!0)&&(d=n.tag!==null&&n.tag!=="?"||n.dump&&n.dump.length>1024,d&&(n.dump&&Mf===n.dump.charCodeAt(0)?h+="?":h+="? "),h+=n.dump,d&&(h+=Dw(n,e)),ma(n,e+1,f,!0,d)&&(n.dump&&Mf===n.dump.charCodeAt(0)?h+=":":h+=": ",h+=n.dump,i+=h));n.tag=s,n.dump=i||"{}"}o(qH,"writeBlockMapping");function LP(n,e,t){var r,i,s,a,c,l;for(i=t?n.explicitTypes:n.implicitTypes,s=0,a=i.length;s<a;s+=1)if(c=i[s],(c.instanceOf||c.predicate)&&(!c.instanceOf||typeof e=="object"&&e instanceof c.instanceOf)&&(!c.predicate||c.predicate(e))){if(t?c.multi&&c.representName?n.tag=c.representName(e):n.tag=c.tag:n.tag="?",c.represent){if(l=n.styleMap[c.tag]||c.defaultStyle,hO.call(c.represent)==="[object Function]")r=c.represent(e,l);else if(pO.call(c.represent,l))r=c.represent[l](e,l);else throw new Sn("!<"+c.tag+'> tag resolver accepts not "'+l+'" style');n.dump=r}return!0}return!1}o(LP,"detectType");function ma(n,e,t,r,i,s,a){n.tag=null,n.dump=t,LP(n,t,!1)||LP(n,t,!0);var c=hO.call(n.dump),l=r,u;r&&(r=n.flowLevel<0||n.flowLevel>e);var f=c==="[object Object]"||c==="[object Array]",d,h;if(f&&(d=n.duplicates.indexOf(t),h=d!==-1),(n.tag!==null&&n.tag!=="?"||h||n.indent!==2&&e>0)&&(i=!1),h&&n.usedDuplicates[d])n.dump="*ref_"+d;else{if(f&&h&&!n.usedDuplicates[d]&&(n.usedDuplicates[d]=!0),c==="[object Object]")r&&Object.keys(n.dump).length!==0?(qH(n,e,n.dump,i),h&&(n.dump="&ref_"+d+n.dump)):(VH(n,e,n.dump),h&&(n.dump="&ref_"+d+" "+n.dump));else if(c==="[object Array]")r&&n.dump.length!==0?(n.noArrayIndent&&!a&&e>0?NP(n,e-1,n.dump,i):NP(n,e,n.dump,i),h&&(n.dump="&ref_"+d+n.dump)):(UH(n,e,n.dump),h&&(n.dump="&ref_"+d+" "+n.dump));else if(c==="[object String]")n.tag!=="?"&&jH(n,n.dump,e,s,l);else{if(c==="[object Undefined]")return!1;if(n.skipInvalid)return!1;throw new Sn("unacceptable kind of an object to dump "+c)}n.tag!==null&&n.tag!=="?"&&(u=encodeURI(n.tag[0]==="!"?n.tag.slice(1):n.tag).replace(/!/g,"%21"),n.tag[0]==="!"?u="!"+u:u.slice(0,18)==="tag:yaml.org,2002:"?u="!!"+u.slice(18):u="!<"+u+">",n.dump=u+" "+n.dump)}return!0}o(ma,"writeNode");function WH(n,e){var t=[],r=[],i,s;for(Lw(n,t,r),i=0,s=r.length;i<s;i+=1)e.duplicates.push(t[r[i]]);e.usedDuplicates=new Array(s)}o(WH,"getDuplicateReferences");function Lw(n,e,t){var r,i,s;if(n!==null&&typeof n=="object")if(i=e.indexOf(n),i!==-1)t.indexOf(i)===-1&&t.push(i);else if(e.push(n),Array.isArray(n))for(i=0,s=n.length;i<s;i+=1)Lw(n[i],e,t);else for(r=Object.keys(n),i=0,s=r.length;i<s;i+=1)Lw(n[r[i]],e,t)}o(Lw,"inspectNode");function GH(n,e){e=e||{};var t=new DH(e);t.noRefs||WH(n,t);var r=n;return t.replacer&&(r=t.replacer.call({"":r},"",r)),ma(t,0,r,!0,!0)?t.dump+`
|
|
494
|
+
`:""}o(GH,"dump$1");var zH=GH,HH={dump:zH};function Uw(n,e){return function(){throw new Error("Function yaml."+n+" is removed in js-yaml 4. Use yaml."+e+" instead, which is now safe by default.")}}o(Uw,"renamed");var QH=Br,KH=jP,YH=VP,XH=HP,JH=QP,ZH=Mw,eQ=dO.load,tQ=dO.loadAll,rQ=HH.dump,nQ=Sn,iQ={binary:ZP,float:zP,map:UP,null:qP,pairs:tO,set:rO,timestamp:XP,bool:WP,int:GP,merge:JP,omap:eO,seq:BP,str:$P},sQ=Uw("safeLoad","load"),aQ=Uw("safeLoadAll","loadAll"),oQ=Uw("safeDump","dump"),sr={Type:QH,Schema:KH,FAILSAFE_SCHEMA:YH,JSON_SCHEMA:XH,CORE_SCHEMA:JH,DEFAULT_SCHEMA:ZH,load:eQ,loadAll:tQ,dump:rQ,YAMLException:nQ,types:iQ,safeLoad:sQ,safeLoadAll:aQ,safeDump:oQ};var cQ=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i,Nt=class{constructor(e){this.rootPath=e;this.uuidIndex=null;this.basenameIndex=null;this.aliasIndex=null}static{o(this,"FileSystemVaultAdapter")}async read(e){let t=this.resolvePath(e.path);if(!await ar.default.pathExists(t))throw new Error(`File not found: ${e.path}`);return ar.default.readFile(t,"utf-8")}async create(e,t){let r=this.resolvePath(e);if(await ar.default.pathExists(r))throw new Error(`File already exists: ${e}`);return await ar.default.ensureDir(or.default.dirname(r)),await ar.default.writeFile(r,t,"utf-8"),this.createFileObject(e)}async modify(e,t){let r=this.resolvePath(e.path);if(!await ar.default.pathExists(r))throw new Error(`File not found: ${e.path}`);await ar.default.writeFile(r,t,"utf-8")}async delete(e){let t=this.resolvePath(e.path);if(!await ar.default.pathExists(t))throw new Error(`File not found: ${e.path}`);await ar.default.remove(t)}async exists(e){let t=this.resolvePath(e);return ar.default.pathExists(t)}getAbstractFileByPath(e){let t=this.resolvePath(e);try{let r=ar.default.statSync(t);if(r.isFile())return this.createFileObject(e);if(r.isDirectory())return this.createFolderObject(e)}catch{return null}return null}getAllFiles(){let e=[];return this.walkDirectory(this.rootPath,t=>{if(t.endsWith(".md")){let r=or.default.relative(this.rootPath,t);e.push(this.createFileObject(r))}}),e}getFrontmatter(e){try{let t=ar.default.readFileSync(this.resolvePath(e.path),"utf-8");return this.extractFrontmatter(t)}catch{return null}}async updateFrontmatter(e,t){let r=await this.read(e),i=this.extractFrontmatter(r)||{},s=t(i),a=this.replaceFrontmatter(r,s);await this.modify(e,a)}async rename(e,t){let r=this.resolvePath(e.path),i=this.resolvePath(t);if(!await ar.default.pathExists(r))throw new Error(`File not found: ${e.path}`);await ar.default.ensureDir(or.default.dirname(i)),await ar.default.move(r,i)}async createFolder(e){let t=this.resolvePath(e);await ar.default.ensureDir(t)}getFirstLinkpathDest(e,t){let r=e.split("|")[0].trim();if(!r)return null;if(cQ.test(r)){this.uuidIndex===null&&this.buildUuidIndex();let u=r.toLowerCase(),f=this.uuidIndex.get(u);return f?this.createFileObject(f):null}let i=or.default.dirname(this.resolvePath(t)),s;if(or.default.isAbsolute(r)?s=this.resolvePath(r):s=or.default.resolve(i,r),r.endsWith(".md")||(s+=".md"),ar.default.existsSync(s)){let u=or.default.relative(this.rootPath,s);return this.createFileObject(u)}(this.basenameIndex===null||this.aliasIndex===null)&&this.buildLinkpathIndex();let a=r.toLowerCase(),c=this.basenameIndex.get(a);if(c)return this.createFileObject(c);let l=this.aliasIndex.get(a);return l?this.createFileObject(l):null}buildLinkpathIndex(){this.basenameIndex=new Map,this.aliasIndex=new Map,this.walkDirectory(this.rootPath,e=>{if(!e.endsWith(".md"))return;let t=or.default.relative(this.rootPath,e),r=or.default.basename(e,".md").toLowerCase();this.basenameIndex.has(r)||this.basenameIndex.set(r,t);let i;try{i=ar.default.readFileSync(e,"utf-8")}catch{return}let s=this.extractFrontmatter(i);if(!s)return;let a=s.aliases,c=Array.isArray(a)?a:typeof a=="string"?[a]:[];for(let l of c){if(typeof l!="string")continue;let u=l.trim().toLowerCase();u&&(this.aliasIndex.has(u)||this.aliasIndex.set(u,t))}})}buildUuidIndex(){this.uuidIndex=new Map,this.walkDirectory(this.rootPath,e=>{if(e.endsWith(".md")){let r=or.default.basename(e,".md").match(/^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/i);if(r){let i=r[1].toLowerCase(),s=or.default.relative(this.rootPath,e);this.uuidIndex.set(i,s)}}})}async process(e,t){let r=await this.read(e),i=t(r);return await this.modify(e,i),i}getDefaultNewFileParent(){return{path:"",name:""}}async updateLinks(e,t,r){return Promise.resolve()}resolvePath(e){return or.default.isAbsolute(e)?e:or.default.join(this.rootPath,e)}createFileObject(e){let t=or.default.basename(e),r=or.default.basename(e,or.default.extname(e)),i=or.default.dirname(e);return{path:e,basename:r,name:t,parent:i!=="."?this.createFolderObject(i):null}}createFolderObject(e){return{path:e,name:or.default.basename(e)}}extractFrontmatter(e){let t=/^---\n([\s\S]*?)\n---/,r=e.match(t);if(!r)return null;try{let i=sr.load(r[1]);return typeof i=="object"&&i!==null?i:null}catch{return null}}replaceFrontmatter(e,t){let r=sr.dump(t,{lineWidth:-1,noRefs:!0,quotingType:'"'}),i=/^---\n([\s\S]*?)\n---/;return e.match(i)?e.replace(i,`---
|
|
495
495
|
${r.trim()}
|
|
496
496
|
---`):`---
|
|
497
497
|
${r.trim()}
|
|
@@ -526,19 +526,19 @@ To fix this:
|
|
|
526
526
|
3. Simplify query: reduce WHERE clauses or add LIMIT
|
|
527
527
|
4. Use cache: --use-cache for faster vault loading${i!==void 0?`
|
|
528
528
|
|
|
529
|
-
Partial results: ${i} result(s) were collected before timeout.`:""}`}static{o(this,"QueryTimeoutError")}};var qf=K(require("path")),en=K(Za()),Ar=K(Pt());var qn=class{constructor(e){this.cliVersion="1.0.0";this.vaultPath=qf.default.resolve(e),this.cachePath=qf.default.join(this.vaultPath,".exocortex","cache","triples.json")}static{o(this,"CacheManager")}getCachePath(){return this.cachePath}async isCacheValid(){try{if(!await en.default.pathExists(this.cachePath))return!1;let e=await en.default.readJson(this.cachePath);return!(!e.metadata||typeof e.metadata.vaultMtime!="number"||typeof e.metadata.tripleCount!="number"||(await en.default.stat(this.vaultPath)).mtimeMs!==e.metadata.vaultMtime)}catch{return!1}}async loadOrBuild(){let e=Date.now();if(await this.isCacheValid())return{triples:await this.loadFromCache(),cacheHit:!0,durationMs:Date.now()-e};let{tripleCount:t}=await this.buildCache();return{triples:await this.loadFromCache(),cacheHit:!1,durationMs:Date.now()-e}}async loadFromCache(){return(await en.default.readJson(this.cachePath)).triples.map(this.deserializeTriple)}async buildCache(){let e=await this.buildCacheWithValidation({strict:!1});return{tripleCount:e.tripleCount,durationMs:e.durationMs}}async buildCacheWithValidation(e={}){let t=Date.now(),r=new Nt(this.vaultPath),s=await new Ar.NoteToRDFConverter(r).convertVaultWithValidation({strict:e.strict??!1}),a=await en.default.stat(this.vaultPath),c=s.triples.map(this.serializeTriple),l={metadata:{version:this.cliVersion,timestamp:Date.now(),vaultPath:this.vaultPath,tripleCount:s.triples.length,vaultMtime:a.mtimeMs},triples:c};return await en.default.ensureDir(qf.default.dirname(this.cachePath)),await en.default.writeJson(this.cachePath,l,{spaces:0}),{tripleCount:s.triples.length,durationMs:Date.now()-t,skippedFiles:s.skippedFiles,summary:s.summary}}async validateVault(){let e=new Nt(this.vaultPath);return new Ar.NoteToRDFConverter(e).validateVault()}async invalidate(){await en.default.pathExists(this.cachePath)&&await en.default.remove(this.cachePath)}async getCacheStats(){try{if(!await en.default.pathExists(this.cachePath))return null;let e=await en.default.readJson(this.cachePath),t=await en.default.stat(this.cachePath),r=await this.isCacheValid();return{tripleCount:e.metadata.tripleCount,createdAt:new Date(e.metadata.timestamp),isValid:r,sizeBytes:t.size}}catch{return null}}async saveTriples(e){let t=await en.default.stat(this.vaultPath),r=e.map(this.serializeTriple),i={metadata:{version:this.cliVersion,timestamp:Date.now(),vaultPath:this.vaultPath,tripleCount:e.length,vaultMtime:t.mtimeMs},triples:r};await en.default.ensureDir(qf.default.dirname(this.cachePath)),await en.default.writeJson(this.cachePath,i,{spaces:0})}serializeTriple(e){return{subject:Vw(e.subject),predicate:Vw(e.predicate),object:Vw(e.object)}}deserializeTriple(e){return new Ar.Triple(qw(e.subject),qw(e.predicate),qw(e.object))}};function Vw(n){if(n instanceof Ar.IRI)return{type:"IRI",value:n.value};if(n instanceof Ar.Literal){let e={type:"Literal",value:n.value};return n.datatype&&(e.datatype=n.datatype.value),n.language&&(e.language=n.language),e}return n instanceof Ar.BlankNode?{type:"BlankNode",value:n.value}:{type:"IRI",value:String(n)}}o(Vw,"serializeNode");function qw(n){switch(n.type){case"IRI":return new Ar.IRI(n.value);case"Literal":return n.datatype?new Ar.Literal(n.value,new Ar.IRI(n.datatype)):n.language?new Ar.Literal(n.value,void 0,n.language):new Ar.Literal(n.value);case"BlankNode":return new Ar.BlankNode(n.value);default:return new Ar.IRI(n.value)}}o(qw,"deserializeNode");var AO=K(require("crypto")),Wf=K(require("path")),xO=K(require("os")),Wn=K(Za());var Wl=class{static{o(this,"QueryResultCache")}constructor(e={}){this.cacheDir=e.cacheDir??Wf.default.join(xO.default.homedir(),".exocortex","cache","query-results")}getCacheDir(){return this.cacheDir}getCacheKey(e){let t=e.trim().replace(/\s+/g," ");return AO.default.createHash("sha256").update(t).digest("hex")}async get(e,t){let r=this.getCacheKey(e),i=this.getCachePath(r);try{if(!await Wn.default.pathExists(i))return null;let s=await Wn.default.readJson(i),a=Date.now()-s.timestamp,c=t*1e3;return a>c?(await Wn.default.remove(i),null):s.result}catch{return null}}async set(e,t,r){let i=this.getCacheKey(e),s=this.getCachePath(i);await Wn.default.ensureDir(this.cacheDir);let a={timestamp:Date.now(),result:t};await Wn.default.writeJson(s,a,{spaces:0})}async isCached(e,t){return await this.get(e,t)!==null}async invalidate(e){let t=this.getCacheKey(e),r=this.getCachePath(t);try{await Wn.default.remove(r)}catch{}}async clear(){try{if(await Wn.default.pathExists(this.cacheDir)){let e=await Wn.default.readdir(this.cacheDir);await Promise.all(e.filter(t=>t.endsWith(".json")).map(t=>Wn.default.remove(Wf.default.join(this.cacheDir,t))))}}catch{}}async getCacheStats(){try{if(!await Wn.default.pathExists(this.cacheDir))return{entryCount:0,totalSizeBytes:0};let t=(await Wn.default.readdir(this.cacheDir)).filter(i=>i.endsWith(".json")),r=0;for(let i of t){let s=await Wn.default.stat(Wf.default.join(this.cacheDir,i));r+=s.size}return{entryCount:t.length,totalSizeBytes:r}}catch{return{entryCount:0,totalSizeBytes:0}}}getCachePath(e){return Wf.default.join(this.cacheDir,`${e}.json`)}};var Xf=K(require("node:process"),1);var CO=o((n=0)=>e=>`\x1B[${e+n}m`,"wrapAnsi16"),IO=o((n=0)=>e=>`\x1B[${38+n};5;${e}m`,"wrapAnsi256"),RO=o((n=0)=>(e,t,r)=>`\x1B[${38+n};2;${e};${t};${r}m`,"wrapAnsi16m"),Lt={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},_de=Object.keys(Lt.modifier),oQ=Object.keys(Lt.color),cQ=Object.keys(Lt.bgColor),Sde=[...oQ,...cQ];function lQ(){let n=new Map;for(let[e,t]of Object.entries(Lt)){for(let[r,i]of Object.entries(t))Lt[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},t[r]=Lt[r],n.set(i[0],i[1]);Object.defineProperty(Lt,e,{value:t,enumerable:!1})}return Object.defineProperty(Lt,"codes",{value:n,enumerable:!1}),Lt.color.close="\x1B[39m",Lt.bgColor.close="\x1B[49m",Lt.color.ansi=CO(),Lt.color.ansi256=IO(),Lt.color.ansi16m=RO(),Lt.bgColor.ansi=CO(10),Lt.bgColor.ansi256=IO(10),Lt.bgColor.ansi16m=RO(10),Object.defineProperties(Lt,{rgbToAnsi256:{value(e,t,r){return e===t&&t===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(t/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(e){let t=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!t)return[0,0,0];let[r]=t;r.length===3&&(r=[...r].map(s=>s+s).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:o(e=>Lt.rgbToAnsi256(...Lt.hexToRgb(e)),"value"),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let t,r,i;if(e>=232)t=((e-232)*10+8)/255,r=t,i=t;else{e-=16;let c=e%36;t=Math.floor(e/36)/5,r=Math.floor(c/6)/5,i=c%6/5}let s=Math.max(t,r,i)*2;if(s===0)return 30;let a=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(t));return s===2&&(a+=60),a},enumerable:!1},rgbToAnsi:{value:o((e,t,r)=>Lt.ansi256ToAnsi(Lt.rgbToAnsi256(e,t,r)),"value"),enumerable:!1},hexToAnsi:{value:o(e=>Lt.ansi256ToAnsi(Lt.hexToAnsi256(e)),"value"),enumerable:!1}}),Lt}o(lQ,"assembleStyles");var uQ=lQ(),qi=uQ;var Ag=K(require("node:process"),1),OO=K(require("node:os"),1),Ww=K(require("node:tty"),1);function oi(n,e=globalThis.Deno?globalThis.Deno.args:Ag.default.argv){let t=n.startsWith("-")?"":n.length===1?"-":"--",r=e.indexOf(t+n),i=e.indexOf("--");return r!==-1&&(i===-1||r<i)}o(oi,"hasFlag");var{env:kt}=Ag.default,Tg;oi("no-color")||oi("no-colors")||oi("color=false")||oi("color=never")?Tg=0:(oi("color")||oi("colors")||oi("color=true")||oi("color=always"))&&(Tg=1);function fQ(){if("FORCE_COLOR"in kt)return kt.FORCE_COLOR==="true"?1:kt.FORCE_COLOR==="false"?0:kt.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(kt.FORCE_COLOR,10),3)}o(fQ,"envForceColor");function dQ(n){return n===0?!1:{level:n,hasBasic:!0,has256:n>=2,has16m:n>=3}}o(dQ,"translateLevel");function hQ(n,{streamIsTTY:e,sniffFlags:t=!0}={}){let r=fQ();r!==void 0&&(Tg=r);let i=t?Tg:r;if(i===0)return 0;if(t){if(oi("color=16m")||oi("color=full")||oi("color=truecolor"))return 3;if(oi("color=256"))return 2}if("TF_BUILD"in kt&&"AGENT_NAME"in kt)return 1;if(n&&!e&&i===void 0)return 0;let s=i||0;if(kt.TERM==="dumb")return s;if(Ag.default.platform==="win32"){let a=OO.default.release().split(".");return Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in kt)return["GITHUB_ACTIONS","GITEA_ACTIONS","CIRCLECI"].some(a=>a in kt)?3:["TRAVIS","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(a=>a in kt)||kt.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in kt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(kt.TEAMCITY_VERSION)?1:0;if(kt.COLORTERM==="truecolor"||kt.TERM==="xterm-kitty"||kt.TERM==="xterm-ghostty"||kt.TERM==="wezterm")return 3;if("TERM_PROGRAM"in kt){let a=Number.parseInt((kt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(kt.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(kt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(kt.TERM)||"COLORTERM"in kt?1:s}o(hQ,"_supportsColor");function PO(n,e={}){let t=hQ(n,{streamIsTTY:n&&n.isTTY,...e});return dQ(t)}o(PO,"createSupportsColor");var pQ={stdout:PO({isTTY:Ww.default.isatty(1)}),stderr:PO({isTTY:Ww.default.isatty(2)})},FO=pQ;function DO(n,e,t){let r=n.indexOf(e);if(r===-1)return n;let i=e.length,s=0,a="";do a+=n.slice(s,r)+e+t,s=r+i,r=n.indexOf(e,s);while(r!==-1);return a+=n.slice(s),a}o(DO,"stringReplaceAll");function NO(n,e,t,r){let i=0,s="";do{let a=n[r-1]==="\r";s+=n.slice(i,a?r-1:r)+e+(a?`\r
|
|
529
|
+
Partial results: ${i} result(s) were collected before timeout.`:""}`}static{o(this,"QueryTimeoutError")}};var qf=K(require("path")),en=K(Za()),Ar=K(Pt());var qn=class{constructor(e){this.cliVersion="1.0.0";this.vaultPath=qf.default.resolve(e),this.cachePath=qf.default.join(this.vaultPath,".exocortex","cache","triples.json")}static{o(this,"CacheManager")}getCachePath(){return this.cachePath}async isCacheValid(){try{if(!await en.default.pathExists(this.cachePath))return!1;let e=await en.default.readJson(this.cachePath);return!(!e.metadata||typeof e.metadata.vaultMtime!="number"||typeof e.metadata.tripleCount!="number"||(await en.default.stat(this.vaultPath)).mtimeMs!==e.metadata.vaultMtime)}catch{return!1}}async loadOrBuild(){let e=Date.now();if(await this.isCacheValid())return{triples:await this.loadFromCache(),cacheHit:!0,durationMs:Date.now()-e};let{tripleCount:t}=await this.buildCache();return{triples:await this.loadFromCache(),cacheHit:!1,durationMs:Date.now()-e}}async loadFromCache(){return(await en.default.readJson(this.cachePath)).triples.map(this.deserializeTriple)}async buildCache(){let e=await this.buildCacheWithValidation({strict:!1});return{tripleCount:e.tripleCount,durationMs:e.durationMs}}async buildCacheWithValidation(e={}){let t=Date.now(),r=new Nt(this.vaultPath),s=await new Ar.NoteToRDFConverter(r).convertVaultWithValidation({strict:e.strict??!1}),a=await en.default.stat(this.vaultPath),c=s.triples.map(this.serializeTriple),l={metadata:{version:this.cliVersion,timestamp:Date.now(),vaultPath:this.vaultPath,tripleCount:s.triples.length,vaultMtime:a.mtimeMs},triples:c};return await en.default.ensureDir(qf.default.dirname(this.cachePath)),await en.default.writeJson(this.cachePath,l,{spaces:0}),{tripleCount:s.triples.length,durationMs:Date.now()-t,skippedFiles:s.skippedFiles,summary:s.summary}}async validateVault(){let e=new Nt(this.vaultPath);return new Ar.NoteToRDFConverter(e).validateVault()}async invalidate(){await en.default.pathExists(this.cachePath)&&await en.default.remove(this.cachePath)}async getCacheStats(){try{if(!await en.default.pathExists(this.cachePath))return null;let e=await en.default.readJson(this.cachePath),t=await en.default.stat(this.cachePath),r=await this.isCacheValid();return{tripleCount:e.metadata.tripleCount,createdAt:new Date(e.metadata.timestamp),isValid:r,sizeBytes:t.size}}catch{return null}}async saveTriples(e){let t=await en.default.stat(this.vaultPath),r=e.map(this.serializeTriple),i={metadata:{version:this.cliVersion,timestamp:Date.now(),vaultPath:this.vaultPath,tripleCount:e.length,vaultMtime:t.mtimeMs},triples:r};await en.default.ensureDir(qf.default.dirname(this.cachePath)),await en.default.writeJson(this.cachePath,i,{spaces:0})}serializeTriple(e){return{subject:Vw(e.subject),predicate:Vw(e.predicate),object:Vw(e.object)}}deserializeTriple(e){return new Ar.Triple(qw(e.subject),qw(e.predicate),qw(e.object))}};function Vw(n){if(n instanceof Ar.IRI)return{type:"IRI",value:n.value};if(n instanceof Ar.Literal){let e={type:"Literal",value:n.value};return n.datatype&&(e.datatype=n.datatype.value),n.language&&(e.language=n.language),e}return n instanceof Ar.BlankNode?{type:"BlankNode",value:n.value}:{type:"IRI",value:String(n)}}o(Vw,"serializeNode");function qw(n){switch(n.type){case"IRI":return new Ar.IRI(n.value);case"Literal":return n.datatype?new Ar.Literal(n.value,new Ar.IRI(n.datatype)):n.language?new Ar.Literal(n.value,void 0,n.language):new Ar.Literal(n.value);case"BlankNode":return new Ar.BlankNode(n.value);default:return new Ar.IRI(n.value)}}o(qw,"deserializeNode");var AO=K(require("crypto")),Wf=K(require("path")),xO=K(require("os")),Wn=K(Za());var Wl=class{static{o(this,"QueryResultCache")}constructor(e={}){this.cacheDir=e.cacheDir??Wf.default.join(xO.default.homedir(),".exocortex","cache","query-results")}getCacheDir(){return this.cacheDir}getCacheKey(e){let t=e.trim().replace(/\s+/g," ");return AO.default.createHash("sha256").update(t).digest("hex")}async get(e,t){let r=this.getCacheKey(e),i=this.getCachePath(r);try{if(!await Wn.default.pathExists(i))return null;let s=await Wn.default.readJson(i),a=Date.now()-s.timestamp,c=t*1e3;return a>c?(await Wn.default.remove(i),null):s.result}catch{return null}}async set(e,t,r){let i=this.getCacheKey(e),s=this.getCachePath(i);await Wn.default.ensureDir(this.cacheDir);let a={timestamp:Date.now(),result:t};await Wn.default.writeJson(s,a,{spaces:0})}async isCached(e,t){return await this.get(e,t)!==null}async invalidate(e){let t=this.getCacheKey(e),r=this.getCachePath(t);try{await Wn.default.remove(r)}catch{}}async clear(){try{if(await Wn.default.pathExists(this.cacheDir)){let e=await Wn.default.readdir(this.cacheDir);await Promise.all(e.filter(t=>t.endsWith(".json")).map(t=>Wn.default.remove(Wf.default.join(this.cacheDir,t))))}}catch{}}async getCacheStats(){try{if(!await Wn.default.pathExists(this.cacheDir))return{entryCount:0,totalSizeBytes:0};let t=(await Wn.default.readdir(this.cacheDir)).filter(i=>i.endsWith(".json")),r=0;for(let i of t){let s=await Wn.default.stat(Wf.default.join(this.cacheDir,i));r+=s.size}return{entryCount:t.length,totalSizeBytes:r}}catch{return{entryCount:0,totalSizeBytes:0}}}getCachePath(e){return Wf.default.join(this.cacheDir,`${e}.json`)}};var Xf=K(require("node:process"),1);var CO=o((n=0)=>e=>`\x1B[${e+n}m`,"wrapAnsi16"),IO=o((n=0)=>e=>`\x1B[${38+n};5;${e}m`,"wrapAnsi256"),RO=o((n=0)=>(e,t,r)=>`\x1B[${38+n};2;${e};${t};${r}m`,"wrapAnsi16m"),Lt={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},vde=Object.keys(Lt.modifier),lQ=Object.keys(Lt.color),uQ=Object.keys(Lt.bgColor),bde=[...lQ,...uQ];function fQ(){let n=new Map;for(let[e,t]of Object.entries(Lt)){for(let[r,i]of Object.entries(t))Lt[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},t[r]=Lt[r],n.set(i[0],i[1]);Object.defineProperty(Lt,e,{value:t,enumerable:!1})}return Object.defineProperty(Lt,"codes",{value:n,enumerable:!1}),Lt.color.close="\x1B[39m",Lt.bgColor.close="\x1B[49m",Lt.color.ansi=CO(),Lt.color.ansi256=IO(),Lt.color.ansi16m=RO(),Lt.bgColor.ansi=CO(10),Lt.bgColor.ansi256=IO(10),Lt.bgColor.ansi16m=RO(10),Object.defineProperties(Lt,{rgbToAnsi256:{value(e,t,r){return e===t&&t===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(t/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(e){let t=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!t)return[0,0,0];let[r]=t;r.length===3&&(r=[...r].map(s=>s+s).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:o(e=>Lt.rgbToAnsi256(...Lt.hexToRgb(e)),"value"),enumerable:!1},ansi256ToAnsi:{value(e){if(e<8)return 30+e;if(e<16)return 90+(e-8);let t,r,i;if(e>=232)t=((e-232)*10+8)/255,r=t,i=t;else{e-=16;let c=e%36;t=Math.floor(e/36)/5,r=Math.floor(c/6)/5,i=c%6/5}let s=Math.max(t,r,i)*2;if(s===0)return 30;let a=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(t));return s===2&&(a+=60),a},enumerable:!1},rgbToAnsi:{value:o((e,t,r)=>Lt.ansi256ToAnsi(Lt.rgbToAnsi256(e,t,r)),"value"),enumerable:!1},hexToAnsi:{value:o(e=>Lt.ansi256ToAnsi(Lt.hexToAnsi256(e)),"value"),enumerable:!1}}),Lt}o(fQ,"assembleStyles");var dQ=fQ(),qi=dQ;var Ag=K(require("node:process"),1),OO=K(require("node:os"),1),Ww=K(require("node:tty"),1);function oi(n,e=globalThis.Deno?globalThis.Deno.args:Ag.default.argv){let t=n.startsWith("-")?"":n.length===1?"-":"--",r=e.indexOf(t+n),i=e.indexOf("--");return r!==-1&&(i===-1||r<i)}o(oi,"hasFlag");var{env:kt}=Ag.default,Tg;oi("no-color")||oi("no-colors")||oi("color=false")||oi("color=never")?Tg=0:(oi("color")||oi("colors")||oi("color=true")||oi("color=always"))&&(Tg=1);function hQ(){if("FORCE_COLOR"in kt)return kt.FORCE_COLOR==="true"?1:kt.FORCE_COLOR==="false"?0:kt.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(kt.FORCE_COLOR,10),3)}o(hQ,"envForceColor");function pQ(n){return n===0?!1:{level:n,hasBasic:!0,has256:n>=2,has16m:n>=3}}o(pQ,"translateLevel");function mQ(n,{streamIsTTY:e,sniffFlags:t=!0}={}){let r=hQ();r!==void 0&&(Tg=r);let i=t?Tg:r;if(i===0)return 0;if(t){if(oi("color=16m")||oi("color=full")||oi("color=truecolor"))return 3;if(oi("color=256"))return 2}if("TF_BUILD"in kt&&"AGENT_NAME"in kt)return 1;if(n&&!e&&i===void 0)return 0;let s=i||0;if(kt.TERM==="dumb")return s;if(Ag.default.platform==="win32"){let a=OO.default.release().split(".");return Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in kt)return["GITHUB_ACTIONS","GITEA_ACTIONS","CIRCLECI"].some(a=>a in kt)?3:["TRAVIS","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(a=>a in kt)||kt.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in kt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(kt.TEAMCITY_VERSION)?1:0;if(kt.COLORTERM==="truecolor"||kt.TERM==="xterm-kitty"||kt.TERM==="xterm-ghostty"||kt.TERM==="wezterm")return 3;if("TERM_PROGRAM"in kt){let a=Number.parseInt((kt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(kt.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(kt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(kt.TERM)||"COLORTERM"in kt?1:s}o(mQ,"_supportsColor");function PO(n,e={}){let t=mQ(n,{streamIsTTY:n&&n.isTTY,...e});return pQ(t)}o(PO,"createSupportsColor");var gQ={stdout:PO({isTTY:Ww.default.isatty(1)}),stderr:PO({isTTY:Ww.default.isatty(2)})},FO=gQ;function DO(n,e,t){let r=n.indexOf(e);if(r===-1)return n;let i=e.length,s=0,a="";do a+=n.slice(s,r)+e+t,s=r+i,r=n.indexOf(e,s);while(r!==-1);return a+=n.slice(s),a}o(DO,"stringReplaceAll");function NO(n,e,t,r){let i=0,s="";do{let a=n[r-1]==="\r";s+=n.slice(i,a?r-1:r)+e+(a?`\r
|
|
530
530
|
`:`
|
|
531
531
|
`)+t,i=r+1,r=n.indexOf(`
|
|
532
|
-
`,i)}while(r!==-1);return s+=n.slice(i),s}o(NO,"stringEncaseCRLFWithFirstIndex");var{stdout:LO,stderr:kO}=FO,Gw=Symbol("GENERATOR"),Gl=Symbol("STYLER"),Gf=Symbol("IS_EMPTY"),MO=["ansi","ansi","ansi256","ansi16m"],zl=Object.create(null),
|
|
533
|
-
`);return s!==-1&&(e=NO(e,i,r,s)),r+e+i},"applyStyle");Object.defineProperties(zf.prototype,zl);var
|
|
534
|
-
${e}`,"wrappedToString"),AQ=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),xQ=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),CQ=o((n,e,t)=>{let r=t===""?"":`with ${t.trim()}() `,i=TQ.bind(null,r,e.toString());Object.defineProperty(i,"name",xQ);let{writable:s,enumerable:a,configurable:c}=AQ;Object.defineProperty(n,"toString",{value:i,writable:s,enumerable:a,configurable:c})},"changeToString");function Qw(n,e,{ignoreNonConfigurable:t=!1}={}){let{name:r}=n;for(let i of Reflect.ownKeys(e))bQ(n,e,i,t);return EQ(n,e),CQ(n,e,r),n}o(Qw,"mimicFunction");var Cg=new WeakMap,$O=o((n,e={})=>{if(typeof n!="function")throw new TypeError("Expected a function");let t,r=0,i=n.displayName||n.name||"<anonymous>",s=o(function(...a){if(Cg.set(s,++r),r===1)t=n.apply(this,a),n=void 0;else if(e.throw===!0)throw new Error(`Function \`${i}\` can only be called once`);return t},"onetime");return Qw(s,n),Cg.set(s,r),s},"onetime");$O.callCount=n=>{if(!Cg.has(n))throw new Error(`The given function \`${n.name}\` is not wrapped by the \`onetime\` package`);return Cg.get(n)};var BO=$O;var tc=[];tc.push("SIGHUP","SIGINT","SIGTERM");process.platform!=="win32"&&tc.push("SIGALRM","SIGABRT","SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&tc.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT");var Ig=o(n=>!!n&&typeof n=="object"&&typeof n.removeListener=="function"&&typeof n.emit=="function"&&typeof n.reallyExit=="function"&&typeof n.listeners=="function"&&typeof n.kill=="function"&&typeof n.pid=="number"&&typeof n.on=="function","processOk"),Kw=Symbol.for("signal-exit emitter"),Yw=globalThis,IQ=Object.defineProperty.bind(Object),Xw=class{static{o(this,"Emitter")}emitted={afterExit:!1,exit:!1};listeners={afterExit:[],exit:[]};count=0;id=Math.random();constructor(){if(Yw[Kw])return Yw[Kw];IQ(Yw,Kw,{value:this,writable:!1,enumerable:!1,configurable:!1})}on(e,t){this.listeners[e].push(t)}removeListener(e,t){let r=this.listeners[e],i=r.indexOf(t);i!==-1&&(i===0&&r.length===1?r.length=0:r.splice(i,1))}emit(e,t,r){if(this.emitted[e])return!1;this.emitted[e]=!0;let i=!1;for(let s of this.listeners[e])i=s(t,r)===!0||i;return e==="exit"&&(i=this.emit("afterExit",t,r)||i),i}},Rg=class{static{o(this,"SignalExitBase")}},RQ=o(n=>({onExit(e,t){return n.onExit(e,t)},load(){return n.load()},unload(){return n.unload()}}),"signalExitWrap"),Jw=class extends Rg{static{o(this,"SignalExitFallback")}onExit(){return()=>{}}load(){}unload(){}},Zw=class extends Rg{static{o(this,"SignalExit")}#e=eE.platform==="win32"?"SIGINT":"SIGHUP";#n=new Xw;#r;#t;#c;#_={};#i=!1;constructor(e){super(),this.#r=e,this.#_={};for(let t of tc)this.#_[t]=()=>{let r=this.#r.listeners(t),{count:i}=this.#n,s=e;if(typeof s.__signal_exit_emitter__=="object"&&typeof s.__signal_exit_emitter__.count=="number"&&(i+=s.__signal_exit_emitter__.count),r.length===i){this.unload();let a=this.#n.emit("exit",null,t),c=t==="SIGHUP"?this.#e:t;a||e.kill(e.pid,c)}};this.#c=e.reallyExit,this.#t=e.emit}onExit(e,t){if(!Ig(this.#r))return()=>{};this.#i===!1&&this.load();let r=t?.alwaysLast?"afterExit":"exit";return this.#n.on(r,e),()=>{this.#n.removeListener(r,e),this.#n.listeners.exit.length===0&&this.#n.listeners.afterExit.length===0&&this.unload()}}load(){if(!this.#i){this.#i=!0,this.#n.count+=1;for(let e of tc)try{let t=this.#_[e];t&&this.#r.on(e,t)}catch{}this.#r.emit=(e,...t)=>this.#s(e,...t),this.#r.reallyExit=e=>this.#u(e)}}unload(){this.#i&&(this.#i=!1,tc.forEach(e=>{let t=this.#_[e];if(!t)throw new Error("Listener not defined for signal: "+e);try{this.#r.removeListener(e,t)}catch{}}),this.#r.emit=this.#t,this.#r.reallyExit=this.#c,this.#n.count-=1)}#u(e){return Ig(this.#r)?(this.#r.exitCode=e||0,this.#n.emit("exit",this.#r.exitCode,null),this.#c.call(this.#r,this.#r.exitCode)):0}#s(e,...t){let r=this.#t;if(e==="exit"&&Ig(this.#r)){typeof t[0]=="number"&&(this.#r.exitCode=t[0]);let i=r.call(this.#r,e,...t);return this.#n.emit("exit",this.#r.exitCode,null),i}else return r.call(this.#r,e,...t)}},eE=globalThis.process,{onExit:UO,load:$de,unload:Bde}=RQ(Ig(eE)?new Zw(eE):new Jw);var VO=Hf.default.stderr.isTTY?Hf.default.stderr:Hf.default.stdout.isTTY?Hf.default.stdout:void 0,PQ=VO?BO(()=>{UO(()=>{VO.write("\x1B[?25h")},{alwaysLast:!0})}):()=>{},qO=PQ;var Pg=!1,Hl={};Hl.show=(n=tE.default.stderr)=>{n.isTTY&&(Pg=!1,n.write("\x1B[?25h"))};Hl.hide=(n=tE.default.stderr)=>{n.isTTY&&(qO(),Pg=!0,n.write("\x1B[?25l"))};Hl.toggle=(n,e)=>{n!==void 0&&(Pg=n),Pg?Hl.show(e):Hl.hide(e)};var rE=Hl;var nE={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots14:{interval:80,frames:["\u2809\u2809","\u2808\u2819","\u2800\u2839","\u2800\u28B8","\u2800\u28F0","\u2880\u28E0","\u28C0\u28C0","\u28C4\u2840","\u28C6\u2800","\u2847\u2800","\u280F\u2800","\u280B\u2801"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},dotsCircle:{interval:80,frames:["\u288E ","\u280E\u2801","\u280A\u2811","\u2808\u2831"," \u2871","\u2880\u2870","\u2884\u2860","\u2886\u2840"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},rollingLine:{interval:80,frames:["/ "," - "," \\ "," |"," |"," \\ "," - ","/ "]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},binary:{interval:80,frames:["010010","001100","100101","111010","111101","010111","101011","111000","110011","110101"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[====]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u{1F497} "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]},dwarfFortress:{interval:80,frames:[" \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A \u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A \xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A \xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\u2593\xA3 "," \u263A\u2593\xA3 "," \u263A\u2592\xA3 "," \u263A\u2592\xA3 "," \u263A\u2591\xA3 "," \u263A\u2591\xA3 "," \u263A \xA3 "," \u263A\xA3 "," \u263A\xA3 "," \u263A\u2593 "," \u263A\u2593 "," \u263A\u2592 "," \u263A\u2592 "," \u263A\u2591 "," \u263A\u2591 "," \u263A "," \u263A &"," \u263A \u263C&"," \u263A \u263C &"," \u263A\u263C &"," \u263A\u263C & "," \u203C & "," \u263A & "," \u203C & "," \u263A & "," \u203C & "," \u263A & ","\u203C & "," & "," & "," & \u2591 "," & \u2592 "," & \u2593 "," & \xA3 "," & \u2591\xA3 "," & \u2592\xA3 "," & \u2593\xA3 "," & \xA3\xA3 "," & \u2591\xA3\xA3 "," & \u2592\xA3\xA3 ","& \u2593\xA3\xA3 ","& \xA3\xA3\xA3 "," \u2591\xA3\xA3\xA3 "," \u2592\xA3\xA3\xA3 "," \u2593\xA3\xA3\xA3 "," \u2588\xA3\xA3\xA3 "," \u2591\u2588\xA3\xA3\xA3 "," \u2592\u2588\xA3\xA3\xA3 "," \u2593\u2588\xA3\xA3\xA3 "," \u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "]}};var Qf=nE,Yde=Object.keys(nE);var rc={};e0(rc,{error:()=>kQ,info:()=>DQ,success:()=>NQ,warning:()=>LQ});var WO=K(require("node:tty"),1);var FQ=WO.default?.WriteStream?.prototype?.hasColors?.()??!1,Le=o((n,e)=>{if(!FQ)return i=>i;let t=`\x1B[${n}m`,r=`\x1B[${e}m`;return i=>{let s=i+"",a=s.indexOf(r);if(a===-1)return t+s+r;let c=t,l=0,f=(e===22?r:"")+t;for(;a!==-1;)c+=s.slice(l,a)+f,l=a+r.length,a=s.indexOf(r,l);return c+=s.slice(l)+r,c}},"format"),Zde=Le(0,0),ehe=Le(1,22),the=Le(2,22),rhe=Le(3,23),nhe=Le(4,24),ihe=Le(53,55),she=Le(7,27),ahe=Le(8,28),ohe=Le(9,29),che=Le(30,39),GO=Le(31,39),zO=Le(32,39),HO=Le(33,39),QO=Le(34,39),lhe=Le(35,39),uhe=Le(36,39),fhe=Le(37,39),dhe=Le(90,39),hhe=Le(40,49),phe=Le(41,49),mhe=Le(42,49),ghe=Le(43,49),yhe=Le(44,49),_he=Le(45,49),She=Le(46,49),vhe=Le(47,49),bhe=Le(100,49),whe=Le(91,39),Ehe=Le(92,39),The=Le(93,39),Ahe=Le(94,39),xhe=Le(95,39),Che=Le(96,39),Ihe=Le(97,39),Rhe=Le(101,49),Phe=Le(102,49),Ohe=Le(103,49),Fhe=Le(104,49),Dhe=Le(105,49),Nhe=Le(106,49),Lhe=Le(107,49);var iE=K(require("node:process"),1);function Kf(){let{env:n}=iE.default,{TERM:e,TERM_PROGRAM:t}=n;return iE.default.platform!=="win32"?e!=="linux":!!n.WT_SESSION||!!n.TERMINUS_SUBLIME||n.ConEmuTask==="{cmd::Cmder}"||t==="Terminus-Sublime"||t==="vscode"||e==="xterm-256color"||e==="alacritty"||e==="rxvt-unicode"||e==="rxvt-unicode-256color"||n.TERMINAL_EMULATOR==="JetBrains-JediTerm"}o(Kf,"isUnicodeSupported");var Og=Kf(),DQ=QO(Og?"\u2139":"i"),NQ=zO(Og?"\u2714":"\u221A"),LQ=HO(Og?"\u26A0":"\u203C"),kQ=GO(Og?"\u2716":"\xD7");function sE({onlyFirst:n=!1}={}){let i="(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";return new RegExp(i,n?void 0:"g")}o(sE,"ansiRegex");var MQ=sE();function Yf(n){if(typeof n!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof n}\``);return n.replace(MQ,"")}o(Yf,"stripAnsi");function KO(n){return n===161||n===164||n===167||n===168||n===170||n===173||n===174||n>=176&&n<=180||n>=182&&n<=186||n>=188&&n<=191||n===198||n===208||n===215||n===216||n>=222&&n<=225||n===230||n>=232&&n<=234||n===236||n===237||n===240||n===242||n===243||n>=247&&n<=250||n===252||n===254||n===257||n===273||n===275||n===283||n===294||n===295||n===299||n>=305&&n<=307||n===312||n>=319&&n<=322||n===324||n>=328&&n<=331||n===333||n===338||n===339||n===358||n===359||n===363||n===462||n===464||n===466||n===468||n===470||n===472||n===474||n===476||n===593||n===609||n===708||n===711||n>=713&&n<=715||n===717||n===720||n>=728&&n<=731||n===733||n===735||n>=768&&n<=879||n>=913&&n<=929||n>=931&&n<=937||n>=945&&n<=961||n>=963&&n<=969||n===1025||n>=1040&&n<=1103||n===1105||n===8208||n>=8211&&n<=8214||n===8216||n===8217||n===8220||n===8221||n>=8224&&n<=8226||n>=8228&&n<=8231||n===8240||n===8242||n===8243||n===8245||n===8251||n===8254||n===8308||n===8319||n>=8321&&n<=8324||n===8364||n===8451||n===8453||n===8457||n===8467||n===8470||n===8481||n===8482||n===8486||n===8491||n===8531||n===8532||n>=8539&&n<=8542||n>=8544&&n<=8555||n>=8560&&n<=8569||n===8585||n>=8592&&n<=8601||n===8632||n===8633||n===8658||n===8660||n===8679||n===8704||n===8706||n===8707||n===8711||n===8712||n===8715||n===8719||n===8721||n===8725||n===8730||n>=8733&&n<=8736||n===8739||n===8741||n>=8743&&n<=8748||n===8750||n>=8756&&n<=8759||n===8764||n===8765||n===8776||n===8780||n===8786||n===8800||n===8801||n>=8804&&n<=8807||n===8810||n===8811||n===8814||n===8815||n===8834||n===8835||n===8838||n===8839||n===8853||n===8857||n===8869||n===8895||n===8978||n>=9312&&n<=9449||n>=9451&&n<=9547||n>=9552&&n<=9587||n>=9600&&n<=9615||n>=9618&&n<=9621||n===9632||n===9633||n>=9635&&n<=9641||n===9650||n===9651||n===9654||n===9655||n===9660||n===9661||n===9664||n===9665||n>=9670&&n<=9672||n===9675||n>=9678&&n<=9681||n>=9698&&n<=9701||n===9711||n===9733||n===9734||n===9737||n===9742||n===9743||n===9756||n===9758||n===9792||n===9794||n===9824||n===9825||n>=9827&&n<=9829||n>=9831&&n<=9834||n===9836||n===9837||n===9839||n===9886||n===9887||n===9919||n>=9926&&n<=9933||n>=9935&&n<=9939||n>=9941&&n<=9953||n===9955||n===9960||n===9961||n>=9963&&n<=9969||n===9972||n>=9974&&n<=9977||n===9979||n===9980||n===9982||n===9983||n===10045||n>=10102&&n<=10111||n>=11094&&n<=11097||n>=12872&&n<=12879||n>=57344&&n<=63743||n>=65024&&n<=65039||n===65533||n>=127232&&n<=127242||n>=127248&&n<=127277||n>=127280&&n<=127337||n>=127344&&n<=127373||n===127375||n===127376||n>=127387&&n<=127404||n>=917760&&n<=917999||n>=983040&&n<=1048573||n>=1048576&&n<=1114109}o(KO,"isAmbiguous");function YO(n){return n===12288||n>=65281&&n<=65376||n>=65504&&n<=65510}o(YO,"isFullWidth");function XO(n){return n>=4352&&n<=4447||n===8986||n===8987||n===9001||n===9002||n>=9193&&n<=9196||n===9200||n===9203||n===9725||n===9726||n===9748||n===9749||n>=9776&&n<=9783||n>=9800&&n<=9811||n===9855||n>=9866&&n<=9871||n===9875||n===9889||n===9898||n===9899||n===9917||n===9918||n===9924||n===9925||n===9934||n===9940||n===9962||n===9970||n===9971||n===9973||n===9978||n===9981||n===9989||n===9994||n===9995||n===10024||n===10060||n===10062||n>=10067&&n<=10069||n===10071||n>=10133&&n<=10135||n===10160||n===10175||n===11035||n===11036||n===11088||n===11093||n>=11904&&n<=11929||n>=11931&&n<=12019||n>=12032&&n<=12245||n>=12272&&n<=12287||n>=12289&&n<=12350||n>=12353&&n<=12438||n>=12441&&n<=12543||n>=12549&&n<=12591||n>=12593&&n<=12686||n>=12688&&n<=12773||n>=12783&&n<=12830||n>=12832&&n<=12871||n>=12880&&n<=42124||n>=42128&&n<=42182||n>=43360&&n<=43388||n>=44032&&n<=55203||n>=63744&&n<=64255||n>=65040&&n<=65049||n>=65072&&n<=65106||n>=65108&&n<=65126||n>=65128&&n<=65131||n>=94176&&n<=94180||n>=94192&&n<=94198||n>=94208&&n<=101589||n>=101631&&n<=101662||n>=101760&&n<=101874||n>=110576&&n<=110579||n>=110581&&n<=110587||n===110589||n===110590||n>=110592&&n<=110882||n===110898||n>=110928&&n<=110930||n===110933||n>=110948&&n<=110951||n>=110960&&n<=111355||n>=119552&&n<=119638||n>=119648&&n<=119670||n===126980||n===127183||n===127374||n>=127377&&n<=127386||n>=127488&&n<=127490||n>=127504&&n<=127547||n>=127552&&n<=127560||n===127568||n===127569||n>=127584&&n<=127589||n>=127744&&n<=127776||n>=127789&&n<=127797||n>=127799&&n<=127868||n>=127870&&n<=127891||n>=127904&&n<=127946||n>=127951&&n<=127955||n>=127968&&n<=127984||n===127988||n>=127992&&n<=128062||n===128064||n>=128066&&n<=128252||n>=128255&&n<=128317||n>=128331&&n<=128334||n>=128336&&n<=128359||n===128378||n===128405||n===128406||n===128420||n>=128507&&n<=128591||n>=128640&&n<=128709||n===128716||n>=128720&&n<=128722||n>=128725&&n<=128728||n>=128732&&n<=128735||n===128747||n===128748||n>=128756&&n<=128764||n>=128992&&n<=129003||n===129008||n>=129292&&n<=129338||n>=129340&&n<=129349||n>=129351&&n<=129535||n>=129648&&n<=129660||n>=129664&&n<=129674||n>=129678&&n<=129734||n===129736||n>=129741&&n<=129756||n>=129759&&n<=129770||n>=129775&&n<=129784||n>=131072&&n<=196605||n>=196608&&n<=262141}o(XO,"isWide");function jQ(n){if(!Number.isSafeInteger(n))throw new TypeError(`Expected a code point, got \`${typeof n}\`.`)}o(jQ,"validate");function aE(n,{ambiguousAsWide:e=!1}={}){return jQ(n),YO(n)||XO(n)||e&&KO(n)?2:1}o(aE,"eastAsianWidth");var $Q=new Intl.Segmenter,BQ=new RegExp("^(?:\\p{Default_Ignorable_Code_Point}|\\p{Control}|\\p{Mark}|\\p{Surrogate})+$","v"),UQ=new RegExp("^[\\p{Default_Ignorable_Code_Point}\\p{Control}\\p{Format}\\p{Mark}\\p{Surrogate}]+","v"),VQ=new RegExp("^\\p{RGI_Emoji}$","v");function qQ(n){return n.replace(UQ,"")}o(qQ,"baseVisible");function WQ(n){return BQ.test(n)}o(WQ,"isZeroWidthCluster");function GQ(n,e){let t=0;if(n.length>1)for(let r of n.slice(1))r>="\uFF00"&&r<="\uFFEF"&&(t+=aE(r.codePointAt(0),e));return t}o(GQ,"trailingHalfwidthWidth");function oE(n,e={}){if(typeof n!="string"||n.length===0)return 0;let{ambiguousIsNarrow:t=!0,countAnsiEscapeCodes:r=!1}=e,i=n;if(r||(i=Yf(i)),i.length===0)return 0;let s=0,a={ambiguousAsWide:!t};for(let{segment:c}of $Q.segment(i)){if(WQ(c))continue;if(VQ.test(c)){s+=2;continue}let l=qQ(c).codePointAt(0);s+=aE(l,a),s+=GQ(c,a)}return s}o(oE,"stringWidth");function cE({stream:n=process.stdout}={}){return!!(n&&n.isTTY&&process.env.TERM!=="dumb"&&!("CI"in process.env))}o(cE,"isInteractive");var Wi=K(require("node:process"),1);var zQ=3,lE=class{static{o(this,"StdinDiscarder")}#e=0;start(){this.#e++,this.#e===1&&this.#n()}stop(){if(this.#e<=0)throw new Error("`stop` called more times than `start`");this.#e--,this.#e===0&&this.#r()}#n(){Wi.default.platform==="win32"||!Wi.default.stdin.isTTY||(Wi.default.stdin.setRawMode(!0),Wi.default.stdin.on("data",this.#t),Wi.default.stdin.resume())}#r(){Wi.default.stdin.isTTY&&(Wi.default.stdin.off("data",this.#t),Wi.default.stdin.pause(),Wi.default.stdin.setRawMode(!1))}#t(e){e[0]===zQ&&Wi.default.emit("SIGINT")}},HQ=new lE,uE=HQ;var fE=class{static{o(this,"Ora")}#e=0;#n=!1;#r=0;#t=-1;#c=0;#_=0;#i;#u;#s;#l;#a;#p;#g;#d;#m;#y;#f;color;constructor(e){typeof e=="string"&&(e={text:e}),this.#i={color:"cyan",stream:Xf.default.stderr,discardStdin:!0,hideCursor:!0,...e},this.color=this.#i.color,this.spinner=this.#i.spinner,this.#a=this.#i.interval,this.#s=this.#i.stream,this.#p=typeof this.#i.isEnabled=="boolean"?this.#i.isEnabled:cE({stream:this.#s}),this.#g=typeof this.#i.isSilent=="boolean"?this.#i.isSilent:!1,this.text=this.#i.text,this.prefixText=this.#i.prefixText,this.suffixText=this.#i.suffixText,this.indent=this.#i.indent,Xf.default.env.NODE_ENV==="test"&&(this._stream=this.#s,this._isEnabled=this.#p,Object.defineProperty(this,"_linesToClear",{get(){return this.#e},set(t){this.#e=t}}),Object.defineProperty(this,"_frameIndex",{get(){return this.#t}}),Object.defineProperty(this,"_lineCount",{get(){return this.#r}}))}get indent(){return this.#d}set indent(e=0){if(!(e>=0&&Number.isInteger(e)))throw new Error("The `indent` option must be an integer from 0 and up");this.#d=e,this.#v()}get interval(){return this.#a??this.#u.interval??100}get spinner(){return this.#u}set spinner(e){if(this.#t=-1,this.#a=void 0,typeof e=="object"){if(!Array.isArray(e.frames)||e.frames.length===0||e.frames.some(t=>typeof t!="string"))throw new Error("The given spinner must have a non-empty `frames` array of strings");if(e.interval!==void 0&&!(Number.isInteger(e.interval)&&e.interval>0))throw new Error("`spinner.interval` must be a positive integer if provided");this.#u=e}else if(!Kf())this.#u=Qf.line;else if(e===void 0)this.#u=Qf.dots;else if(e!=="default"&&Qf[e])this.#u=Qf[e];else throw new Error(`There is no built-in spinner named '${e}'. See https://github.com/sindresorhus/cli-spinners/blob/main/spinners.json for a full list.`)}get text(){return this.#m}set text(e=""){this.#m=e,this.#v()}get prefixText(){return this.#y}set prefixText(e=""){this.#y=e,this.#v()}get suffixText(){return this.#f}set suffixText(e=""){this.#f=e,this.#v()}get isSpinning(){return this.#l!==void 0}#E(e,t,r=!1){let i=typeof e=="function"?e():e;return typeof i=="string"&&i!==""?r?t+i:i+t:""}#T(e=this.#y,t=" "){return this.#E(e,t,!1)}#S(e=this.#f,t=" "){return this.#E(e,t,!0)}#w(e,t){let r=0;for(let i of Yf(e).split(`
|
|
532
|
+
`,i)}while(r!==-1);return s+=n.slice(i),s}o(NO,"stringEncaseCRLFWithFirstIndex");var{stdout:LO,stderr:kO}=FO,Gw=Symbol("GENERATOR"),Gl=Symbol("STYLER"),Gf=Symbol("IS_EMPTY"),MO=["ansi","ansi","ansi256","ansi16m"],zl=Object.create(null),yQ=o((n,e={})=>{if(e.level&&!(Number.isInteger(e.level)&&e.level>=0&&e.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let t=LO?LO.level:0;n.level=e.level===void 0?t:e.level},"applyOptions");var _Q=o(n=>{let e=o((...t)=>t.join(" "),"chalk");return yQ(e,n),Object.setPrototypeOf(e,zf.prototype),e},"chalkFactory");function zf(n){return _Q(n)}o(zf,"createChalk");Object.setPrototypeOf(zf.prototype,Function.prototype);for(let[n,e]of Object.entries(qi))zl[n]={get(){let t=xg(this,Hw(e.open,e.close,this[Gl]),this[Gf]);return Object.defineProperty(this,n,{value:t}),t}};zl.visible={get(){let n=xg(this,this[Gl],!0);return Object.defineProperty(this,"visible",{value:n}),n}};var zw=o((n,e,t,...r)=>n==="rgb"?e==="ansi16m"?qi[t].ansi16m(...r):e==="ansi256"?qi[t].ansi256(qi.rgbToAnsi256(...r)):qi[t].ansi(qi.rgbToAnsi(...r)):n==="hex"?zw("rgb",e,t,...qi.hexToRgb(...r)):qi[t][n](...r),"getModelAnsi"),SQ=["rgb","hex","ansi256"];for(let n of SQ){zl[n]={get(){let{level:t}=this;return function(...r){let i=Hw(zw(n,MO[t],"color",...r),qi.color.close,this[Gl]);return xg(this,i,this[Gf])}}};let e="bg"+n[0].toUpperCase()+n.slice(1);zl[e]={get(){let{level:t}=this;return function(...r){let i=Hw(zw(n,MO[t],"bgColor",...r),qi.bgColor.close,this[Gl]);return xg(this,i,this[Gf])}}}}var vQ=Object.defineProperties(()=>{},{...zl,level:{enumerable:!0,get(){return this[Gw].level},set(n){this[Gw].level=n}}}),Hw=o((n,e,t)=>{let r,i;return t===void 0?(r=n,i=e):(r=t.openAll+n,i=e+t.closeAll),{open:n,close:e,openAll:r,closeAll:i,parent:t}},"createStyler"),xg=o((n,e,t)=>{let r=o((...i)=>bQ(r,i.length===1?""+i[0]:i.join(" ")),"builder");return Object.setPrototypeOf(r,vQ),r[Gw]=n,r[Gl]=e,r[Gf]=t,r},"createBuilder"),bQ=o((n,e)=>{if(n.level<=0||!e)return n[Gf]?"":e;let t=n[Gl];if(t===void 0)return e;let{openAll:r,closeAll:i}=t;if(e.includes("\x1B"))for(;t!==void 0;)e=DO(e,t.close,t.open),t=t.parent;let s=e.indexOf(`
|
|
533
|
+
`);return s!==-1&&(e=NO(e,i,r,s)),r+e+i},"applyStyle");Object.defineProperties(zf.prototype,zl);var wQ=zf(),Ode=zf({level:kO?kO.level:0});var jO=wQ;var tE=K(require("node:process"),1);var Hf=K(require("node:process"),1);var EQ=o((n,e,t,r)=>{if(t==="length"||t==="prototype"||t==="arguments"||t==="caller")return;let i=Object.getOwnPropertyDescriptor(n,t),s=Object.getOwnPropertyDescriptor(e,t);!TQ(i,s)&&r||Object.defineProperty(n,t,s)},"copyProperty"),TQ=o(function(n,e){return n===void 0||n.configurable||n.writable===e.writable&&n.enumerable===e.enumerable&&n.configurable===e.configurable&&(n.writable||n.value===e.value)},"canCopyProperty"),AQ=o((n,e)=>{let t=Object.getPrototypeOf(e);t!==Object.getPrototypeOf(n)&&Object.setPrototypeOf(n,t)},"changePrototype"),xQ=o((n,e)=>`/* Wrapped ${n}*/
|
|
534
|
+
${e}`,"wrappedToString"),CQ=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),IQ=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),RQ=o((n,e,t)=>{let r=t===""?"":`with ${t.trim()}() `,i=xQ.bind(null,r,e.toString());Object.defineProperty(i,"name",IQ);let{writable:s,enumerable:a,configurable:c}=CQ;Object.defineProperty(n,"toString",{value:i,writable:s,enumerable:a,configurable:c})},"changeToString");function Qw(n,e,{ignoreNonConfigurable:t=!1}={}){let{name:r}=n;for(let i of Reflect.ownKeys(e))EQ(n,e,i,t);return AQ(n,e),RQ(n,e,r),n}o(Qw,"mimicFunction");var Cg=new WeakMap,$O=o((n,e={})=>{if(typeof n!="function")throw new TypeError("Expected a function");let t,r=0,i=n.displayName||n.name||"<anonymous>",s=o(function(...a){if(Cg.set(s,++r),r===1)t=n.apply(this,a),n=void 0;else if(e.throw===!0)throw new Error(`Function \`${i}\` can only be called once`);return t},"onetime");return Qw(s,n),Cg.set(s,r),s},"onetime");$O.callCount=n=>{if(!Cg.has(n))throw new Error(`The given function \`${n.name}\` is not wrapped by the \`onetime\` package`);return Cg.get(n)};var BO=$O;var tc=[];tc.push("SIGHUP","SIGINT","SIGTERM");process.platform!=="win32"&&tc.push("SIGALRM","SIGABRT","SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&tc.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT");var Ig=o(n=>!!n&&typeof n=="object"&&typeof n.removeListener=="function"&&typeof n.emit=="function"&&typeof n.reallyExit=="function"&&typeof n.listeners=="function"&&typeof n.kill=="function"&&typeof n.pid=="number"&&typeof n.on=="function","processOk"),Kw=Symbol.for("signal-exit emitter"),Yw=globalThis,PQ=Object.defineProperty.bind(Object),Xw=class{static{o(this,"Emitter")}emitted={afterExit:!1,exit:!1};listeners={afterExit:[],exit:[]};count=0;id=Math.random();constructor(){if(Yw[Kw])return Yw[Kw];PQ(Yw,Kw,{value:this,writable:!1,enumerable:!1,configurable:!1})}on(e,t){this.listeners[e].push(t)}removeListener(e,t){let r=this.listeners[e],i=r.indexOf(t);i!==-1&&(i===0&&r.length===1?r.length=0:r.splice(i,1))}emit(e,t,r){if(this.emitted[e])return!1;this.emitted[e]=!0;let i=!1;for(let s of this.listeners[e])i=s(t,r)===!0||i;return e==="exit"&&(i=this.emit("afterExit",t,r)||i),i}},Rg=class{static{o(this,"SignalExitBase")}},OQ=o(n=>({onExit(e,t){return n.onExit(e,t)},load(){return n.load()},unload(){return n.unload()}}),"signalExitWrap"),Jw=class extends Rg{static{o(this,"SignalExitFallback")}onExit(){return()=>{}}load(){}unload(){}},Zw=class extends Rg{static{o(this,"SignalExit")}#e=eE.platform==="win32"?"SIGINT":"SIGHUP";#n=new Xw;#r;#t;#c;#_={};#i=!1;constructor(e){super(),this.#r=e,this.#_={};for(let t of tc)this.#_[t]=()=>{let r=this.#r.listeners(t),{count:i}=this.#n,s=e;if(typeof s.__signal_exit_emitter__=="object"&&typeof s.__signal_exit_emitter__.count=="number"&&(i+=s.__signal_exit_emitter__.count),r.length===i){this.unload();let a=this.#n.emit("exit",null,t),c=t==="SIGHUP"?this.#e:t;a||e.kill(e.pid,c)}};this.#c=e.reallyExit,this.#t=e.emit}onExit(e,t){if(!Ig(this.#r))return()=>{};this.#i===!1&&this.load();let r=t?.alwaysLast?"afterExit":"exit";return this.#n.on(r,e),()=>{this.#n.removeListener(r,e),this.#n.listeners.exit.length===0&&this.#n.listeners.afterExit.length===0&&this.unload()}}load(){if(!this.#i){this.#i=!0,this.#n.count+=1;for(let e of tc)try{let t=this.#_[e];t&&this.#r.on(e,t)}catch{}this.#r.emit=(e,...t)=>this.#s(e,...t),this.#r.reallyExit=e=>this.#u(e)}}unload(){this.#i&&(this.#i=!1,tc.forEach(e=>{let t=this.#_[e];if(!t)throw new Error("Listener not defined for signal: "+e);try{this.#r.removeListener(e,t)}catch{}}),this.#r.emit=this.#t,this.#r.reallyExit=this.#c,this.#n.count-=1)}#u(e){return Ig(this.#r)?(this.#r.exitCode=e||0,this.#n.emit("exit",this.#r.exitCode,null),this.#c.call(this.#r,this.#r.exitCode)):0}#s(e,...t){let r=this.#t;if(e==="exit"&&Ig(this.#r)){typeof t[0]=="number"&&(this.#r.exitCode=t[0]);let i=r.call(this.#r,e,...t);return this.#n.emit("exit",this.#r.exitCode,null),i}else return r.call(this.#r,e,...t)}},eE=globalThis.process,{onExit:UO,load:Ude,unload:Vde}=OQ(Ig(eE)?new Zw(eE):new Jw);var VO=Hf.default.stderr.isTTY?Hf.default.stderr:Hf.default.stdout.isTTY?Hf.default.stdout:void 0,FQ=VO?BO(()=>{UO(()=>{VO.write("\x1B[?25h")},{alwaysLast:!0})}):()=>{},qO=FQ;var Pg=!1,Hl={};Hl.show=(n=tE.default.stderr)=>{n.isTTY&&(Pg=!1,n.write("\x1B[?25h"))};Hl.hide=(n=tE.default.stderr)=>{n.isTTY&&(qO(),Pg=!0,n.write("\x1B[?25l"))};Hl.toggle=(n,e)=>{n!==void 0&&(Pg=n),Pg?Hl.show(e):Hl.hide(e)};var rE=Hl;var nE={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots14:{interval:80,frames:["\u2809\u2809","\u2808\u2819","\u2800\u2839","\u2800\u28B8","\u2800\u28F0","\u2880\u28E0","\u28C0\u28C0","\u28C4\u2840","\u28C6\u2800","\u2847\u2800","\u280F\u2800","\u280B\u2801"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},dotsCircle:{interval:80,frames:["\u288E ","\u280E\u2801","\u280A\u2811","\u2808\u2831"," \u2871","\u2880\u2870","\u2884\u2860","\u2886\u2840"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},rollingLine:{interval:80,frames:["/ "," - "," \\ "," |"," |"," \\ "," - ","/ "]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},binary:{interval:80,frames:["010010","001100","100101","111010","111101","010111","101011","111000","110011","110101"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[====]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u{1F497} "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]},dwarfFortress:{interval:80,frames:[" \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A \u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A \xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A \xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\u2593\xA3 "," \u263A\u2593\xA3 "," \u263A\u2592\xA3 "," \u263A\u2592\xA3 "," \u263A\u2591\xA3 "," \u263A\u2591\xA3 "," \u263A \xA3 "," \u263A\xA3 "," \u263A\xA3 "," \u263A\u2593 "," \u263A\u2593 "," \u263A\u2592 "," \u263A\u2592 "," \u263A\u2591 "," \u263A\u2591 "," \u263A "," \u263A &"," \u263A \u263C&"," \u263A \u263C &"," \u263A\u263C &"," \u263A\u263C & "," \u203C & "," \u263A & "," \u203C & "," \u263A & "," \u203C & "," \u263A & ","\u203C & "," & "," & "," & \u2591 "," & \u2592 "," & \u2593 "," & \xA3 "," & \u2591\xA3 "," & \u2592\xA3 "," & \u2593\xA3 "," & \xA3\xA3 "," & \u2591\xA3\xA3 "," & \u2592\xA3\xA3 ","& \u2593\xA3\xA3 ","& \xA3\xA3\xA3 "," \u2591\xA3\xA3\xA3 "," \u2592\xA3\xA3\xA3 "," \u2593\xA3\xA3\xA3 "," \u2588\xA3\xA3\xA3 "," \u2591\u2588\xA3\xA3\xA3 "," \u2592\u2588\xA3\xA3\xA3 "," \u2593\u2588\xA3\xA3\xA3 "," \u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "]}};var Qf=nE,Jde=Object.keys(nE);var rc={};e0(rc,{error:()=>jQ,info:()=>LQ,success:()=>kQ,warning:()=>MQ});var WO=K(require("node:tty"),1);var NQ=WO.default?.WriteStream?.prototype?.hasColors?.()??!1,Le=o((n,e)=>{if(!NQ)return i=>i;let t=`\x1B[${n}m`,r=`\x1B[${e}m`;return i=>{let s=i+"",a=s.indexOf(r);if(a===-1)return t+s+r;let c=t,l=0,f=(e===22?r:"")+t;for(;a!==-1;)c+=s.slice(l,a)+f,l=a+r.length,a=s.indexOf(r,l);return c+=s.slice(l)+r,c}},"format"),the=Le(0,0),rhe=Le(1,22),nhe=Le(2,22),ihe=Le(3,23),she=Le(4,24),ahe=Le(53,55),ohe=Le(7,27),che=Le(8,28),lhe=Le(9,29),uhe=Le(30,39),GO=Le(31,39),zO=Le(32,39),HO=Le(33,39),QO=Le(34,39),fhe=Le(35,39),dhe=Le(36,39),hhe=Le(37,39),phe=Le(90,39),mhe=Le(40,49),ghe=Le(41,49),yhe=Le(42,49),_he=Le(43,49),She=Le(44,49),vhe=Le(45,49),bhe=Le(46,49),whe=Le(47,49),Ehe=Le(100,49),The=Le(91,39),Ahe=Le(92,39),xhe=Le(93,39),Che=Le(94,39),Ihe=Le(95,39),Rhe=Le(96,39),Phe=Le(97,39),Ohe=Le(101,49),Fhe=Le(102,49),Dhe=Le(103,49),Nhe=Le(104,49),Lhe=Le(105,49),khe=Le(106,49),Mhe=Le(107,49);var iE=K(require("node:process"),1);function Kf(){let{env:n}=iE.default,{TERM:e,TERM_PROGRAM:t}=n;return iE.default.platform!=="win32"?e!=="linux":!!n.WT_SESSION||!!n.TERMINUS_SUBLIME||n.ConEmuTask==="{cmd::Cmder}"||t==="Terminus-Sublime"||t==="vscode"||e==="xterm-256color"||e==="alacritty"||e==="rxvt-unicode"||e==="rxvt-unicode-256color"||n.TERMINAL_EMULATOR==="JetBrains-JediTerm"}o(Kf,"isUnicodeSupported");var Og=Kf(),LQ=QO(Og?"\u2139":"i"),kQ=zO(Og?"\u2714":"\u221A"),MQ=HO(Og?"\u26A0":"\u203C"),jQ=GO(Og?"\u2716":"\xD7");function sE({onlyFirst:n=!1}={}){let i="(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";return new RegExp(i,n?void 0:"g")}o(sE,"ansiRegex");var $Q=sE();function Yf(n){if(typeof n!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof n}\``);return n.replace($Q,"")}o(Yf,"stripAnsi");function KO(n){return n===161||n===164||n===167||n===168||n===170||n===173||n===174||n>=176&&n<=180||n>=182&&n<=186||n>=188&&n<=191||n===198||n===208||n===215||n===216||n>=222&&n<=225||n===230||n>=232&&n<=234||n===236||n===237||n===240||n===242||n===243||n>=247&&n<=250||n===252||n===254||n===257||n===273||n===275||n===283||n===294||n===295||n===299||n>=305&&n<=307||n===312||n>=319&&n<=322||n===324||n>=328&&n<=331||n===333||n===338||n===339||n===358||n===359||n===363||n===462||n===464||n===466||n===468||n===470||n===472||n===474||n===476||n===593||n===609||n===708||n===711||n>=713&&n<=715||n===717||n===720||n>=728&&n<=731||n===733||n===735||n>=768&&n<=879||n>=913&&n<=929||n>=931&&n<=937||n>=945&&n<=961||n>=963&&n<=969||n===1025||n>=1040&&n<=1103||n===1105||n===8208||n>=8211&&n<=8214||n===8216||n===8217||n===8220||n===8221||n>=8224&&n<=8226||n>=8228&&n<=8231||n===8240||n===8242||n===8243||n===8245||n===8251||n===8254||n===8308||n===8319||n>=8321&&n<=8324||n===8364||n===8451||n===8453||n===8457||n===8467||n===8470||n===8481||n===8482||n===8486||n===8491||n===8531||n===8532||n>=8539&&n<=8542||n>=8544&&n<=8555||n>=8560&&n<=8569||n===8585||n>=8592&&n<=8601||n===8632||n===8633||n===8658||n===8660||n===8679||n===8704||n===8706||n===8707||n===8711||n===8712||n===8715||n===8719||n===8721||n===8725||n===8730||n>=8733&&n<=8736||n===8739||n===8741||n>=8743&&n<=8748||n===8750||n>=8756&&n<=8759||n===8764||n===8765||n===8776||n===8780||n===8786||n===8800||n===8801||n>=8804&&n<=8807||n===8810||n===8811||n===8814||n===8815||n===8834||n===8835||n===8838||n===8839||n===8853||n===8857||n===8869||n===8895||n===8978||n>=9312&&n<=9449||n>=9451&&n<=9547||n>=9552&&n<=9587||n>=9600&&n<=9615||n>=9618&&n<=9621||n===9632||n===9633||n>=9635&&n<=9641||n===9650||n===9651||n===9654||n===9655||n===9660||n===9661||n===9664||n===9665||n>=9670&&n<=9672||n===9675||n>=9678&&n<=9681||n>=9698&&n<=9701||n===9711||n===9733||n===9734||n===9737||n===9742||n===9743||n===9756||n===9758||n===9792||n===9794||n===9824||n===9825||n>=9827&&n<=9829||n>=9831&&n<=9834||n===9836||n===9837||n===9839||n===9886||n===9887||n===9919||n>=9926&&n<=9933||n>=9935&&n<=9939||n>=9941&&n<=9953||n===9955||n===9960||n===9961||n>=9963&&n<=9969||n===9972||n>=9974&&n<=9977||n===9979||n===9980||n===9982||n===9983||n===10045||n>=10102&&n<=10111||n>=11094&&n<=11097||n>=12872&&n<=12879||n>=57344&&n<=63743||n>=65024&&n<=65039||n===65533||n>=127232&&n<=127242||n>=127248&&n<=127277||n>=127280&&n<=127337||n>=127344&&n<=127373||n===127375||n===127376||n>=127387&&n<=127404||n>=917760&&n<=917999||n>=983040&&n<=1048573||n>=1048576&&n<=1114109}o(KO,"isAmbiguous");function YO(n){return n===12288||n>=65281&&n<=65376||n>=65504&&n<=65510}o(YO,"isFullWidth");function XO(n){return n>=4352&&n<=4447||n===8986||n===8987||n===9001||n===9002||n>=9193&&n<=9196||n===9200||n===9203||n===9725||n===9726||n===9748||n===9749||n>=9776&&n<=9783||n>=9800&&n<=9811||n===9855||n>=9866&&n<=9871||n===9875||n===9889||n===9898||n===9899||n===9917||n===9918||n===9924||n===9925||n===9934||n===9940||n===9962||n===9970||n===9971||n===9973||n===9978||n===9981||n===9989||n===9994||n===9995||n===10024||n===10060||n===10062||n>=10067&&n<=10069||n===10071||n>=10133&&n<=10135||n===10160||n===10175||n===11035||n===11036||n===11088||n===11093||n>=11904&&n<=11929||n>=11931&&n<=12019||n>=12032&&n<=12245||n>=12272&&n<=12287||n>=12289&&n<=12350||n>=12353&&n<=12438||n>=12441&&n<=12543||n>=12549&&n<=12591||n>=12593&&n<=12686||n>=12688&&n<=12773||n>=12783&&n<=12830||n>=12832&&n<=12871||n>=12880&&n<=42124||n>=42128&&n<=42182||n>=43360&&n<=43388||n>=44032&&n<=55203||n>=63744&&n<=64255||n>=65040&&n<=65049||n>=65072&&n<=65106||n>=65108&&n<=65126||n>=65128&&n<=65131||n>=94176&&n<=94180||n>=94192&&n<=94198||n>=94208&&n<=101589||n>=101631&&n<=101662||n>=101760&&n<=101874||n>=110576&&n<=110579||n>=110581&&n<=110587||n===110589||n===110590||n>=110592&&n<=110882||n===110898||n>=110928&&n<=110930||n===110933||n>=110948&&n<=110951||n>=110960&&n<=111355||n>=119552&&n<=119638||n>=119648&&n<=119670||n===126980||n===127183||n===127374||n>=127377&&n<=127386||n>=127488&&n<=127490||n>=127504&&n<=127547||n>=127552&&n<=127560||n===127568||n===127569||n>=127584&&n<=127589||n>=127744&&n<=127776||n>=127789&&n<=127797||n>=127799&&n<=127868||n>=127870&&n<=127891||n>=127904&&n<=127946||n>=127951&&n<=127955||n>=127968&&n<=127984||n===127988||n>=127992&&n<=128062||n===128064||n>=128066&&n<=128252||n>=128255&&n<=128317||n>=128331&&n<=128334||n>=128336&&n<=128359||n===128378||n===128405||n===128406||n===128420||n>=128507&&n<=128591||n>=128640&&n<=128709||n===128716||n>=128720&&n<=128722||n>=128725&&n<=128728||n>=128732&&n<=128735||n===128747||n===128748||n>=128756&&n<=128764||n>=128992&&n<=129003||n===129008||n>=129292&&n<=129338||n>=129340&&n<=129349||n>=129351&&n<=129535||n>=129648&&n<=129660||n>=129664&&n<=129674||n>=129678&&n<=129734||n===129736||n>=129741&&n<=129756||n>=129759&&n<=129770||n>=129775&&n<=129784||n>=131072&&n<=196605||n>=196608&&n<=262141}o(XO,"isWide");function BQ(n){if(!Number.isSafeInteger(n))throw new TypeError(`Expected a code point, got \`${typeof n}\`.`)}o(BQ,"validate");function aE(n,{ambiguousAsWide:e=!1}={}){return BQ(n),YO(n)||XO(n)||e&&KO(n)?2:1}o(aE,"eastAsianWidth");var UQ=new Intl.Segmenter,VQ=new RegExp("^(?:\\p{Default_Ignorable_Code_Point}|\\p{Control}|\\p{Mark}|\\p{Surrogate})+$","v"),qQ=new RegExp("^[\\p{Default_Ignorable_Code_Point}\\p{Control}\\p{Format}\\p{Mark}\\p{Surrogate}]+","v"),WQ=new RegExp("^\\p{RGI_Emoji}$","v");function GQ(n){return n.replace(qQ,"")}o(GQ,"baseVisible");function zQ(n){return VQ.test(n)}o(zQ,"isZeroWidthCluster");function HQ(n,e){let t=0;if(n.length>1)for(let r of n.slice(1))r>="\uFF00"&&r<="\uFFEF"&&(t+=aE(r.codePointAt(0),e));return t}o(HQ,"trailingHalfwidthWidth");function oE(n,e={}){if(typeof n!="string"||n.length===0)return 0;let{ambiguousIsNarrow:t=!0,countAnsiEscapeCodes:r=!1}=e,i=n;if(r||(i=Yf(i)),i.length===0)return 0;let s=0,a={ambiguousAsWide:!t};for(let{segment:c}of UQ.segment(i)){if(zQ(c))continue;if(WQ.test(c)){s+=2;continue}let l=GQ(c).codePointAt(0);s+=aE(l,a),s+=HQ(c,a)}return s}o(oE,"stringWidth");function cE({stream:n=process.stdout}={}){return!!(n&&n.isTTY&&process.env.TERM!=="dumb"&&!("CI"in process.env))}o(cE,"isInteractive");var Wi=K(require("node:process"),1);var QQ=3,lE=class{static{o(this,"StdinDiscarder")}#e=0;start(){this.#e++,this.#e===1&&this.#n()}stop(){if(this.#e<=0)throw new Error("`stop` called more times than `start`");this.#e--,this.#e===0&&this.#r()}#n(){Wi.default.platform==="win32"||!Wi.default.stdin.isTTY||(Wi.default.stdin.setRawMode(!0),Wi.default.stdin.on("data",this.#t),Wi.default.stdin.resume())}#r(){Wi.default.stdin.isTTY&&(Wi.default.stdin.off("data",this.#t),Wi.default.stdin.pause(),Wi.default.stdin.setRawMode(!1))}#t(e){e[0]===QQ&&Wi.default.emit("SIGINT")}},KQ=new lE,uE=KQ;var fE=class{static{o(this,"Ora")}#e=0;#n=!1;#r=0;#t=-1;#c=0;#_=0;#i;#u;#s;#l;#a;#p;#g;#d;#m;#y;#f;color;constructor(e){typeof e=="string"&&(e={text:e}),this.#i={color:"cyan",stream:Xf.default.stderr,discardStdin:!0,hideCursor:!0,...e},this.color=this.#i.color,this.spinner=this.#i.spinner,this.#a=this.#i.interval,this.#s=this.#i.stream,this.#p=typeof this.#i.isEnabled=="boolean"?this.#i.isEnabled:cE({stream:this.#s}),this.#g=typeof this.#i.isSilent=="boolean"?this.#i.isSilent:!1,this.text=this.#i.text,this.prefixText=this.#i.prefixText,this.suffixText=this.#i.suffixText,this.indent=this.#i.indent,Xf.default.env.NODE_ENV==="test"&&(this._stream=this.#s,this._isEnabled=this.#p,Object.defineProperty(this,"_linesToClear",{get(){return this.#e},set(t){this.#e=t}}),Object.defineProperty(this,"_frameIndex",{get(){return this.#t}}),Object.defineProperty(this,"_lineCount",{get(){return this.#r}}))}get indent(){return this.#d}set indent(e=0){if(!(e>=0&&Number.isInteger(e)))throw new Error("The `indent` option must be an integer from 0 and up");this.#d=e,this.#v()}get interval(){return this.#a??this.#u.interval??100}get spinner(){return this.#u}set spinner(e){if(this.#t=-1,this.#a=void 0,typeof e=="object"){if(!Array.isArray(e.frames)||e.frames.length===0||e.frames.some(t=>typeof t!="string"))throw new Error("The given spinner must have a non-empty `frames` array of strings");if(e.interval!==void 0&&!(Number.isInteger(e.interval)&&e.interval>0))throw new Error("`spinner.interval` must be a positive integer if provided");this.#u=e}else if(!Kf())this.#u=Qf.line;else if(e===void 0)this.#u=Qf.dots;else if(e!=="default"&&Qf[e])this.#u=Qf[e];else throw new Error(`There is no built-in spinner named '${e}'. See https://github.com/sindresorhus/cli-spinners/blob/main/spinners.json for a full list.`)}get text(){return this.#m}set text(e=""){this.#m=e,this.#v()}get prefixText(){return this.#y}set prefixText(e=""){this.#y=e,this.#v()}get suffixText(){return this.#f}set suffixText(e=""){this.#f=e,this.#v()}get isSpinning(){return this.#l!==void 0}#E(e,t,r=!1){let i=typeof e=="function"?e():e;return typeof i=="string"&&i!==""?r?t+i:i+t:""}#T(e=this.#y,t=" "){return this.#E(e,t,!1)}#S(e=this.#f,t=" "){return this.#E(e,t,!0)}#w(e,t){let r=0;for(let i of Yf(e).split(`
|
|
535
535
|
`))r+=Math.max(1,Math.ceil(oE(i)/t));return r}#v(){let e=this.#s.columns??80,t=typeof this.#y=="function"?"":this.#y,r=typeof this.#f=="function"?"":this.#f,i=typeof t=="string"&&t!==""?t+" ":"",s=typeof r=="string"&&r!==""?" "+r:"",c=" ".repeat(this.#d)+i+"-"+(typeof this.#m=="string"?" "+this.#m:"")+s;this.#r=this.#w(c,e)}get isEnabled(){return this.#p&&!this.#g}set isEnabled(e){if(typeof e!="boolean")throw new TypeError("The `isEnabled` option must be a boolean");this.#p=e}get isSilent(){return this.#g}set isSilent(e){if(typeof e!="boolean")throw new TypeError("The `isSilent` option must be a boolean");this.#g=e}frame(){let e=Date.now();(this.#t===-1||e-this.#c>=this.interval)&&(this.#t=++this.#t%this.#u.frames.length,this.#c=e);let{frames:t}=this.#u,r=t[this.#t];this.color&&(r=jO[this.color](r));let i=this.#T(this.#y," "),s=typeof this.text=="string"?" "+this.text:"",a=this.#S(this.#f," ");return i+r+s+a}clear(){if(!this.#p||!this.#s.isTTY)return this;this.#s.cursorTo(0);for(let e=0;e<this.#e;e++)e>0&&this.#s.moveCursor(0,-1),this.#s.clearLine(1);return(this.#d||this.#_!==this.#d)&&this.#s.cursorTo(this.#d),this.#_=this.#d,this.#e=0,this}render(){if(!this.#p||this.#g)return this;this.clear();let e=this.frame(),t=this.#s.columns??80,r=this.#w(e,t),i=this.#s.rows;if(i&&i>1&&r>i){let s=e.split(`
|
|
536
536
|
`),a=i-1;e=[...s.slice(0,a),"... (content truncated to fit terminal)"].join(`
|
|
537
537
|
`)}return this.#s.write(e),this.#e=this.#w(e,t),this}start(e){if(e&&(this.text=e),this.#g)return this;if(!this.#p){let t=" ".repeat(this.#d)+this.#T(this.#y," ")+(this.text?`- ${this.text}`:"")+this.#S(this.#f," ");return t.trim()!==""&&this.#s.write(t+`
|
|
538
538
|
`),this}return this.isSpinning?this:(this.#i.hideCursor&&rE.hide(this.#s),this.#i.discardStdin&&Xf.default.stdin.isTTY&&(this.#n=!0,uE.start()),this.render(),this.#l=setInterval(this.render.bind(this),this.interval),this)}stop(){return clearInterval(this.#l),this.#l=void 0,this.#t=0,this.#p&&(this.clear(),this.#i.hideCursor&&rE.show(this.#s)),this.#i.discardStdin&&Xf.default.stdin.isTTY&&this.#n&&(uE.stop(),this.#n=!1),this}succeed(e){return this.stopAndPersist({symbol:rc.success,text:e})}fail(e){return this.stopAndPersist({symbol:rc.error,text:e})}warn(e){return this.stopAndPersist({symbol:rc.warning,text:e})}info(e){return this.stopAndPersist({symbol:rc.info,text:e})}stopAndPersist(e={}){if(this.#g)return this;let t=e.prefixText??this.#y,r=this.#T(t," "),i=e.symbol??" ",s=e.text??this.text,c=typeof s=="string"?(i?" ":"")+s:"",l=e.suffixText??this.#f,u=this.#S(l," "),f=r+i+c+u+`
|
|
539
539
|
`;return this.stop(),this.#s.write(f),this}};function dE(n){return new fE(n)}o(dE,"ora");var Fg=class{constructor(e,t={}){this.delayTimeout=null;this.updateInterval=null;this.startTime=0;this.isSpinnerVisible=!1;this.message=e,this.delayMs=t.delayMs??2e3,this.isTTY=!!process.stdout.isTTY,this.spinner=dE({text:e,isEnabled:this.isTTY})}static{o(this,"ProgressIndicator")}start(){this.isTTY&&(this.startTime=Date.now(),this.delayTimeout=setTimeout(()=>{this.showSpinner()},this.delayMs))}showSpinner(){!this.isTTY||this.isSpinnerVisible||(this.isSpinnerVisible=!0,this.updateSpinnerText(),this.spinner.start(),this.updateInterval=setInterval(()=>{this.updateSpinnerText()},1e3))}updateSpinnerText(){let e=Date.now()-this.startTime,t=this.formatElapsedTime(e);this.spinner.text=`${this.message} (${t})`}formatElapsedTime(e){let t=Math.floor(e/1e3),r=Math.floor(t/60),i=t%60;return r>0?`${r}m ${i}s`:`${i}s`}cleanup(){this.delayTimeout&&(clearTimeout(this.delayTimeout),this.delayTimeout=null),this.updateInterval&&(clearInterval(this.updateInterval),this.updateInterval=null)}succeed(e){this.cleanup(),this.isSpinnerVisible&&this.spinner.succeed(e),this.isSpinnerVisible=!1}fail(e){this.cleanup(),this.isSpinnerVisible&&this.spinner.fail(e),this.isSpinnerVisible=!1}stop(){this.cleanup(),this.isSpinnerVisible&&this.spinner.stop(),this.isSpinnerVisible=!1}async wrap(e,t){this.start();try{let r=await e();return this.succeed(t),r}catch(r){let i=r instanceof Error?r.message:"Operation failed";throw this.fail(i),r}}};var Cs=K(Pt());var Dg=class{static{o(this,"QueryAnalyzer")}constructor(){this.parser=new Cs.ExoQLParser,this.translator=new Cs.ExoQLAlgebraTranslator,this.optimizer=new Cs.AlgebraOptimizer,this.serializer=new Cs.AlgebraSerializer}async analyze(e,t={}){try{let r=this.parser.parse(e),i={valid:!0,queryType:this.extractQueryType(r),prefixes:this.extractPrefixes(r),variables:this.extractVariables(r),triplePatternCount:this.countTriplePatterns(r),hasFilter:this.hasPatternType(r,"filter"),hasUnion:this.hasPatternType(r,"union"),hasOptional:this.hasPatternType(r,"optional")};if(i.complexity=this.estimateComplexity(i),t.includeAlgebraPlan){let s=this.translator.translate(r);t.optimize!==!1&&(s.type==="construct"?s={...s,where:this.optimizer.optimize(s.where)}:s=this.optimizer.optimize(s)),i.algebraPlan=this.serializer.toString(s)}return i}catch(r){return this.handleParseError(r)}}formatAnalysis(e,t){if(t==="json")return JSON.stringify(e,null,2);if(!e.valid)return this.formatError(e.error);let r=[];if(r.push(`Query Type: ${e.queryType}`),r.push(""),e.prefixes&&e.prefixes.length>0){r.push("Prefixes:");for(let s of e.prefixes)r.push(` ${s.prefix}: <${s.iri}>`);r.push("")}e.variables&&(r.push("Variables:"),e.variables.length===1&&e.variables[0]==="*"?r.push(" * (all variables)"):r.push(` ${e.variables.join(", ")}`),r.push("")),r.push(`Triple Patterns: ${e.triplePatternCount??0}`),r.push("");let i=[];return e.hasFilter&&i.push("FILTER"),e.hasUnion&&i.push("UNION"),e.hasOptional&&i.push("OPTIONAL"),i.length>0&&(r.push(`Features: ${i.join(", ")}`),r.push("")),r.push(`Complexity: ${e.complexity}`),e.algebraPlan&&(r.push(""),r.push("Query Plan:"),r.push(e.algebraPlan)),r.join(`
|
|
540
540
|
`)}extractQueryType(e){return e.type==="update"?"UPDATE":"queryType"in e?e.queryType:"UNKNOWN"}extractPrefixes(e){let t=[];if(e.prefixes&&typeof e.prefixes=="object")for(let[r,i]of Object.entries(e.prefixes))t.push({prefix:r,iri:i});return t}extractVariables(e){return e.variables?Array.isArray(e.variables)?e.variables.length===1&&e.variables[0]==="*"?["*"]:e.variables.map(t=>typeof t=="string"?t:t.termType==="Variable"?`?${t.value}`:t.variable&&t.variable.termType==="Variable"?`?${t.variable.value}`:String(t)):[]:[]}countTriplePatterns(e){let t=e.where||[];return this.countTriplesInPatterns(t)}countTriplesInPatterns(e){let t=0;for(let r of e)r&&(r.type==="bgp"&&Array.isArray(r.triples)?t+=r.triples.length:r.patterns&&Array.isArray(r.patterns)&&(t+=this.countTriplesInPatterns(r.patterns)));return t}hasPatternType(e,t){let r=e.where||[];return this.containsPatternType(r,t)}containsPatternType(e,t){for(let r of e)if(r&&(r.type===t||r.patterns&&this.containsPatternType(r.patterns,t)))return!0;return!1}estimateComplexity(e){let t=0,r=e.triplePatternCount??0;return r<=3?t+=1:r<=7?t+=2:t+=3,e.hasOptional&&(t+=1),e.hasUnion&&(t+=2),e.hasFilter&&(t+=.5),t<=2?"low":t<=4?"medium":"high"}handleParseError(e){return e instanceof Cs.SPARQLParseError?{valid:!1,error:{message:e.message,line:e.line,column:e.column,suggestions:this.generateSuggestions(e.message)}}:e instanceof Error?{valid:!1,error:{message:e.message,suggestions:this.generateSuggestions(e.message)}}:{valid:!1,error:{message:String(e)}}}generateSuggestions(e){let t=[],r=e.toLowerCase();if(r.includes("unknown prefix")||r.includes("prefix")){let i=e.match(/prefix[:\s]+(\w+)/i);if(i){let s=i[1].toLowerCase(),a={rdf:"http://www.w3.org/1999/02/22-rdf-syntax-ns#",rdfs:"http://www.w3.org/2000/01/rdf-schema#",xsd:"http://www.w3.org/2001/XMLSchema#",owl:"http://www.w3.org/2002/07/owl#",ems:"http://exocortex.local/ems#",exo:"http://exocortex.local/exo#",ims:"http://exocortex.local/ims#"};a[s]?t.push(`Add prefix declaration: PREFIX ${s}: <${a[s]}>`):t.push(`Add a PREFIX declaration for '${s}' at the start of your query`)}}return(r.includes("where")||r.includes("expected"))&&t.push("Ensure your query has a WHERE clause: SELECT ?s WHERE { ... }"),(r.includes("bracket")||r.includes("brace")||r.includes("{")||r.includes("}"))&&t.push("Check that all braces { } are properly balanced"),(r.includes("variable")||r.includes("?"))&&t.push("Variables must start with '?' (e.g., ?subject, ?predicate, ?object)"),t.length===0&&t.push("Check SPARQL syntax - see https://www.w3.org/TR/sparql11-query/"),t}formatError(e){let t=[];if(t.push("Syntax Error:"),e.line!==void 0){let r=e.column!==void 0?`line ${e.line}, column ${e.column}`:`line ${e.line}`;t.push(` Position: ${r}`)}if(t.push(` ${e.message}`),e.suggestions&&e.suggestions.length>0){t.push(""),t.push("Suggestions:");for(let r of e.suggestions)t.push(` - ${r}`)}return t.join(`
|
|
541
|
-
`)}};var hE=class extends Error{static{o(this,"TemplateNotFoundError")}constructor(e){super(`Template not found: "${e}". Use --list-templates to see available templates.`),this.name="TemplateNotFoundError"}},pE=class extends Error{static{o(this,"InvalidParameterError")}constructor(e,t,r){super(`Invalid parameter "${e}" for template "${t}". Valid parameters: ${r.length>0?r.join(", "):"none"}`),this.name="InvalidParameterError"}},mE=class extends Error{static{o(this,"MissingParameterError")}constructor(e,t){super(`Missing required parameter(s) for template "${t}": ${e.join(", ")}. Use --param to provide values.`),this.name="MissingParameterError"}},Ng=class extends Error{static{o(this,"InvalidParamFormatError")}constructor(e){super(`Invalid parameter format: "${e}". Use format: key=value or key1=value1,key2=value2`),this.name="InvalidParamFormatError"}},
|
|
541
|
+
`)}};var hE=class extends Error{static{o(this,"TemplateNotFoundError")}constructor(e){super(`Template not found: "${e}". Use --list-templates to see available templates.`),this.name="TemplateNotFoundError"}},pE=class extends Error{static{o(this,"InvalidParameterError")}constructor(e,t,r){super(`Invalid parameter "${e}" for template "${t}". Valid parameters: ${r.length>0?r.join(", "):"none"}`),this.name="InvalidParameterError"}},mE=class extends Error{static{o(this,"MissingParameterError")}constructor(e,t){super(`Missing required parameter(s) for template "${t}": ${e.join(", ")}. Use --param to provide values.`),this.name="MissingParameterError"}},Ng=class extends Error{static{o(this,"InvalidParamFormatError")}constructor(e){super(`Invalid parameter format: "${e}". Use format: key=value or key1=value1,key2=value2`),this.name="InvalidParamFormatError"}},YQ=[{name:"tasks-by-date",description:"Find tasks scheduled for a specific date",query:`PREFIX ems: <http://example.org/ems#>
|
|
542
542
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
543
543
|
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
|
544
544
|
|
|
@@ -594,55 +594,55 @@ SELECT ?task ?label ?start ?end WHERE {
|
|
|
594
594
|
OPTIONAL { ?task ems:Effort_endTimestamp ?end }
|
|
595
595
|
}
|
|
596
596
|
ORDER BY DESC(?start)
|
|
597
|
-
LIMIT 30`,parameters:[],examples:{}}],Ql=class{static{o(this,"TemplateRegistry")}constructor(){this.templates=new Map;for(let e of
|
|
598
|
-
`)}};function
|
|
599
|
-
`),s=i.length,a=Math.max(1,e-t),c=Math.min(s,e+t),l=[];for(let u=a;u<=c;u++)l.push({number:u,content:i[u-1],isError:u===e});return{startLine:a,endLine:c,errorLine:e,errorColumn:r,lines:l}}o(
|
|
597
|
+
LIMIT 30`,parameters:[],examples:{}}],Ql=class{static{o(this,"TemplateRegistry")}constructor(){this.templates=new Map;for(let e of YQ)this.templates.set(e.name,e)}listTemplates(){return Array.from(this.templates.values())}getTemplate(e){let t=this.templates.get(e);if(!t)throw new hE(e);return t}applyTemplate(e,t){let r=this.getTemplate(e),i=this.validateParameters(e,t);if(!i.valid){if(i.missing.length>0)throw new mE(i.missing,e);if(i.unknown.length>0)throw new pE(i.unknown[0],e,r.parameters)}let s=r.query;for(let a of r.parameters){let c=t[a],l=this.escapeValue(c);s=s.replace(new RegExp(`\\{\\{${a}\\}\\}`,"g"),l)}return s}validateParameters(e,t){let r=this.getTemplate(e),i=Object.keys(t),s=r.parameters,a=s.filter(l=>!(l in t)||t[l]===void 0),c=i.filter(l=>!s.includes(l));return{valid:a.length===0&&c.length===0,missing:a,unknown:c}}parseParamString(e){let t=e.trim();if(t==="")return{};let r={},i=t.split(",");for(let s of i){let a=s.indexOf("=");if(a===-1)throw new Ng(e);let c=s.slice(0,a).trim(),l=s.slice(a+1).trim();if(c==="")throw new Ng(e);r[c]=l}return r}escapeValue(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/'/g,"\\'").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t")}registerTemplate(e){this.templates.set(e.name,e)}hasTemplate(e){return this.templates.has(e)}formatList(e="text"){let t=this.listTemplates();if(e==="json")return JSON.stringify(t,null,2);let r=[];r.push("Available SPARQL Templates:"),r.push("=".repeat(50)),r.push("");for(let i of t){if(r.push(`\u{1F4CB} ${i.name}`),r.push(` ${i.description}`),i.parameters.length>0){if(r.push(` Parameters: ${i.parameters.join(", ")}`),i.examples&&Object.keys(i.examples).length>0){let s=Object.entries(i.examples).map(([a,c])=>`${a}=${c}`).join(", ");r.push(` Example: --param "${s}"`)}}else r.push(" Parameters: (none)");r.push("")}return r.join(`
|
|
598
|
+
`)}};function XQ(n,e){if(n.length===0)return e.length;if(e.length===0)return n.length;let t=[];for(let r=0;r<=n.length;r++)t[r]=[r];for(let r=0;r<=e.length;r++)t[0][r]=r;for(let r=1;r<=n.length;r++)for(let i=1;i<=e.length;i++){let s=n[r-1]===e[i-1]?0:1;t[r][i]=Math.min(t[r-1][i]+1,t[r][i-1]+1,t[r-1][i-1]+s)}return t[n.length][e.length]}o(XQ,"levenshteinDistance");function JQ(n,e,t=3,r=3){return e.map(s=>({prefix:s,distance:XQ(n.toLowerCase(),s.toLowerCase())})).filter(({distance:s})=>s<=r).sort((s,a)=>s.distance-a.distance).slice(0,t).map(({prefix:s})=>s)}o(JQ,"findSimilarPrefixes");function ZQ(n,e,t=2,r){let i=n.split(`
|
|
599
|
+
`),s=i.length,a=Math.max(1,e-t),c=Math.min(s,e+t),l=[];for(let u=a;u<=c;u++)l.push({number:u,content:i[u-1],isError:u===e});return{startLine:a,endLine:c,errorLine:e,errorColumn:r,lines:l}}o(ZQ,"getQueryContext");function eK(n){let e=/PREFIX\s+(\w+):\s*</gi,t=[],r;for(;(r=e.exec(n))!==null;)t.push(r[1]);return t}o(eK,"extractDeclaredPrefixes");function tK(n){let e=[/unknown prefix[:\s]+['"]?(\w+)['"]?/i,/prefix\s+['"]?(\w+)['"]?\s+not\s+defined/i,/undefined\s+prefix[:\s]+['"]?(\w+)['"]?/i];for(let t of e){let r=n.match(t);if(r)return r[1]}return null}o(tK,"extractUnknownPrefix");function rK(n){let e=[/line\s+(\d+),?\s*column\s+(\d+)/i,/line\s+(\d+):(\d+)/i,/at\s+(\d+):(\d+)/i,/\((\d+),\s*(\d+)\)/];for(let r of e){let i=n.match(r);if(i)return{line:parseInt(i[1],10),column:parseInt(i[2],10)}}let t=n.match(/line\s+(\d+)/i);return t?{line:parseInt(t[1],10)}:{}}o(rK,"extractPosition");function nK(n){let e=[/timeout[^\d]*(\d+)\s*ms/i,/timeout[^\d]*(\d+)\s*milliseconds/i,/(\d+)\s*ms\s*timeout/i,/exceeded[^\d]*(\d+)\s*ms/i];for(let t of e){let r=n.match(t);if(r)return parseInt(r[1],10)}return null}o(nK,"extractTimeoutDuration");var Lg=class{constructor(){this.wellKnownPrefixes={rdf:"http://www.w3.org/1999/02/22-rdf-syntax-ns#",rdfs:"http://www.w3.org/2000/01/rdf-schema#",xsd:"http://www.w3.org/2001/XMLSchema#",owl:"http://www.w3.org/2002/07/owl#",ems:"http://exocortex.local/ems#",exo:"http://exocortex.local/exo#",ims:"http://exocortex.local/ims#"}}static{o(this,"SPARQLErrorEnhancer")}classifyError(e){let t=e.message.toLowerCase();return t.includes("unknown prefix")||t.includes("prefix")&&(t.includes("not defined")||t.includes("undefined"))?"unknown_prefix":t.includes("parse error")||t.includes("syntax error")||t.includes("unexpected")||t.includes("expected")?"syntax":t.includes("timeout")||t.includes("timed out")||t.includes("exceeded")?"timeout":t.includes("econnrefused")||t.includes("connection refused")||t.includes("network")||t.includes("connect")?"connection":"unknown"}enhanceError(e,t){switch(this.classifyError(e)){case"unknown_prefix":return this.enhanceUnknownPrefixError(e,t);case"syntax":return this.enhanceSyntaxError(e,t);case"timeout":return this.enhanceTimeoutError(e,t);case"connection":return this.enhanceConnectionError(e,t);default:return this.enhanceUnknownError(e,t)}}enhanceUnknownPrefixError(e,t){let r=tK(e.message),i=eK(t),s=[...new Set([...i,...Object.keys(this.wellKnownPrefixes)])],a,c=[];if(r){let l=JQ(r,s);l.length>0?(a=`Unknown prefix '${r}'. Did you mean: ${l.join(", ")}?`,c.push(`Replace '${r}:' with '${l[0]}:'`)):a=`Unknown prefix '${r}'.`;let u=i.length>0?i.join(", "):Object.keys(this.wellKnownPrefixes).join(", ");a+=`
|
|
600
600
|
|
|
601
|
-
Available prefixes: ${u}`,this.wellKnownPrefixes[r]&&c.push(`Add: PREFIX ${r}: <${this.wellKnownPrefixes[r]}>`)}else a=e.message;return{type:"unknown_prefix",message:a,originalMessage:e.message,originalStack:e.stack,suggestions:c.length>0?c:void 0}}enhanceSyntaxError(e,t){let r=e,i=r.line!==void 0?{line:r.line,column:r.column}:
|
|
602
|
-
`)}formatForJSON(e){return{type:e.type,message:e.message,originalMessage:e.originalMessage,suggestions:e.suggestions,line:e.line,column:e.column,context:e.context?{startLine:e.context.startLine,endLine:e.context.endLine,errorLine:e.context.errorLine,errorColumn:e.context.errorColumn,lines:e.context.lines.map(t=>({number:t.number,content:t.content,isError:t.isError}))}:void 0}}};var kg=class n{static{o(this,"NTriplesFormatter")}static escapeString(e){let t=e.replace(/\\/g,"\\\\");return t=t.replace(/"/g,'\\"'),t=t.replace(/\n/g,"\\n"),t=t.replace(/\r/g,"\\r"),t=t.replace(/\t/g,"\\t"),t}static formatObject(e){return e.startsWith("http://")||e.startsWith("https://")||e.startsWith("urn:")?`<${e}>`:`"${n.escapeString(e)}"`}};var nc=require("fs"),gE=require("path");function Jf(n){let e=new Map,t="obsidian://vault/",r;try{r=(0,nc.readdirSync)(n)}catch{return e}for(let i of r){let s=(0,gE.join)(n,i);if(i.startsWith("."))continue;let a;try{a=(0,nc.statSync)(s)}catch{continue}if(!a.isDirectory())continue;let c;try{c=(0,nc.readdirSync)(s)}catch{continue}for(let l of c){let u=(0,gE.join)(s,l);if(l.startsWith("."))continue;let f;try{f=(0,nc.statSync)(u)}catch{continue}if(!f.isDirectory())continue;let d=!1;try{d=(0,nc.readdirSync)(u).some(p=>p.endsWith(".md"))}catch{continue}if(d){let h=`${i}/${l}`,p=encodeURI(h),y=`${t}${p}/`;/^[a-zA-Z][a-zA-Z0-9_]*$/.test(l)&&e.set(l,y)}}}return e}o(Jf,"scanVaultNamespaces");var JO=K(Pt());var
|
|
603
|
-
`).filter(f=>f.trim().length>0),s=[];for(let f of i){let d=/PREFIX\s+(\w+)\s*:/i.exec(f);d&&!e.has(d[1].toLowerCase())&&s.push(f)}let a=/(?<![:\w])([a-z][a-zA-Z0-9]*):[a-zA-Z_]/g,c=new Set,l;for(;(l=a.exec(n))!==null;)c.add(l[1]);let u=new Set(e);for(let f of s){let d=/PREFIX\s+(\w+)\s*:/i.exec(f);d&&u.add(d[1].toLowerCase())}for(let f of c)u.has(f.toLowerCase())||
|
|
601
|
+
Available prefixes: ${u}`,this.wellKnownPrefixes[r]&&c.push(`Add: PREFIX ${r}: <${this.wellKnownPrefixes[r]}>`)}else a=e.message;return{type:"unknown_prefix",message:a,originalMessage:e.message,originalStack:e.stack,suggestions:c.length>0?c:void 0}}enhanceSyntaxError(e,t){let r=e,i=r.line!==void 0?{line:r.line,column:r.column}:rK(e.message),s,a;i.line?(s=`Syntax error at line ${i.line}`,i.column&&(s+=`, column ${i.column}`),s+=`: ${e.message.replace(/.*line\s+\d+.*?:\s*/i,"")}`,a=ZQ(t,i.line,2,i.column)):s=`Syntax error: ${e.message}`;let c=this.generateSyntaxSuggestions(e.message);return{type:"syntax",message:s,originalMessage:e.message,originalStack:e.stack,suggestions:c.length>0?c:void 0,context:a,line:i.line,column:i.column}}generateSyntaxSuggestions(e){let t=[],r=e.toLowerCase();return(r.includes("where")||r.includes("expected"))&&t.push("Ensure your query has a WHERE clause: SELECT ?s WHERE { ... }"),(r.includes("{")||r.includes("}")||r.includes("brace")||r.includes("bracket"))&&t.push("Check that all braces { } are properly balanced"),(r.includes("variable")||r.includes("?"))&&t.push("Variables must start with '?' (e.g., ?subject, ?predicate, ?object)"),(r.includes("end of input")||r.includes("eof"))&&t.push("Query may be incomplete - check for missing closing braces or statements"),r.includes("prefix")&&t.push("Add PREFIX declarations at the start of your query"),t.length===0&&t.push("Check SPARQL syntax reference: https://www.w3.org/TR/sparql11-query/"),t}enhanceTimeoutError(e,t){let r=nK(e.message),i=r?Math.round(r/1e3):null,s;i?s=`Query timed out after ${i} second${i!==1?"s":""}`:s="Query timed out";let a=["Try limiting results with LIMIT (e.g., LIMIT 100)","Add more specific FILTER conditions to reduce result set","Use more selective triple patterns","Consider using OPTIONAL sparingly (it can be expensive)"];return/\bLIMIT\b/i.test(t)||a.unshift("Add LIMIT clause to restrict result count"),/SELECT\s+\*/i.test(t)&&a.push("Replace SELECT * with specific variables to reduce data transfer"),{type:"timeout",message:s,originalMessage:e.message,originalStack:e.stack,suggestions:a}}enhanceConnectionError(e,t){let r="Connection failed to SPARQL endpoint",i=["Check that the SPARQL endpoint is running","Verify network connectivity","Check firewall settings"];return{type:"connection",message:r,originalMessage:e.message,originalStack:e.stack,suggestions:i}}enhanceUnknownError(e,t){return{type:"unknown",message:e.message,originalMessage:e.message,originalStack:e.stack,suggestions:["Check query syntax and try again"]}}formatForText(e){let t=[];if(t.push(`\u274C ${e.message}`),e.context){t.push(""),t.push("Context:");for(let r of e.context.lines){let i=r.isError?">>> ":" ";if(t.push(`${i}${r.number.toString().padStart(3)}: ${r.content}`),r.isError&&e.context.errorColumn){let s=" ".repeat(8+r.number.toString().length+e.context.errorColumn-1)+"^";t.push(s)}}}if(e.suggestions&&e.suggestions.length>0){t.push(""),t.push("Suggestions:");for(let r of e.suggestions)t.push(` \u2022 ${r}`)}return t.join(`
|
|
602
|
+
`)}formatForJSON(e){return{type:e.type,message:e.message,originalMessage:e.originalMessage,suggestions:e.suggestions,line:e.line,column:e.column,context:e.context?{startLine:e.context.startLine,endLine:e.context.endLine,errorLine:e.context.errorLine,errorColumn:e.context.errorColumn,lines:e.context.lines.map(t=>({number:t.number,content:t.content,isError:t.isError}))}:void 0}}};var kg=class n{static{o(this,"NTriplesFormatter")}static escapeString(e){let t=e.replace(/\\/g,"\\\\");return t=t.replace(/"/g,'\\"'),t=t.replace(/\n/g,"\\n"),t=t.replace(/\r/g,"\\r"),t=t.replace(/\t/g,"\\t"),t}static formatObject(e){return e.startsWith("http://")||e.startsWith("https://")||e.startsWith("urn:")?`<${e}>`:`"${n.escapeString(e)}"`}};var nc=require("fs"),gE=require("path");function Jf(n){let e=new Map,t="obsidian://vault/",r;try{r=(0,nc.readdirSync)(n)}catch{return e}for(let i of r){let s=(0,gE.join)(n,i);if(i.startsWith("."))continue;let a;try{a=(0,nc.statSync)(s)}catch{continue}if(!a.isDirectory())continue;let c;try{c=(0,nc.readdirSync)(s)}catch{continue}for(let l of c){let u=(0,gE.join)(s,l);if(l.startsWith("."))continue;let f;try{f=(0,nc.statSync)(u)}catch{continue}if(!f.isDirectory())continue;let d=!1;try{d=(0,nc.readdirSync)(u).some(p=>p.endsWith(".md"))}catch{continue}if(d){let h=`${i}/${l}`,p=encodeURI(h),y=`${t}${p}/`;/^[a-zA-Z][a-zA-Z0-9_]*$/.test(l)&&e.set(l,y)}}}return e}o(Jf,"scanVaultNamespaces");var JO=K(Pt());var iK="https://exocortex.my/ontology/",sK=/^[a-z][a-zA-Z0-9]*$/,ZO=new Set(["exo","ems","ims","gtd","period","lit","inbox","rdf","rdfs","owl","xsd"]),aK=/(<)([a-zA-Z][a-zA-Z0-9]*)__([a-zA-Z][a-zA-Z0-9_]*)(>)/g;function Kl(n){let e=new Set,t=/PREFIX\s+(\w+)\s*:/gi,r;for(;(r=t.exec(n))!==null;)e.add(r[1].toLowerCase());let i=JO.SPARQL_PREFIXES.split(`
|
|
603
|
+
`).filter(f=>f.trim().length>0),s=[];for(let f of i){let d=/PREFIX\s+(\w+)\s*:/i.exec(f);d&&!e.has(d[1].toLowerCase())&&s.push(f)}let a=/(?<![:\w])([a-z][a-zA-Z0-9]*):[a-zA-Z_]/g,c=new Set,l;for(;(l=a.exec(n))!==null;)c.add(l[1]);let u=new Set(e);for(let f of s){let d=/PREFIX\s+(\w+)\s*:/i.exec(f);d&&u.add(d[1].toLowerCase())}for(let f of c)u.has(f.toLowerCase())||sK.test(f)&&(s.push(`PREFIX ${f}: <${iK}${f}#>`),u.add(f.toLowerCase()));return s.length===0?n:s.join(`
|
|
604
604
|
`)+`
|
|
605
|
-
`+n}o(Kl,"injectExocortexPrefixes");function Mg(n){return n.replace(
|
|
605
|
+
`+n}o(Kl,"injectExocortexPrefixes");function Mg(n){return n.replace(aK,(e,t,r,i,s)=>ZO.has(r.toLowerCase())?`${r}:${i}`:e)}o(Mg,"transformShorthandNotation");function Zf(n){let e=new Map(n);for(let t of ZO)e.delete(t);return e}o(Zf,"filterOntologyPrefixes");var oK=300,eF=3e4,cK="EXOCORTEX_SPARQL_TIMEOUT";function lK(){let n=process.env[cK];if(!n)return eF;try{let e=uK(n);if(e!==null&&e>0)return e}catch{}return eF}o(lK,"getDefaultTimeout");function uK(n){let e=n.trim().toLowerCase();if(!e)return null;if(e.endsWith("ms")){let r=parseInt(e.slice(0,-2),10);return isNaN(r)||r<=0?null:r}if(e.endsWith("s")){let r=parseInt(e.slice(0,-1),10);return isNaN(r)||r<=0?null:r*1e3}let t=parseInt(e,10);return isNaN(t)||t<=0?null:t*1e3}o(uK,"parseTimeoutSafe");function fK(n){if(!n)return oK;let e=parseInt(n.trim(),10);if(isNaN(e)||e<=0)throw new Ke(`Invalid cache TTL: "${n}". Must be a positive number (seconds).`,'exocortex sparql query --cache-ttl 600 "SELECT * WHERE { ?s ?p ?o }"');return e}o(fK,"parseCacheTtl");function dK(n){let e=n.trim().toLowerCase();if(e.endsWith("ms")){let r=parseInt(e.slice(0,-2),10);if(isNaN(r)||r<=0)throw new Ke(`Invalid timeout format: "${n}". Value must be a positive number.`,'exocortex sparql query --timeout "30s" or --timeout "5000ms"');return r}if(e.endsWith("s")){let r=parseInt(e.slice(0,-1),10);if(isNaN(r)||r<=0)throw new Ke(`Invalid timeout format: "${n}". Value must be a positive number.`,'exocortex sparql query --timeout "30s" or --timeout "5000ms"');return r*1e3}let t=parseInt(e,10);if(isNaN(t)||t<=0)throw new Ke(`Invalid timeout format: "${n}". Use formats like "30s", "5000ms", or just a number (seconds).`,'exocortex sparql query --timeout "30s" or --timeout "5000ms"');return t*1e3}o(dK,"parseTimeout");async function yE(n,e,t=Date.now()){let r,i=new Promise((s,a)=>{r=setTimeout(()=>{let c=Date.now()-t;a(new Vf(e,c))},e),r&&typeof r=="object"&&"unref"in r&&r.unref()});return Promise.race([n,i])}o(yE,"executeWithTimeout");function hK(n,e){return e.concat([n])}o(hK,"collectAlso");function rF(){return new ae("query").description("Execute SPARQL query against Obsidian vault").argument("[query]","SPARQL query string or path to .sparql file (optional if --template is used)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--also <path>","Additional vault to include in query (repeatable)",hK,[]).option("--format <type>","Output format: table|json|csv|ntriples","table").option("--output <type>","Response format: text|json (for MCP tools)","text").option("--timeout <duration>","Query timeout (e.g., 30s, 5000ms)","30s").option("--dry-run","Validate query syntax without executing (no vault loading)").option("--explain","Show optimized query plan").option("--stats","Show execution statistics").option("--no-optimize","Disable query optimization").option("--use-cache","Use persistent triple cache (faster vault loading)").option("--cache-ttl <seconds>","Query result cache TTL in seconds (default: 300)").option("--no-cache","Bypass query result cache").option("--template <name>","Use a predefined query template").option("--param <params>","Template parameters (format: key=value,key2=value2)").action(async(n,e)=>{let t=e.output||"text";D.setFormat(t);let r="";try{let i=Date.now(),s=e.timeout?dK(e.timeout):lK(),a=fK(e.cacheTtl),c=e.cache!==!1;if(e.template){let z=new Ql,G=e.param?z.parseParamString(e.param):{};if(r=z.applyTemplate(e.template,G),t==="text"){let F=z.getTemplate(e.template);console.log(`\u{1F4CB} Using template: ${e.template}`),Object.keys(G).length>0&&console.log(` Parameters: ${Object.entries(G).map(([$,re])=>`${$}=${re}`).join(", ")}`),console.log()}}else if(n)r=pK(n);else throw new Ke("Either a query argument or --template flag is required.",'exocortex sparql query "SELECT * WHERE { ?s ?p ?o }" or exocortex sparql query --template tasks-by-date --param date=2024-01-15');if(e.dryRun){await mK(r,e,t);return}let l=(0,ed.resolve)(e.vault);if(c){let G=await new Wl().get(r,a);if(G!==null){let F=Date.now()-i;if(t==="json"){let $=X.success(G,{durationMs:F,itemCount:G.count||0,queryResultCacheHit:!0});console.log(JSON.stringify($,null,2))}else{console.log(`\u{1F4E6} (cached) Query result loaded from cache in ${F}ms
|
|
606
606
|
`);let $=G;$.type==="select"&&$.bindings?(console.log(`\u2705 Found ${$.bindings.length} result(s)
|
|
607
|
-
`),
|
|
608
|
-
`),
|
|
609
|
-
`),console.log("\u{1F50D} Parsing SPARQL query...")}let v=new Gt.ExoQLParser;r=Mg(r),r=Kl(r);let w=Zf(Jf(l));for(let z of h){let G=Zf(Jf((0,ed.resolve)(z)));for(let[F,$]of G)w.has(F)||w.set(F,$)}w.size>0&&v.setVaultPrefixes(w);let b=v.parse(r);if(b.type==="update"){t==="text"&&console.log("\u{1F504} Executing SPARQL UPDATE...");let z=Date.now(),G=new Gt.UpdateExecutor(p),F=await yE(G.execute(b),s,z),$=Date.now()-z,re=Date.now()-i;if(t==="json"){let Ye=X.success({query:r,type:"update",results:F},{durationMs:re,itemCount:F.length,loadDurationMs:y,execDurationMs:$,triplesScanned:f.length,cacheHit:d});console.log(JSON.stringify(Ye,null,2))}else
|
|
607
|
+
`),_K($.bindings,e.format)):$.type==="construct"&&$.triples&&(console.log(`\u2705 Generated ${$.triples.length} triple(s)
|
|
608
|
+
`),SK($.triples,e.format))}return}}if(!(0,Yl.existsSync)(l))throw new Te(l);t==="text"&&console.log(`\u{1F4E6} Loading vault: ${l}...`);let u=Date.now(),f,d=!1;if(e.useCache){let G=await new qn(l).loadOrBuild();f=G.triples,d=G.cacheHit,t==="text"&&d&&console.log("\u{1F680} Cache hit! Loading from persistent cache...")}else{let z=new Nt(l);f=await new Gt.NoteToRDFConverter(z).convertVault()}let h=e.also||[];for(let z of h){let G=(0,ed.resolve)(z);if(!(0,Yl.existsSync)(G))throw new Te(G);t==="text"&&console.log(`\u{1F4E6} Loading additional vault: ${G}...`);let F=new Nt(G),re=await new Gt.NoteToRDFConverter(F).convertVault();f=f.concat(re),t==="text"&&console.log(` \u2795 Added ${re.length} triples from ${G}`)}let p=new Gt.InMemoryTripleStore;await p.addAll(f);let y=Date.now()-u;if(t==="text"){let z=d?" (from cache)":"",G=h.length>0?` (${h.length+1} vaults)`:"";console.log(`\u2705 Loaded ${f.length} triples in ${y}ms${z}${G}
|
|
609
|
+
`),console.log("\u{1F50D} Parsing SPARQL query...")}let v=new Gt.ExoQLParser;r=Mg(r),r=Kl(r);let w=Zf(Jf(l));for(let z of h){let G=Zf(Jf((0,ed.resolve)(z)));for(let[F,$]of G)w.has(F)||w.set(F,$)}w.size>0&&v.setVaultPrefixes(w);let b=v.parse(r);if(b.type==="update"){t==="text"&&console.log("\u{1F504} Executing SPARQL UPDATE...");let z=Date.now(),G=new Gt.UpdateExecutor(p),F=await yE(G.execute(b),s,z),$=Date.now()-z,re=Date.now()-i;if(t==="json"){let Ye=X.success({query:r,type:"update",results:F},{durationMs:re,itemCount:F.length,loadDurationMs:y,execDurationMs:$,triplesScanned:f.length,cacheHit:d});console.log(JSON.stringify(Ye,null,2))}else bK(F,e.format),console.log(),console.log("\u26A0\uFE0F Changes applied to in-memory store only (not persisted to vault files)"),e.stats&&(console.log(`
|
|
610
610
|
\u{1F4CA} Execution Statistics:`),console.log(` Vault loading: ${y}ms${d?" (from cache)":""}`),console.log(` Query execution: ${$}ms`),console.log(` Total time: ${re}ms`),console.log(` Triples scanned: ${f.length}`));return}t==="text"&&console.log("\u{1F504} Translating to algebra...");let R=new Gt.ExoQLAlgebraTranslator().translate(b);if(!e.noOptimize&&R.type!=="construct")R=new Gt.AlgebraOptimizer().optimize(R);else if(!e.noOptimize&&R.type==="construct"){let z=new Gt.AlgebraOptimizer,G=R;R={...G,where:z.optimize(G.where)}}if(e.explain&&t==="text"){console.log("\u{1F4CA} Query Plan:");let z=new Gt.AlgebraSerializer;if(R.type==="construct"){let G=R;console.log("CONSTRUCT Template:"),console.log(" (template patterns)"),console.log("WHERE:"),console.log(z.toString(G.where))}else console.log(z.toString(R));console.log()}let k=Date.now(),U=new Gt.ExoQLQueryExecutor(p);typeof U.setTimeout=="function"&&U.setTimeout(s);let te=t==="text"?new Fg("Executing query",{delayMs:2e3}):null;if(U.isConstructQuery(R)){te?.start();let z=await yE(U.executeConstruct(R),s,k),G=Date.now()-k;te?.stop();let F=Date.now()-i;if(c){let $=new ql,re={type:"construct",count:z.length,triples:JSON.parse($.formatJson(z))};await new Wl().set(r,re,a)}if(t==="json"){let $=new ql,re={query:r,count:z.length,triples:JSON.parse($.formatJson(z))},Ye=X.success(re,{durationMs:F,itemCount:z.length,loadDurationMs:y,execDurationMs:G,triplesScanned:f.length,cacheHit:d,queryResultCacheHit:!1});console.log(JSON.stringify(Ye,null,2))}else console.log(`\u2705 Generated ${z.length} triple(s) in ${G}ms
|
|
611
|
-
`),z.length>0?
|
|
611
|
+
`),z.length>0?yK(z,e.format):console.log("No triples generated."),e.stats&&(console.log(`
|
|
612
612
|
\u{1F4CA} Execution Statistics:`),console.log(` Vault loading: ${y}ms${d?" (from cache)":""}`),console.log(` Query execution: ${G}ms`),console.log(` Total time: ${F}ms`),console.log(` Triples scanned: ${f.length}`),console.log(` Triples generated: ${z.length}`),e.useCache&&console.log(` Triple cache: ${d?"HIT":"MISS (rebuilt)"}`),c&&console.log(" Query result cache: MISS (cached for next run)"))}else{te?.start();let z=await yE(U.executeAll(R),s,k),G=Date.now()-k;te?.stop();let F=Date.now()-i,$=z.map(re=>re.toJSON());if(c){let re={type:"select",count:z.length,bindings:$};await new Wl().set(r,re,a)}if(t==="json"){let re={query:r,count:z.length,bindings:$},Ye=X.success(re,{durationMs:F,itemCount:z.length,loadDurationMs:y,execDurationMs:G,triplesScanned:f.length,cacheHit:d,queryResultCacheHit:!1});console.log(JSON.stringify(Ye,null,2))}else console.log(`\u2705 Found ${z.length} result(s) in ${G}ms
|
|
613
|
-
`),z.length>0?
|
|
614
|
-
\u{1F4CA} Execution Statistics:`),console.log(` Vault loading: ${y}ms${d?" (from cache)":""}`),console.log(` Query execution: ${G}ms`),console.log(` Total time: ${F}ms`),console.log(` Triples scanned: ${f.length}`),console.log(` Results returned: ${z.length}`),e.useCache&&console.log(` Triple cache: ${d?"HIT":"MISS (rebuilt)"}`),c&&console.log(" Query result cache: MISS (cached for next run)"))}}catch(i){nF(i,r,t)}})}o(rF,"sparqlQueryCommand");function nF(n,e,t){let r=new Lg;if(r.classifyError(n)!=="unknown"){let s=r.enhanceError(n,e);if(t==="json"){let a=X.error("VALIDATION_INVALID_FORMAT",s.message,2,{context:{errorType:s.type,suggestions:s.suggestions,line:s.line,column:s.column,queryContext:s.context?{startLine:s.context.startLine,endLine:s.context.endLine,errorLine:s.context.errorLine}:void 0},recovery:{message:s.suggestions?.[0]||"Check query syntax"}});console.log(JSON.stringify(a,null,2)),process.exit(2)}else console.error(r.formatForText(s)),process.exit(2)}D.handle(n)}o(nF,"handleSparqlError");function
|
|
615
|
-
`),console.log(i.formatAnalysis(s,"text"))):(console.log(i.formatAnalysis(s,"text")),process.exit(2));return}let r=new Gt.ExoQLParser;try{let i=r.parse(n);if(i.type!=="update"){let a=new Gt.ExoQLAlgebraTranslator().translate(i);if(!e.noOptimize&&a.type!=="construct")a=new Gt.AlgebraOptimizer().optimize(a);else if(!e.noOptimize&&a.type==="construct"){let c=new Gt.AlgebraOptimizer,l=a;a={...l,where:c.optimize(l.where)}}}if(t==="json"){let s=X.success({valid:!0,queryType:tF(i),message:"Query syntax is valid"});console.log(JSON.stringify(s,null,2))}else console.log("\u2705 Query syntax is valid"),console.log(` Query type: ${tF(i)}`)}catch(i){nF(i,n,t)}}o(
|
|
613
|
+
`),z.length>0?gK(z,e.format):console.log("No results found."),e.stats&&(console.log(`
|
|
614
|
+
\u{1F4CA} Execution Statistics:`),console.log(` Vault loading: ${y}ms${d?" (from cache)":""}`),console.log(` Query execution: ${G}ms`),console.log(` Total time: ${F}ms`),console.log(` Triples scanned: ${f.length}`),console.log(` Results returned: ${z.length}`),e.useCache&&console.log(` Triple cache: ${d?"HIT":"MISS (rebuilt)"}`),c&&console.log(" Query result cache: MISS (cached for next run)"))}}catch(i){nF(i,r,t)}})}o(rF,"sparqlQueryCommand");function nF(n,e,t){let r=new Lg;if(r.classifyError(n)!=="unknown"){let s=r.enhanceError(n,e);if(t==="json"){let a=X.error("VALIDATION_INVALID_FORMAT",s.message,2,{context:{errorType:s.type,suggestions:s.suggestions,line:s.line,column:s.column,queryContext:s.context?{startLine:s.context.startLine,endLine:s.context.endLine,errorLine:s.context.errorLine}:void 0},recovery:{message:s.suggestions?.[0]||"Check query syntax"}});console.log(JSON.stringify(a,null,2)),process.exit(2)}else console.error(r.formatForText(s)),process.exit(2)}D.handle(n)}o(nF,"handleSparqlError");function pK(n){if(n.includes("SELECT")||n.includes("CONSTRUCT")||n.includes("INSERT")||n.includes("DELETE"))return n;let e=(0,ed.resolve)(n);return(0,Yl.existsSync)(e)?(0,Yl.readFileSync)(e,"utf-8"):n}o(pK,"loadQuery");async function mK(n,e,t){if(e.explain){let i=new Dg,s=await i.analyze(n,{includeAlgebraPlan:!0,optimize:!e.noOptimize});if(t==="json"){let a=X.success(s);console.log(JSON.stringify(a,null,2))}else s.valid?(console.log(`\u2705 Query syntax is valid
|
|
615
|
+
`),console.log(i.formatAnalysis(s,"text"))):(console.log(i.formatAnalysis(s,"text")),process.exit(2));return}let r=new Gt.ExoQLParser;try{let i=r.parse(n);if(i.type!=="update"){let a=new Gt.ExoQLAlgebraTranslator().translate(i);if(!e.noOptimize&&a.type!=="construct")a=new Gt.AlgebraOptimizer().optimize(a);else if(!e.noOptimize&&a.type==="construct"){let c=new Gt.AlgebraOptimizer,l=a;a={...l,where:c.optimize(l.where)}}}if(t==="json"){let s=X.success({valid:!0,queryType:tF(i),message:"Query syntax is valid"});console.log(JSON.stringify(s,null,2))}else console.log("\u2705 Query syntax is valid"),console.log(` Query type: ${tF(i)}`)}catch(i){nF(i,n,t)}}o(mK,"executeDryRun");function tF(n){return n.type==="update"?"UPDATE":"queryType"in n?n.queryType:"UNKNOWN"}o(tF,"getQueryType");function gK(n,e){switch(e){case"json":let t=new Vl;console.log(t.format(n));break;case"csv":let r=new Eg;console.log(r.format(n));break;case"table":default:let i=new Ul;console.log(i.format(n));break}}o(gK,"formatSelectResults");function yK(n,e){let t=new ql;switch(e){case"json":console.log(t.formatJson(n));break;case"ntriples":console.log(t.formatNTriples(n));break;case"table":default:console.log(t.formatTable(n));break}}o(yK,"formatConstructResults");function _K(n,e){switch(e){case"json":console.log(JSON.stringify(n,null,2));break;case"csv":if(n.length===0){console.log("");return}let t=Object.keys(n[0]);console.log(t.join(","));for(let i of n){let s=t.map(a=>{let c=i[a];return c==null?"":String(c).includes(",")?`"${c}"`:String(c)});console.log(s.join(","))}break;case"table":default:if(n.length===0){console.log("No results.");return}let r=Object.keys(n[0]);console.log(r.join(" ")),console.log(r.map(()=>"---").join(" "));for(let i of n){let s=r.map(a=>String(i[a]??""));console.log(s.join(" "))}break}}o(_K,"formatCachedSelectResults");function SK(n,e){switch(e){case"json":console.log(JSON.stringify(n,null,2));break;case"ntriples":for(let t of n)console.log(`<${t.subject}> <${t.predicate}> ${vK(t.object)} .`);break;case"table":default:console.log("Subject Predicate Object"),console.log("--- --- ---");for(let t of n)console.log(`${t.subject} ${t.predicate} ${t.object}`);break}}o(SK,"formatCachedConstructResults");function vK(n){return kg.formatObject(n)}o(vK,"formatNTriplesObject");function bK(n,e){for(let t of n){let r=[`${t.type.toUpperCase()}`];switch(t.inserted!==void 0&&r.push(`inserted: ${t.inserted}`),t.deleted!==void 0&&r.push(`deleted: ${t.deleted}`),r.push(t.success?"OK":"FAILED"),e){case"json":console.log(JSON.stringify(t,null,2));break;case"csv":n.indexOf(t)===0&&console.log("type,inserted,deleted,success"),console.log(`${t.type},${t.inserted??""},${t.deleted??""},${t.success}`);break;case"table":default:console.log(`\u2705 ${r.join(" | ")}`);break}}}o(bK,"formatUpdateResults");var iF=require("fs"),sF=require("path"),Is=K(Pt());function aF(){return new ae("index").description("Build or refresh the triple cache for faster SPARQL queries").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json (for MCP tools)","text").option("--stats","Show cache statistics after building").option("--force","Force rebuild even if cache is valid").option("--strict","Fail on first invalid IRI instead of skipping").option("--no-inference","Disable RDFS subClassOf inference materialization").action(async n=>{let e=n.output||"text";D.setFormat(e);try{let t=(0,sF.resolve)(n.vault);if(!(0,iF.existsSync)(t))throw new Te(t);let r=new qn(t),i=r.getCachePath();n.force&&(e==="text"&&console.log("\u{1F5D1}\uFE0F Invalidating existing cache..."),await r.invalidate()),e==="text"&&console.log(`\u{1F4E6} Building triple cache for: ${t}...`);let s=Date.now(),a=await r.buildCacheWithValidation({strict:n.strict??!1}),c=0;if(n.inference!==!1){let{triples:u}=await r.loadOrBuild(),f=new Is.InMemoryTripleStore;await f.addAll(u),c=await new Is.RDFSInferenceEngine().materialize(f);let h=new Is.NonInheritablePropertyRegistry;await h.initialize(f);let p=new Is.PropertyCardinalityRegistry;await p.initialize(f);let v=await new Is.PrototypeChainMaterializer(h,p).materialize(f);if(c+=v,c>0){let w=await f.match();await r.saveTriples(w),a.tripleCount+=c}e==="text"&&c>0&&console.log(`\u{1F9E0} Materialized ${c} inferred triples (RDFS + prototype chain)`)}let l=Date.now()-s;if(e==="json"){let u={action:"build",cachePath:i,tripleCount:a.tripleCount,durationMs:a.durationMs},f={summary:a.summary,skippedFiles:a.skippedFiles};if(n.stats){let d=await r.getCacheStats();if(d){let h={tripleCount:d.tripleCount,createdAt:d.createdAt.toISOString(),isValid:d.isValid,sizeBytes:d.sizeBytes,cachePath:i},p=X.success({cache:u,stats:h,validation:f},{durationMs:l});console.log(JSON.stringify(p,null,2))}}else{let d=X.success({cache:u,validation:f},{durationMs:l});console.log(JSON.stringify(d,null,2))}}else{if(a.skippedFiles.length>0){console.log(`
|
|
616
616
|
\u26A0\uFE0F Files skipped due to IRI issues:`);for(let u of a.skippedFiles)console.log(` - ${u.path}`),console.log(` ${u.reason}`);console.log("")}if(console.log(`\u2705 Indexed ${a.summary.indexed} files, skipped ${a.summary.skipped} (total: ${a.summary.total})`),console.log(`\u{1F4CA} Created cache with ${a.tripleCount.toLocaleString()} triples at ${i}`),console.log(`\u23F1\uFE0F Build time: ${a.durationMs}ms`),n.stats){let u=await r.getCacheStats();u&&(console.log(`
|
|
617
|
-
\u{1F4CA} Cache Statistics:`),console.log(` Triples: ${u.tripleCount.toLocaleString()}`),console.log(` Created: ${u.createdAt.toISOString()}`),console.log(` Valid: ${u.isValid?"\u2705 Yes":"\u274C No"}`),console.log(` Size: ${vK(u.sizeBytes)}`))}}}catch(t){D.handle(t)}})}o(aF,"sparqlIndexCommand");function vK(n){return n<1024?`${n} B`:n<1024*1024?`${(n/1024).toFixed(1)} KB`:`${(n/(1024*1024)).toFixed(1)} MB`}o(vK,"formatBytes");function oF(){return new ae("templates").description("List available SPARQL query templates").option("--output <type>","Response format: text|json (for MCP tools)","text").action(async n=>{let e=n.output||"text";D.setFormat(e);try{let t=new Ql,r=t.listTemplates();if(e==="json"){let i=X.success({templates:r,count:r.length});console.log(JSON.stringify(i,null,2))}else console.log(t.formatList("text"))}catch(t){D.handle(t)}})}o(oF,"sparqlTemplatesCommand");var pD=require("path");var gr=K(Za()),ao=K(require("path"));var RF=K(vF(),1);var rd=o(n=>{if(typeof n!="string")throw new TypeError("invalid pattern");if(n.length>65536)throw new TypeError("pattern is too long")},"assertValidPattern");var IK={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},nd=o(n=>n.replace(/[[\]\\-]/g,"\\$&"),"braceEscape"),RK=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regexpEscape"),bF=o(n=>n.join(""),"rangesToString"),wF=o((n,e)=>{let t=e;if(n.charAt(t)!=="[")throw new Error("not in a brace expression");let r=[],i=[],s=t+1,a=!1,c=!1,l=!1,u=!1,f=t,d="";e:for(;s<n.length;){let v=n.charAt(s);if((v==="!"||v==="^")&&s===t+1){u=!0,s++;continue}if(v==="]"&&a&&!l){f=s+1;break}if(a=!0,v==="\\"&&!l){l=!0,s++;continue}if(v==="["&&!l){for(let[w,[b,A,R]]of Object.entries(IK))if(n.startsWith(w,s)){if(d)return["$.",!1,n.length-t,!0];s+=w.length,R?i.push(b):r.push(b),c=c||A;continue e}}if(l=!1,d){v>d?r.push(nd(d)+"-"+nd(v)):v===d&&r.push(nd(v)),d="",s++;continue}if(n.startsWith("-]",s+1)){r.push(nd(v+"-")),s+=2;continue}if(n.startsWith("-",s+1)){d=v,s+=2;continue}r.push(nd(v)),s++}if(f<s)return["",!1,0,!1];if(!r.length&&!i.length)return["$.",!1,n.length-t,!0];if(i.length===0&&r.length===1&&/^\\?.$/.test(r[0])&&!u){let v=r[0].length===2?r[0].slice(-1):r[0];return[RK(v),!1,f-t,!1]}let h="["+(u?"^":"")+bF(r)+"]",p="["+(u?"":"^")+bF(i)+"]";return[r.length&&i.length?"("+h+"|"+p+")":r.length?h:p,c,f-t,!0]},"parseClass");var Gi=o((n,{windowsPathsNoEscape:e=!1}={})=>e?n.replace(/\[([^\/\\])\]/g,"$1"):n.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"),"unescape");var Nn,PK=new Set(["!","?","+","*","@"]),vE=o(n=>PK.has(n),"isExtglobType"),EF=o(n=>vE(n.type),"isExtglobAST"),OK=new Map([["!",["@"]],["?",["?","@"]],["@",["@"]],["*",["*","+","?","@"]],["+",["+","@"]]]),FK=new Map([["!",["?"]],["@",["?"]],["+",["?","*"]]]),DK=new Map([["!",["?","@"]],["?",["?","@"]],["@",["?","@"]],["*",["*","+","?","@"]],["+",["+","@","?","*"]]]),TF=new Map([["!",new Map([["!","@"]])],["?",new Map([["*","*"],["+","*"]])],["@",new Map([["!","!"],["?","?"],["@","@"],["*","*"],["+","+"]])],["+",new Map([["?","*"],["*","*"]])]]),NK="(?!(?:^|/)\\.\\.?(?:$|/))",jg="(?!\\.)",LK=new Set(["[","."]),kK=new Set(["..","."]),MK=new Set("().*{}+?[]^$\\!"),jK=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regExpEscape"),bE="[^/]",AF=bE+"*?",xF=bE+"+?",ic=class{static{o(this,"AST")}type;#e;#n;#r=!1;#t=[];#c;#_;#i;#u=!1;#s;#l;#a=!1;constructor(e,t,r={}){this.type=e,e&&(this.#n=!0),this.#c=t,this.#e=this.#c?this.#c.#e:this,this.#s=this.#e===this?r:this.#e.#s,this.#i=this.#e===this?[]:this.#e.#i,e==="!"&&!this.#e.#u&&this.#i.push(this),this.#_=this.#c?this.#c.#t.length:0}get hasMagic(){if(this.#n!==void 0)return this.#n;for(let e of this.#t)if(typeof e!="string"&&(e.type||e.hasMagic))return this.#n=!0;return this.#n}toString(){return this.#l!==void 0?this.#l:this.type?this.#l=this.type+"("+this.#t.map(e=>String(e)).join("|")+")":this.#l=this.#t.map(e=>String(e)).join("")}#p(){if(this!==this.#e)throw new Error("should only call on root");if(this.#u)return this;this.toString(),this.#u=!0;let e;for(;e=this.#i.pop();){if(e.type!=="!")continue;let t=e,r=t.#c;for(;r;){for(let i=t.#_+1;!r.type&&i<r.#t.length;i++)for(let s of e.#t){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(r.#t[i])}t=r,r=t.#c}}return this}push(...e){for(let t of e)if(t!==""){if(typeof t!="string"&&!(t instanceof Nn&&t.#c===this))throw new Error("invalid part: "+t);this.#t.push(t)}}toJSON(){let e=this.type===null?this.#t.slice().map(t=>typeof t=="string"?t:t.toJSON()):[this.type,...this.#t.map(t=>t.toJSON())];return this.isStart()&&!this.type&&e.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#u&&this.#c?.type==="!")&&e.push({}),e}isStart(){if(this.#e===this)return!0;if(!this.#c?.isStart())return!1;if(this.#_===0)return!0;let e=this.#c;for(let t=0;t<this.#_;t++){let r=e.#t[t];if(!(r instanceof Nn&&r.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#c?.type==="!")return!0;if(!this.#c?.isEnd())return!1;if(!this.type)return this.#c?.isEnd();let e=this.#c?this.#c.#t.length:0;return this.#_===e-1}copyIn(e){typeof e=="string"?this.push(e):this.push(e.clone(this))}clone(e){let t=new Nn(this.type,e);for(let r of this.#t)t.copyIn(r);return t}static#g(e,t,r,i,s){let a=i.maxExtglobRecursion??2,c=!1,l=!1,u=-1,f=!1;if(t.type===null){let v=r,w="";for(;v<e.length;){let b=e.charAt(v++);if(c||b==="\\"){c=!c,w+=b;continue}if(l){v===u+1?(b==="^"||b==="!")&&(f=!0):b==="]"&&!(v===u+2&&f)&&(l=!1),w+=b;continue}else if(b==="["){l=!0,u=v,f=!1,w+=b;continue}if(!i.noext&&vE(b)&&e.charAt(v)==="("&&s<=a){t.push(w),w="";let R=new Nn(b,t);v=Nn.#g(e,R,v,i,s+1),t.push(R);continue}w+=b}return t.push(w),v}let d=r+1,h=new Nn(null,t),p=[],y="";for(;d<e.length;){let v=e.charAt(d++);if(c||v==="\\"){c=!c,y+=v;continue}if(l){d===u+1?(v==="^"||v==="!")&&(f=!0):v==="]"&&!(d===u+2&&f)&&(l=!1),y+=v;continue}else if(v==="["){l=!0,u=d,f=!1,y+=v;continue}if(vE(v)&&e.charAt(d)==="("&&(s<=a||t&&t.#y(v))){let b=t&&t.#y(v)?0:1;h.push(y),y="";let A=new Nn(v,h);h.push(A),d=Nn.#g(e,A,d,i,s+b);continue}if(v==="|"){h.push(y),y="",p.push(h),h=new Nn(null,t);continue}if(v===")")return y===""&&t.#t.length===0&&(t.#a=!0),h.push(y),y="",t.push(...p,h),d;y+=v}return t.type=null,t.#n=void 0,t.#t=[e.substring(r-1)],d}#d(e){return this.#m(e,FK)}#m(e,t=OK){if(!e||typeof e!="object"||e.type!==null||e.#t.length!==1||this.type===null)return!1;let r=e.#t[0];return!r||typeof r!="object"||r.type===null?!1:this.#y(r.type,t)}#y(e,t=DK){return!!t.get(this.type)?.includes(e)}#f(e,t){let r=e.#t[0],i=new Nn(null,r,this.options);i.#t.push(""),r.push(i),this.#E(e,t)}#E(e,t){let r=e.#t[0];this.#t.splice(t,1,...r.#t);for(let i of r.#t)typeof i=="object"&&(i.#c=this);this.#l=void 0}#T(e){return!!TF.get(this.type)?.has(e)}#S(e){if(!e||typeof e!="object"||e.type!==null||e.#t.length!==1||this.type===null||this.#t.length!==1)return!1;let t=e.#t[0];return!t||typeof t!="object"||t.type===null?!1:this.#T(t.type)}#w(e){let t=TF.get(this.type),r=e.#t[0],i=t?.get(r.type);if(!i)return!1;this.#t=r.#t;for(let s of this.#t)typeof s=="object"&&(s.#c=this);this.type=i,this.#l=void 0,this.#a=!1}#v(){if(EF(this)){let e=0,t=!1;do{t=!0;for(let r=0;r<this.#t.length;r++){let i=this.#t[r];typeof i=="object"&&(i.#v(),this.#m(i)?(t=!1,this.#E(i,r)):this.#d(i)?(t=!1,this.#f(i,r)):this.#S(i)&&(t=!1,this.#w(i)))}}while(!t&&++e<10)}else for(let e of this.#t)typeof e=="object"&&e.#v();this.#l=void 0}static fromGlob(e,t={}){let r=new Nn(null,void 0,t);return Nn.#g(e,r,0,t,0),r}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let e=this.toString(),[t,r,i,s]=this.toRegExpSource();if(!(i||this.#n||this.#s.nocase&&!this.#s.nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return r;let c=(this.#s.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${t}$`,c),{_src:t,_glob:e})}get options(){return this.#s}toRegExpSource(e){let t=e??!!this.#s.dot;if(this.#e===this&&(this.#v(),this.#p()),!EF(this)){let l=this.isStart()&&this.isEnd(),u=this.#t.map(p=>{let[y,v,w,b]=typeof p=="string"?Nn.#x(p,this.#n,l):p.toRegExpSource(e);return this.#n=this.#n||w,this.#r=this.#r||b,y}).join(""),f="";if(this.isStart()&&typeof this.#t[0]=="string"&&!(this.#t.length===1&&kK.has(this.#t[0]))){let y=LK,v=t&&y.has(u.charAt(0))||u.startsWith("\\.")&&y.has(u.charAt(2))||u.startsWith("\\.\\.")&&y.has(u.charAt(4)),w=!t&&!e&&y.has(u.charAt(0));f=v?NK:w?jg:""}let d="";return this.isEnd()&&this.#e.#u&&this.#c?.type==="!"&&(d="(?:$|\\/)"),[f+u+d,Gi(u),this.#n=!!this.#n,this.#r]}let r=this.type==="*"||this.type==="+",i=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#b(t);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let l=this.toString(),u=this;return u.#t=[l],u.type=null,u.#n=void 0,[l,Gi(this.toString()),!1,!1]}let a=!r||e||t||!jg?"":this.#b(!0);a===s&&(a=""),a&&(s=`(?:${s})(?:${a})*?`);let c="";if(this.type==="!"&&this.#a)c=(this.isStart()&&!t?jg:"")+xF;else{let l=this.type==="!"?"))"+(this.isStart()&&!t&&!e?jg:"")+AF+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&a?")":this.type==="*"&&a?")?":`)${this.type}`;c=i+s+l}return[c,Gi(s),this.#n=!!this.#n,this.#r]}#b(e){return this.#t.map(t=>{if(typeof t=="string")throw new Error("string type in extglob ast??");let[r,i,s,a]=t.toRegExpSource(e);return this.#r=this.#r||a,r}).filter(t=>!(this.isStart()&&this.isEnd())||!!t).join("|")}static#x(e,t,r=!1){let i=!1,s="",a=!1,c=!1;for(let l=0;l<e.length;l++){let u=e.charAt(l);if(i){i=!1,s+=(MK.has(u)?"\\":"")+u,c=!1;continue}if(u==="\\"){l===e.length-1?s+="\\\\":i=!0;continue}if(u==="["){let[f,d,h,p]=wF(e,l);if(h){s+=f,a=a||d,l+=h-1,t=t||p,c=!1;continue}}if(u==="*"){if(c)continue;c=!0,s+=r&&/^[*]+$/.test(e)?xF:AF,t=!0;continue}else c=!1;if(u==="?"){s+=bE,t=!0;continue}s+=jK(u)}return[s,Gi(e),!!t,a]}};Nn=ic;var Xl=o((n,{windowsPathsNoEscape:e=!1}={})=>e?n.replace(/[?*()[\]]/g,"[$&]"):n.replace(/[?*()[\]\\]/g,"\\$&"),"escape");var Ur=o((n,e,t={})=>(rd(e),!t.nocomment&&e.charAt(0)==="#"?!1:new Gn(e,t).match(n)),"minimatch"),$K=/^\*+([^+@!?\*\[\(]*)$/,BK=o(n=>e=>!e.startsWith(".")&&e.endsWith(n),"starDotExtTest"),UK=o(n=>e=>e.endsWith(n),"starDotExtTestDot"),VK=o(n=>(n=n.toLowerCase(),e=>!e.startsWith(".")&&e.toLowerCase().endsWith(n)),"starDotExtTestNocase"),qK=o(n=>(n=n.toLowerCase(),e=>e.toLowerCase().endsWith(n)),"starDotExtTestNocaseDot"),WK=/^\*+\.\*+$/,GK=o(n=>!n.startsWith(".")&&n.includes("."),"starDotStarTest"),zK=o(n=>n!=="."&&n!==".."&&n.includes("."),"starDotStarTestDot"),HK=/^\.\*+$/,QK=o(n=>n!=="."&&n!==".."&&n.startsWith("."),"dotStarTest"),KK=/^\*+$/,YK=o(n=>n.length!==0&&!n.startsWith("."),"starTest"),XK=o(n=>n.length!==0&&n!=="."&&n!=="..","starTestDot"),JK=/^\?+([^+@!?\*\[\(]*)?$/,ZK=o(([n,e=""])=>{let t=PF([n]);return e?(e=e.toLowerCase(),r=>t(r)&&r.toLowerCase().endsWith(e)):t},"qmarksTestNocase"),eY=o(([n,e=""])=>{let t=OF([n]);return e?(e=e.toLowerCase(),r=>t(r)&&r.toLowerCase().endsWith(e)):t},"qmarksTestNocaseDot"),tY=o(([n,e=""])=>{let t=OF([n]);return e?r=>t(r)&&r.endsWith(e):t},"qmarksTestDot"),rY=o(([n,e=""])=>{let t=PF([n]);return e?r=>t(r)&&r.endsWith(e):t},"qmarksTest"),PF=o(([n])=>{let e=n.length;return t=>t.length===e&&!t.startsWith(".")},"qmarksTestNoExt"),OF=o(([n])=>{let e=n.length;return t=>t.length===e&&t!=="."&&t!==".."},"qmarksTestNoExtDot"),FF=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",CF={win32:{sep:"\\"},posix:{sep:"/"}},nY=FF==="win32"?CF.win32.sep:CF.posix.sep;Ur.sep=nY;var Kt=Symbol("globstar **");Ur.GLOBSTAR=Kt;var iY="[^/]",sY=iY+"*?",aY="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",oY="(?:(?!(?:\\/|^)\\.).)*?",cY=o((n,e={})=>t=>Ur(t,n,e),"filter");Ur.filter=cY;var ci=o((n,e={})=>Object.assign({},n,e),"ext"),lY=o(n=>{if(!n||typeof n!="object"||!Object.keys(n).length)return Ur;let e=Ur;return Object.assign(o((r,i,s={})=>e(r,i,ci(n,s)),"m"),{Minimatch:class extends e.Minimatch{static{o(this,"Minimatch")}constructor(i,s={}){super(i,ci(n,s))}static defaults(i){return e.defaults(ci(n,i)).Minimatch}},AST:class extends e.AST{static{o(this,"AST")}constructor(i,s,a={}){super(i,s,ci(n,a))}static fromGlob(i,s={}){return e.AST.fromGlob(i,ci(n,s))}},unescape:o((r,i={})=>e.unescape(r,ci(n,i)),"unescape"),escape:o((r,i={})=>e.escape(r,ci(n,i)),"escape"),filter:o((r,i={})=>e.filter(r,ci(n,i)),"filter"),defaults:o(r=>e.defaults(ci(n,r)),"defaults"),makeRe:o((r,i={})=>e.makeRe(r,ci(n,i)),"makeRe"),braceExpand:o((r,i={})=>e.braceExpand(r,ci(n,i)),"braceExpand"),match:o((r,i,s={})=>e.match(r,i,ci(n,s)),"match"),sep:e.sep,GLOBSTAR:Kt})},"defaults");Ur.defaults=lY;var DF=o((n,e={})=>(rd(n),e.nobrace||!/\{(?:(?!\{).)*\}/.test(n)?[n]:(0,RF.default)(n)),"braceExpand");Ur.braceExpand=DF;var uY=o((n,e={})=>new Gn(n,e).makeRe(),"makeRe");Ur.makeRe=uY;var fY=o((n,e,t={})=>{let r=new Gn(e,t);return n=n.filter(i=>r.match(i)),r.options.nonull&&!n.length&&n.push(e),n},"match");Ur.match=fY;var IF=/[?*]|[+@!]\(.*?\)|\[|\]/,dY=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regExpEscape"),Gn=class{static{o(this,"Minimatch")}options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;maxGlobstarRecursion;regexp;constructor(e,t={}){rd(e),t=t||{},this.options=t,this.maxGlobstarRecursion=t.maxGlobstarRecursion??200,this.pattern=e,this.platform=t.platform||FF,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=t.windowsNoMagicRoot!==void 0?t.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let e of this.set)for(let t of e)if(typeof t!="string")return!0;return!1}debug(...e){}make(){let e=this.pattern,t=this.options;if(!t.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let r=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let i=this.globParts.map((s,a,c)=>{if(this.isWindows&&this.windowsNoMagicRoot){let l=s[0]===""&&s[1]===""&&(s[2]==="?"||!IF.test(s[2]))&&!IF.test(s[3]),u=/^[a-z]:/i.test(s[0]);if(l)return[...s.slice(0,4),...s.slice(4).map(f=>this.parse(f))];if(u)return[s[0],...s.slice(1).map(f=>this.parse(f))]}return s.map(l=>this.parse(l))});if(this.debug(this.pattern,i),this.set=i.filter(s=>s.indexOf(!1)===-1),this.isWindows)for(let s=0;s<this.set.length;s++){let a=this.set[s];a[0]===""&&a[1]===""&&this.globParts[s][2]==="?"&&typeof a[3]=="string"&&/^[a-z]:$/i.test(a[3])&&(a[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let r=0;r<e.length;r++)for(let i=0;i<e[r].length;i++)e[r][i]==="**"&&(e[r][i]="*");let{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):t>=1?e=this.levelOneOptimize(e):e=this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(t=>{let r=-1;for(;(r=t.indexOf("**",r+1))!==-1;){let i=r;for(;t[i+1]==="**";)i++;i!==r&&t.splice(r,i-r)}return t})}levelOneOptimize(e){return e.map(t=>(t=t.reduce((r,i)=>{let s=r[r.length-1];return i==="**"&&s==="**"?r:i===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(r.pop(),r):(r.push(i),r)},[]),t.length===0?[""]:t))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let i=1;i<e.length-1;i++){let s=e[i];i===1&&s===""&&e[0]===""||(s==="."||s==="")&&(t=!0,e.splice(i,1),i--)}e[0]==="."&&e.length===2&&(e[1]==="."||e[1]==="")&&(t=!0,e.pop())}let r=0;for(;(r=e.indexOf("..",r+1))!==-1;){let i=e[r-1];i&&i!=="."&&i!==".."&&i!=="**"&&(t=!0,e.splice(r-1,2),r-=2)}}while(t);return e.length===0?[""]:e}firstPhasePreProcess(e){let t=!1;do{t=!1;for(let r of e){let i=-1;for(;(i=r.indexOf("**",i+1))!==-1;){let a=i;for(;r[a+1]==="**";)a++;a>i&&r.splice(i+1,a-i);let c=r[i+1],l=r[i+2],u=r[i+3];if(c!==".."||!l||l==="."||l===".."||!u||u==="."||u==="..")continue;t=!0,r.splice(i,1);let f=r.slice(0);f[i]="**",e.push(f),i--}if(!this.preserveMultipleSlashes){for(let a=1;a<r.length-1;a++){let c=r[a];a===1&&c===""&&r[0]===""||(c==="."||c==="")&&(t=!0,r.splice(a,1),a--)}r[0]==="."&&r.length===2&&(r[1]==="."||r[1]==="")&&(t=!0,r.pop())}let s=0;for(;(s=r.indexOf("..",s+1))!==-1;){let a=r[s-1];if(a&&a!=="."&&a!==".."&&a!=="**"){t=!0;let l=s===1&&r[s+1]==="**"?["."]:[];r.splice(s-1,2,...l),r.length===0&&r.push(""),s-=2}}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let r=t+1;r<e.length;r++){let i=this.partsMatch(e[t],e[r],!this.preserveMultipleSlashes);if(i){e[t]=[],e[r]=i;break}}return e.filter(t=>t.length)}partsMatch(e,t,r=!1){let i=0,s=0,a=[],c="";for(;i<e.length&&s<t.length;)if(e[i]===t[s])a.push(c==="b"?t[s]:e[i]),i++,s++;else if(r&&e[i]==="**"&&t[s]===e[i+1])a.push(e[i]),i++;else if(r&&t[s]==="**"&&e[i]===t[s+1])a.push(t[s]),s++;else if(e[i]==="*"&&t[s]&&(this.options.dot||!t[s].startsWith("."))&&t[s]!=="**"){if(c==="b")return!1;c="a",a.push(e[i]),i++,s++}else if(t[s]==="*"&&e[i]&&(this.options.dot||!e[i].startsWith("."))&&e[i]!=="**"){if(c==="a")return!1;c="b",a.push(t[s]),i++,s++}else return!1;return e.length===t.length&&a}parseNegate(){if(this.nonegate)return;let e=this.pattern,t=!1,r=0;for(let i=0;i<e.length&&e.charAt(i)==="!";i++)t=!t,r++;r&&(this.pattern=e.slice(r)),this.negate=t}matchOne(e,t,r=!1){let i=0,s=0;if(this.isWindows){let c=typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0]),l=!c&&e[0]===""&&e[1]===""&&e[2]==="?"&&/^[a-z]:$/i.test(e[3]),u=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),f=!u&&t[0]===""&&t[1]===""&&t[2]==="?"&&typeof t[3]=="string"&&/^[a-z]:$/i.test(t[3]),d=l?3:c?0:void 0,h=f?3:u?0:void 0;if(typeof d=="number"&&typeof h=="number"){let[p,y]=[e[d],t[h]];p.toLowerCase()===y.toLowerCase()&&(t[h]=p,s=h,i=d)}}let{optimizationLevel:a=1}=this.options;return a>=2&&(e=this.levelTwoFileOptimize(e)),t.includes(Kt)?this.#e(e,t,r,i,s):this.#r(e,t,r,i,s)}#e(e,t,r,i,s){let a=t.indexOf(Kt,s),c=t.lastIndexOf(Kt),[l,u,f]=r?[t.slice(s,a),t.slice(a+1),[]]:[t.slice(s,a),t.slice(a+1,c),t.slice(c+1)];if(l.length){let A=e.slice(i,i+l.length);if(!this.#r(A,l,r,0,0))return!1;i+=l.length}let d=0;if(f.length){if(f.length+i>e.length)return!1;let A=e.length-f.length;if(this.#r(e,f,r,A,0))d=f.length;else{if(e[e.length-1]!==""||i+f.length===e.length||(A--,!this.#r(e,f,r,A,0)))return!1;d=f.length+1}}if(!u.length){let A=!!d;for(let R=i;R<e.length-d;R++){let k=String(e[R]);if(A=!0,k==="."||k===".."||!this.options.dot&&k.startsWith("."))return!1}return r||A}let h=[[[],0]],p=h[0],y=0,v=[0];for(let A of u)A===Kt?(v.push(y),p=[[],0],h.push(p)):(p[0].push(A),y++);let w=h.length-1,b=e.length-d;for(let A of h)A[1]=b-(v[w--]+A[0].length);return!!this.#n(e,h,i,0,r,0,!!d)}#n(e,t,r,i,s,a,c){let l=t[i];if(!l){for(let d=r;d<e.length;d++){c=!0;let h=e[d];if(h==="."||h===".."||!this.options.dot&&h.startsWith("."))return!1}return c}let[u,f]=l;for(;r<=f;){if(this.#r(e.slice(0,r+u.length),u,s,r,0)&&a<this.maxGlobstarRecursion){let p=this.#n(e,t,r+u.length,i+1,s,a+1,c);if(p!==!1)return p}let h=e[r];if(h==="."||h===".."||!this.options.dot&&h.startsWith("."))return!1;r++}return s||null}#r(e,t,r,i,s){let a,c,l,u;for(a=i,c=s,u=e.length,l=t.length;a<u&&c<l;a++,c++){this.debug("matchOne loop");let f=t[c],d=e[a];if(this.debug(t,f,d),f===!1||f===Kt)return!1;let h;if(typeof f=="string"?(h=d===f,this.debug("string match",f,d,h)):(h=f.test(d),this.debug("pattern match",f,d,h)),!h)return!1}if(a===u&&c===l)return!0;if(a===u)return r;if(c===l)return a===u-1&&e[a]==="";throw new Error("wtf?")}braceExpand(){return DF(this.pattern,this.options)}parse(e){rd(e);let t=this.options;if(e==="**")return Kt;if(e==="")return"";let r,i=null;(r=e.match(KK))?i=t.dot?XK:YK:(r=e.match($K))?i=(t.nocase?t.dot?qK:VK:t.dot?UK:BK)(r[1]):(r=e.match(JK))?i=(t.nocase?t.dot?eY:ZK:t.dot?tY:rY)(r):(r=e.match(WK))?i=t.dot?zK:GK:(r=e.match(HK))&&(i=QK);let s=ic.fromGlob(e,this.options).toMMPattern();return i&&typeof s=="object"&&Reflect.defineProperty(s,"test",{value:i}),s}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let t=this.options,r=t.noglobstar?sY:t.dot?aY:oY,i=new Set(t.nocase?["i"]:[]),s=e.map(l=>{let u=l.map(f=>{if(f instanceof RegExp)for(let d of f.flags.split(""))i.add(d);return typeof f=="string"?dY(f):f===Kt?Kt:f._src});return u.forEach((f,d)=>{let h=u[d+1],p=u[d-1];f!==Kt||p===Kt||(p===void 0?h!==void 0&&h!==Kt?u[d+1]="(?:\\/|"+r+"\\/)?"+h:u[d]=r:h===void 0?u[d-1]=p+"(?:\\/|"+r+")?":h!==Kt&&(u[d-1]=p+"(?:\\/|\\/"+r+"\\/)"+h,u[d+1]=Kt))}),u.filter(f=>f!==Kt).join("/")}).join("|"),[a,c]=e.length>1?["(?:",")"]:["",""];s="^"+a+s+c+"$",this.negate&&(s="^(?!"+s+").+$");try{this.regexp=new RegExp(s,[...i].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&t)return!0;let r=this.options;this.isWindows&&(e=e.split("\\").join("/"));let i=this.slashSplit(e);this.debug(this.pattern,"split",i);let s=this.set;this.debug(this.pattern,"set",s);let a=i[i.length-1];if(!a)for(let c=i.length-2;!a&&c>=0;c--)a=i[c];for(let c=0;c<s.length;c++){let l=s[c],u=i;if(r.matchBase&&l.length===1&&(u=[a]),this.matchOne(u,l,t))return r.flipNegate?!0:!this.negate}return r.flipNegate?!1:this.negate}static defaults(e){return Ur.defaults(e).Minimatch}};Ur.AST=ic;Ur.Minimatch=Gn;Ur.escape=Xl;Ur.unescape=Gi;var nD=require("node:url");var Jl=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,LF=new Set,wE=typeof process=="object"&&process?process:{},kF=o((n,e,t,r)=>{typeof wE.emitWarning=="function"?wE.emitWarning(n,e,t,r):console.error(`[${t}] ${e}: ${n}`)},"emitWarning"),$g=globalThis.AbortController,NF=globalThis.AbortSignal;if(typeof $g>"u"){NF=class{static{o(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(r,i){this._onabort.push(i)}},$g=class{static{o(this,"AbortController")}constructor(){e()}signal=new NF;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let i of this.signal._onabort)i(r);this.signal.onabort?.(r)}}};let n=wE.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=o(()=>{n&&(n=!1,kF("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))},"warnACPolyfill")}var hY=o(n=>!LF.has(n),"shouldWarn");var ro=o(n=>n&&n===Math.floor(n)&&n>0&&isFinite(n),"isPosInt"),MF=o(n=>ro(n)?n<=Math.pow(2,8)?Uint8Array:n<=Math.pow(2,16)?Uint16Array:n<=Math.pow(2,32)?Uint32Array:n<=Number.MAX_SAFE_INTEGER?Zl:null:null,"getUintArray"),Zl=class extends Array{static{o(this,"ZeroArray")}constructor(e){super(e),this.fill(0)}},EE=class n{static{o(this,"Stack")}heap;length;static#e=!1;static create(e){let t=MF(e);if(!t)return[];n.#e=!0;let r=new n(e,t);return n.#e=!1,r}constructor(e,t){if(!n.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new t(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},id=class n{static{o(this,"LRUCache")}#e;#n;#r;#t;#c;#_;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#i;#u;#s;#l;#a;#p;#g;#d;#m;#y;#f;#E;#T;#S;#w;#v;#b;static unsafeExposeInternals(e){return{starts:e.#T,ttls:e.#S,sizes:e.#E,keyMap:e.#s,keyList:e.#l,valList:e.#a,next:e.#p,prev:e.#g,get head(){return e.#d},get tail(){return e.#m},free:e.#y,isBackgroundFetch:o(t=>e.#h(t),"isBackgroundFetch"),backgroundFetch:o((t,r,i,s)=>e.#j(t,r,i,s),"backgroundFetch"),moveToTail:o(t=>e.#B(t),"moveToTail"),indexes:o(t=>e.#I(t),"indexes"),rindexes:o(t=>e.#R(t),"rindexes"),isStale:o(t=>e.#A(t),"isStale")}}get max(){return this.#e}get maxSize(){return this.#n}get calculatedSize(){return this.#u}get size(){return this.#i}get fetchMethod(){return this.#c}get memoMethod(){return this.#_}get dispose(){return this.#r}get disposeAfter(){return this.#t}constructor(e){let{max:t=0,ttl:r,ttlResolution:i=1,ttlAutopurge:s,updateAgeOnGet:a,updateAgeOnHas:c,allowStale:l,dispose:u,disposeAfter:f,noDisposeOnSet:d,noUpdateTTL:h,maxSize:p=0,maxEntrySize:y=0,sizeCalculation:v,fetchMethod:w,memoMethod:b,noDeleteOnFetchRejection:A,noDeleteOnStaleGet:R,allowStaleOnFetchRejection:k,allowStaleOnFetchAbort:U,ignoreFetchAbort:te}=e;if(t!==0&&!ro(t))throw new TypeError("max option must be a nonnegative integer");let z=t?MF(t):Array;if(!z)throw new Error("invalid max value: "+t);if(this.#e=t,this.#n=p,this.maxEntrySize=y||this.#n,this.sizeCalculation=v,this.sizeCalculation){if(!this.#n&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(b!==void 0&&typeof b!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#_=b,w!==void 0&&typeof w!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#c=w,this.#v=!!w,this.#s=new Map,this.#l=new Array(t).fill(void 0),this.#a=new Array(t).fill(void 0),this.#p=new z(t),this.#g=new z(t),this.#d=0,this.#m=0,this.#y=EE.create(t),this.#i=0,this.#u=0,typeof u=="function"&&(this.#r=u),typeof f=="function"?(this.#t=f,this.#f=[]):(this.#t=void 0,this.#f=void 0),this.#w=!!this.#r,this.#b=!!this.#t,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!h,this.noDeleteOnFetchRejection=!!A,this.allowStaleOnFetchRejection=!!k,this.allowStaleOnFetchAbort=!!U,this.ignoreFetchAbort=!!te,this.maxEntrySize!==0){if(this.#n!==0&&!ro(this.#n))throw new TypeError("maxSize must be a positive integer if specified");if(!ro(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#P()}if(this.allowStale=!!l,this.noDeleteOnStaleGet=!!R,this.updateAgeOnGet=!!a,this.updateAgeOnHas=!!c,this.ttlResolution=ro(i)||i===0?i:1,this.ttlAutopurge=!!s,this.ttl=r||0,this.ttl){if(!ro(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#x()}if(this.#e===0&&this.ttl===0&&this.#n===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#n){let G="LRU_CACHE_UNBOUNDED";hY(G)&&(LF.add(G),kF("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",G,n))}}getRemainingTTL(e){return this.#s.has(e)?1/0:0}#x(){let e=new Zl(this.#e),t=new Zl(this.#e);this.#S=e,this.#T=t,this.#F=(s,a,c=Jl.now())=>{if(t[s]=a!==0?c:0,e[s]=a,a!==0&&this.ttlAutopurge){let l=setTimeout(()=>{this.#A(s)&&this.#O(this.#l[s],"expire")},a+1);l.unref&&l.unref()}},this.#C=s=>{t[s]=e[s]!==0?Jl.now():0},this.#o=(s,a)=>{if(e[a]){let c=e[a],l=t[a];if(!c||!l)return;s.ttl=c,s.start=l,s.now=r||i();let u=s.now-l;s.remainingTTL=c-u}};let r=0,i=o(()=>{let s=Jl.now();if(this.ttlResolution>0){r=s;let a=setTimeout(()=>r=0,this.ttlResolution);a.unref&&a.unref()}return s},"getNow");this.getRemainingTTL=s=>{let a=this.#s.get(s);if(a===void 0)return 0;let c=e[a],l=t[a];if(!c||!l)return 1/0;let u=(r||i())-l;return c-u},this.#A=s=>{let a=t[s],c=e[s];return!!c&&!!a&&(r||i())-a>c}}#C=o(()=>{},"#updateItemAge");#o=o(()=>{},"#statusTTL");#F=o(()=>{},"#setItemTTL");#A=o(()=>!1,"#isStale");#P(){let e=new Zl(this.#e);this.#u=0,this.#E=e,this.#D=t=>{this.#u-=e[t],e[t]=0},this.#L=(t,r,i,s)=>{if(this.#h(r))return 0;if(!ro(i))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(i=s(r,t),!ro(i))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return i},this.#N=(t,r,i)=>{if(e[t]=r,this.#n){let s=this.#n-e[t];for(;this.#u>s;)this.#M(!0)}this.#u+=e[t],i&&(i.entrySize=r,i.totalCalculatedSize=this.#u)}}#D=o(e=>{},"#removeItemSize");#N=o((e,t,r)=>{},"#addItemSize");#L=o((e,t,r,i)=>{if(r||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#I({allowStale:e=this.allowStale}={}){if(this.#i)for(let t=this.#m;!(!this.#k(t)||((e||!this.#A(t))&&(yield t),t===this.#d));)t=this.#g[t]}*#R({allowStale:e=this.allowStale}={}){if(this.#i)for(let t=this.#d;!(!this.#k(t)||((e||!this.#A(t))&&(yield t),t===this.#m));)t=this.#p[t]}#k(e){return e!==void 0&&this.#s.get(this.#l[e])===e}*entries(){for(let e of this.#I())this.#a[e]!==void 0&&this.#l[e]!==void 0&&!this.#h(this.#a[e])&&(yield[this.#l[e],this.#a[e]])}*rentries(){for(let e of this.#R())this.#a[e]!==void 0&&this.#l[e]!==void 0&&!this.#h(this.#a[e])&&(yield[this.#l[e],this.#a[e]])}*keys(){for(let e of this.#I()){let t=this.#l[e];t!==void 0&&!this.#h(this.#a[e])&&(yield t)}}*rkeys(){for(let e of this.#R()){let t=this.#l[e];t!==void 0&&!this.#h(this.#a[e])&&(yield t)}}*values(){for(let e of this.#I())this.#a[e]!==void 0&&!this.#h(this.#a[e])&&(yield this.#a[e])}*rvalues(){for(let e of this.#R())this.#a[e]!==void 0&&!this.#h(this.#a[e])&&(yield this.#a[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,t={}){for(let r of this.#I()){let i=this.#a[r],s=this.#h(i)?i.__staleWhileFetching:i;if(s!==void 0&&e(s,this.#l[r],this))return this.get(this.#l[r],t)}}forEach(e,t=this){for(let r of this.#I()){let i=this.#a[r],s=this.#h(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(t,s,this.#l[r],this)}}rforEach(e,t=this){for(let r of this.#R()){let i=this.#a[r],s=this.#h(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(t,s,this.#l[r],this)}}purgeStale(){let e=!1;for(let t of this.#R({allowStale:!0}))this.#A(t)&&(this.#O(this.#l[t],"expire"),e=!0);return e}info(e){let t=this.#s.get(e);if(t===void 0)return;let r=this.#a[t],i=this.#h(r)?r.__staleWhileFetching:r;if(i===void 0)return;let s={value:i};if(this.#S&&this.#T){let a=this.#S[t],c=this.#T[t];if(a&&c){let l=a-(Jl.now()-c);s.ttl=l,s.start=Date.now()}}return this.#E&&(s.size=this.#E[t]),s}dump(){let e=[];for(let t of this.#I({allowStale:!0})){let r=this.#l[t],i=this.#a[t],s=this.#h(i)?i.__staleWhileFetching:i;if(s===void 0||r===void 0)continue;let a={value:s};if(this.#S&&this.#T){a.ttl=this.#S[t];let c=Jl.now()-this.#T[t];a.start=Math.floor(Date.now()-c)}this.#E&&(a.size=this.#E[t]),e.unshift([r,a])}return e}load(e){this.clear();for(let[t,r]of e){if(r.start){let i=Date.now()-r.start;r.start=Jl.now()-i}this.set(t,r.value,r)}}set(e,t,r={}){if(t===void 0)return this.delete(e),this;let{ttl:i=this.ttl,start:s,noDisposeOnSet:a=this.noDisposeOnSet,sizeCalculation:c=this.sizeCalculation,status:l}=r,{noUpdateTTL:u=this.noUpdateTTL}=r,f=this.#L(e,t,r.size||0,c);if(this.maxEntrySize&&f>this.maxEntrySize)return l&&(l.set="miss",l.maxEntrySizeExceeded=!0),this.#O(e,"set"),this;let d=this.#i===0?void 0:this.#s.get(e);if(d===void 0)d=this.#i===0?this.#m:this.#y.length!==0?this.#y.pop():this.#i===this.#e?this.#M(!1):this.#i,this.#l[d]=e,this.#a[d]=t,this.#s.set(e,d),this.#p[this.#m]=d,this.#g[d]=this.#m,this.#m=d,this.#i++,this.#N(d,f,l),l&&(l.set="add"),u=!1;else{this.#B(d);let h=this.#a[d];if(t!==h){if(this.#v&&this.#h(h)){h.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:p}=h;p!==void 0&&!a&&(this.#w&&this.#r?.(p,e,"set"),this.#b&&this.#f?.push([p,e,"set"]))}else a||(this.#w&&this.#r?.(h,e,"set"),this.#b&&this.#f?.push([h,e,"set"]));if(this.#D(d),this.#N(d,f,l),this.#a[d]=t,l){l.set="replace";let p=h&&this.#h(h)?h.__staleWhileFetching:h;p!==void 0&&(l.oldValue=p)}}else l&&(l.set="update")}if(i!==0&&!this.#S&&this.#x(),this.#S&&(u||this.#F(d,i,s),l&&this.#o(l,d)),!a&&this.#b&&this.#f){let h=this.#f,p;for(;p=h?.shift();)this.#t?.(...p)}return this}pop(){try{for(;this.#i;){let e=this.#a[this.#d];if(this.#M(!0),this.#h(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#b&&this.#f){let e=this.#f,t;for(;t=e?.shift();)this.#t?.(...t)}}}#M(e){let t=this.#d,r=this.#l[t],i=this.#a[t];return this.#v&&this.#h(i)?i.__abortController.abort(new Error("evicted")):(this.#w||this.#b)&&(this.#w&&this.#r?.(i,r,"evict"),this.#b&&this.#f?.push([i,r,"evict"])),this.#D(t),e&&(this.#l[t]=void 0,this.#a[t]=void 0,this.#y.push(t)),this.#i===1?(this.#d=this.#m=0,this.#y.length=0):this.#d=this.#p[t],this.#s.delete(r),this.#i--,t}has(e,t={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:i}=t,s=this.#s.get(e);if(s!==void 0){let a=this.#a[s];if(this.#h(a)&&a.__staleWhileFetching===void 0)return!1;if(this.#A(s))i&&(i.has="stale",this.#o(i,s));else return r&&this.#C(s),i&&(i.has="hit",this.#o(i,s)),!0}else i&&(i.has="miss");return!1}peek(e,t={}){let{allowStale:r=this.allowStale}=t,i=this.#s.get(e);if(i===void 0||!r&&this.#A(i))return;let s=this.#a[i];return this.#h(s)?s.__staleWhileFetching:s}#j(e,t,r,i){let s=t===void 0?void 0:this.#a[t];if(this.#h(s))return s;let a=new $g,{signal:c}=r;c?.addEventListener("abort",()=>a.abort(c.reason),{signal:a.signal});let l={signal:a.signal,options:r,context:i},u=o((v,w=!1)=>{let{aborted:b}=a.signal,A=r.ignoreFetchAbort&&v!==void 0;if(r.status&&(b&&!w?(r.status.fetchAborted=!0,r.status.fetchError=a.signal.reason,A&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),b&&!A&&!w)return d(a.signal.reason);let R=p;return this.#a[t]===p&&(v===void 0?R.__staleWhileFetching?this.#a[t]=R.__staleWhileFetching:this.#O(e,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.set(e,v,l.options))),v},"cb"),f=o(v=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=v),d(v)),"eb"),d=o(v=>{let{aborted:w}=a.signal,b=w&&r.allowStaleOnFetchAbort,A=b||r.allowStaleOnFetchRejection,R=A||r.noDeleteOnFetchRejection,k=p;if(this.#a[t]===p&&(!R||k.__staleWhileFetching===void 0?this.#O(e,"fetch"):b||(this.#a[t]=k.__staleWhileFetching)),A)return r.status&&k.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),k.__staleWhileFetching;if(k.__returned===k)throw v},"fetchFail"),h=o((v,w)=>{let b=this.#c?.(e,s,l);b&&b instanceof Promise&&b.then(A=>v(A===void 0?void 0:A),w),a.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(v(void 0),r.allowStaleOnFetchAbort&&(v=o(A=>u(A,!0),"res")))})},"pcall");r.status&&(r.status.fetchDispatched=!0);let p=new Promise(h).then(u,f),y=Object.assign(p,{__abortController:a,__staleWhileFetching:s,__returned:void 0});return t===void 0?(this.set(e,y,{...l.options,status:void 0}),t=this.#s.get(e)):this.#a[t]=y,y}#h(e){if(!this.#v)return!1;let t=e;return!!t&&t instanceof Promise&&t.hasOwnProperty("__staleWhileFetching")&&t.__abortController instanceof $g}async fetch(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:a=this.ttl,noDisposeOnSet:c=this.noDisposeOnSet,size:l=0,sizeCalculation:u=this.sizeCalculation,noUpdateTTL:f=this.noUpdateTTL,noDeleteOnFetchRejection:d=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:h=this.allowStaleOnFetchRejection,ignoreFetchAbort:p=this.ignoreFetchAbort,allowStaleOnFetchAbort:y=this.allowStaleOnFetchAbort,context:v,forceRefresh:w=!1,status:b,signal:A}=t;if(!this.#v)return b&&(b.fetch="get"),this.get(e,{allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,status:b});let R={allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,ttl:a,noDisposeOnSet:c,size:l,sizeCalculation:u,noUpdateTTL:f,noDeleteOnFetchRejection:d,allowStaleOnFetchRejection:h,allowStaleOnFetchAbort:y,ignoreFetchAbort:p,status:b,signal:A},k=this.#s.get(e);if(k===void 0){b&&(b.fetch="miss");let U=this.#j(e,k,R,v);return U.__returned=U}else{let U=this.#a[k];if(this.#h(U)){let $=r&&U.__staleWhileFetching!==void 0;return b&&(b.fetch="inflight",$&&(b.returnedStale=!0)),$?U.__staleWhileFetching:U.__returned=U}let te=this.#A(k);if(!w&&!te)return b&&(b.fetch="hit"),this.#B(k),i&&this.#C(k),b&&this.#o(b,k),U;let z=this.#j(e,k,R,v),F=z.__staleWhileFetching!==void 0&&r;return b&&(b.fetch=te?"stale":"refresh",F&&te&&(b.returnedStale=!0)),F?z.__staleWhileFetching:z.__returned=z}}async forceFetch(e,t={}){let r=await this.fetch(e,t);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(e,t={}){let r=this.#_;if(!r)throw new Error("no memoMethod provided to constructor");let{context:i,forceRefresh:s,...a}=t,c=this.get(e,a);if(!s&&c!==void 0)return c;let l=r(e,c,{options:a,context:i});return this.set(e,l,a),l}get(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:a}=t,c=this.#s.get(e);if(c!==void 0){let l=this.#a[c],u=this.#h(l);return a&&this.#o(a,c),this.#A(c)?(a&&(a.get="stale"),u?(a&&r&&l.__staleWhileFetching!==void 0&&(a.returnedStale=!0),r?l.__staleWhileFetching:void 0):(s||this.#O(e,"expire"),a&&r&&(a.returnedStale=!0),r?l:void 0)):(a&&(a.get="hit"),u?l.__staleWhileFetching:(this.#B(c),i&&this.#C(c),l))}else a&&(a.get="miss")}#$(e,t){this.#g[t]=e,this.#p[e]=t}#B(e){e!==this.#m&&(e===this.#d?this.#d=this.#p[e]:this.#$(this.#g[e],this.#p[e]),this.#$(this.#m,e),this.#m=e)}delete(e){return this.#O(e,"delete")}#O(e,t){let r=!1;if(this.#i!==0){let i=this.#s.get(e);if(i!==void 0)if(r=!0,this.#i===1)this.#U(t);else{this.#D(i);let s=this.#a[i];if(this.#h(s)?s.__abortController.abort(new Error("deleted")):(this.#w||this.#b)&&(this.#w&&this.#r?.(s,e,t),this.#b&&this.#f?.push([s,e,t])),this.#s.delete(e),this.#l[i]=void 0,this.#a[i]=void 0,i===this.#m)this.#m=this.#g[i];else if(i===this.#d)this.#d=this.#p[i];else{let a=this.#g[i];this.#p[a]=this.#p[i];let c=this.#p[i];this.#g[c]=this.#g[i]}this.#i--,this.#y.push(i)}}if(this.#b&&this.#f?.length){let i=this.#f,s;for(;s=i?.shift();)this.#t?.(...s)}return r}clear(){return this.#U("delete")}#U(e){for(let t of this.#R({allowStale:!0})){let r=this.#a[t];if(this.#h(r))r.__abortController.abort(new Error("deleted"));else{let i=this.#l[t];this.#w&&this.#r?.(r,i,e),this.#b&&this.#f?.push([r,i,e])}}if(this.#s.clear(),this.#a.fill(void 0),this.#l.fill(void 0),this.#S&&this.#T&&(this.#S.fill(0),this.#T.fill(0)),this.#E&&this.#E.fill(0),this.#d=0,this.#m=0,this.#y.length=0,this.#u=0,this.#i=0,this.#b&&this.#f){let t=this.#f,r;for(;r=t?.shift();)this.#t?.(...r)}}};var ru=require("node:path"),HF=require("node:url"),Os=require("fs"),EY=K(require("node:fs"),1),so=require("node:fs/promises");var zg=require("node:events"),PE=K(require("node:stream"),1),VF=require("node:string_decoder");var jF=typeof process=="object"&&process?process:{stdout:null,stderr:null},pY=o(n=>!!n&&typeof n=="object"&&(n instanceof io||n instanceof PE.default||mY(n)||gY(n)),"isStream"),mY=o(n=>!!n&&typeof n=="object"&&n instanceof zg.EventEmitter&&typeof n.pipe=="function"&&n.pipe!==PE.default.Writable.prototype.pipe,"isReadable"),gY=o(n=>!!n&&typeof n=="object"&&n instanceof zg.EventEmitter&&typeof n.write=="function"&&typeof n.end=="function","isWritable"),ga=Symbol("EOF"),ya=Symbol("maybeEmitEnd"),no=Symbol("emittedEnd"),Bg=Symbol("emittingEnd"),sd=Symbol("emittedError"),Ug=Symbol("closed"),$F=Symbol("read"),Vg=Symbol("flush"),BF=Symbol("flushChunk"),zi=Symbol("encoding"),eu=Symbol("decoder"),xr=Symbol("flowing"),ad=Symbol("paused"),tu=Symbol("resume"),Cr=Symbol("buffer"),vn=Symbol("pipes"),Ir=Symbol("bufferLength"),TE=Symbol("bufferPush"),qg=Symbol("bufferShift"),tn=Symbol("objectMode"),Yt=Symbol("destroyed"),AE=Symbol("error"),xE=Symbol("emitData"),UF=Symbol("emitEnd"),CE=Symbol("emitEnd2"),Rs=Symbol("async"),IE=Symbol("abort"),Wg=Symbol("aborted"),od=Symbol("signal"),sc=Symbol("dataListeners"),zn=Symbol("discarded"),cd=o(n=>Promise.resolve().then(n),"defer"),yY=o(n=>n(),"nodefer"),_Y=o(n=>n==="end"||n==="finish"||n==="prefinish","isEndish"),SY=o(n=>n instanceof ArrayBuffer||!!n&&typeof n=="object"&&n.constructor&&n.constructor.name==="ArrayBuffer"&&n.byteLength>=0,"isArrayBufferLike"),vY=o(n=>!Buffer.isBuffer(n)&&ArrayBuffer.isView(n),"isArrayBufferView"),Gg=class{static{o(this,"Pipe")}src;dest;opts;ondrain;constructor(e,t,r){this.src=e,this.dest=t,this.opts=r,this.ondrain=()=>e[tu](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},RE=class extends Gg{static{o(this,"PipeProxyErrors")}unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,t,r){super(e,t,r),this.proxyErrors=i=>t.emit("error",i),e.on("error",this.proxyErrors)}},bY=o(n=>!!n.objectMode,"isObjectModeOptions"),wY=o(n=>!n.objectMode&&!!n.encoding&&n.encoding!=="buffer","isEncodingOptions"),io=class extends zg.EventEmitter{static{o(this,"Minipass")}[xr]=!1;[ad]=!1;[vn]=[];[Cr]=[];[tn];[zi];[Rs];[eu];[ga]=!1;[no]=!1;[Bg]=!1;[Ug]=!1;[sd]=null;[Ir]=0;[Yt]=!1;[od];[Wg]=!1;[sc]=0;[zn]=!1;writable=!0;readable=!0;constructor(...e){let t=e[0]||{};if(super(),t.objectMode&&typeof t.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");bY(t)?(this[tn]=!0,this[zi]=null):wY(t)?(this[zi]=t.encoding,this[tn]=!1):(this[tn]=!1,this[zi]=null),this[Rs]=!!t.async,this[eu]=this[zi]?new VF.StringDecoder(this[zi]):null,t&&t.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:o(()=>this[Cr],"get")}),t&&t.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:o(()=>this[vn],"get")});let{signal:r}=t;r&&(this[od]=r,r.aborted?this[IE]():r.addEventListener("abort",()=>this[IE]()))}get bufferLength(){return this[Ir]}get encoding(){return this[zi]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[tn]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Rs]}set async(e){this[Rs]=this[Rs]||!!e}[IE](){this[Wg]=!0,this.emit("abort",this[od]?.reason),this.destroy(this[od]?.reason)}get aborted(){return this[Wg]}set aborted(e){}write(e,t,r){if(this[Wg])return!1;if(this[ga])throw new Error("write after end");if(this[Yt])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof t=="function"&&(r=t,t="utf8"),t||(t="utf8");let i=this[Rs]?cd:yY;if(!this[tn]&&!Buffer.isBuffer(e)){if(vY(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(SY(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[tn]?(this[xr]&&this[Ir]!==0&&this[Vg](!0),this[xr]?this.emit("data",e):this[TE](e),this[Ir]!==0&&this.emit("readable"),r&&i(r),this[xr]):e.length?(typeof e=="string"&&!(t===this[zi]&&!this[eu]?.lastNeed)&&(e=Buffer.from(e,t)),Buffer.isBuffer(e)&&this[zi]&&(e=this[eu].write(e)),this[xr]&&this[Ir]!==0&&this[Vg](!0),this[xr]?this.emit("data",e):this[TE](e),this[Ir]!==0&&this.emit("readable"),r&&i(r),this[xr]):(this[Ir]!==0&&this.emit("readable"),r&&i(r),this[xr])}read(e){if(this[Yt])return null;if(this[zn]=!1,this[Ir]===0||e===0||e&&e>this[Ir])return this[ya](),null;this[tn]&&(e=null),this[Cr].length>1&&!this[tn]&&(this[Cr]=[this[zi]?this[Cr].join(""):Buffer.concat(this[Cr],this[Ir])]);let t=this[$F](e||null,this[Cr][0]);return this[ya](),t}[$F](e,t){if(this[tn])this[qg]();else{let r=t;e===r.length||e===null?this[qg]():typeof r=="string"?(this[Cr][0]=r.slice(e),t=r.slice(0,e),this[Ir]-=e):(this[Cr][0]=r.subarray(e),t=r.subarray(0,e),this[Ir]-=e)}return this.emit("data",t),!this[Cr].length&&!this[ga]&&this.emit("drain"),t}end(e,t,r){return typeof e=="function"&&(r=e,e=void 0),typeof t=="function"&&(r=t,t="utf8"),e!==void 0&&this.write(e,t),r&&this.once("end",r),this[ga]=!0,this.writable=!1,(this[xr]||!this[ad])&&this[ya](),this}[tu](){this[Yt]||(!this[sc]&&!this[vn].length&&(this[zn]=!0),this[ad]=!1,this[xr]=!0,this.emit("resume"),this[Cr].length?this[Vg]():this[ga]?this[ya]():this.emit("drain"))}resume(){return this[tu]()}pause(){this[xr]=!1,this[ad]=!0,this[zn]=!1}get destroyed(){return this[Yt]}get flowing(){return this[xr]}get paused(){return this[ad]}[TE](e){this[tn]?this[Ir]+=1:this[Ir]+=e.length,this[Cr].push(e)}[qg](){return this[tn]?this[Ir]-=1:this[Ir]-=this[Cr][0].length,this[Cr].shift()}[Vg](e=!1){do;while(this[BF](this[qg]())&&this[Cr].length);!e&&!this[Cr].length&&!this[ga]&&this.emit("drain")}[BF](e){return this.emit("data",e),this[xr]}pipe(e,t){if(this[Yt])return e;this[zn]=!1;let r=this[no];return t=t||{},e===jF.stdout||e===jF.stderr?t.end=!1:t.end=t.end!==!1,t.proxyErrors=!!t.proxyErrors,r?t.end&&e.end():(this[vn].push(t.proxyErrors?new RE(this,e,t):new Gg(this,e,t)),this[Rs]?cd(()=>this[tu]()):this[tu]()),e}unpipe(e){let t=this[vn].find(r=>r.dest===e);t&&(this[vn].length===1?(this[xr]&&this[sc]===0&&(this[xr]=!1),this[vn]=[]):this[vn].splice(this[vn].indexOf(t),1),t.unpipe())}addListener(e,t){return this.on(e,t)}on(e,t){let r=super.on(e,t);if(e==="data")this[zn]=!1,this[sc]++,!this[vn].length&&!this[xr]&&this[tu]();else if(e==="readable"&&this[Ir]!==0)super.emit("readable");else if(_Y(e)&&this[no])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[sd]){let i=t;this[Rs]?cd(()=>i.call(this,this[sd])):i.call(this,this[sd])}return r}removeListener(e,t){return this.off(e,t)}off(e,t){let r=super.off(e,t);return e==="data"&&(this[sc]=this.listeners("data").length,this[sc]===0&&!this[zn]&&!this[vn].length&&(this[xr]=!1)),r}removeAllListeners(e){let t=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[sc]=0,!this[zn]&&!this[vn].length&&(this[xr]=!1)),t}get emittedEnd(){return this[no]}[ya](){!this[Bg]&&!this[no]&&!this[Yt]&&this[Cr].length===0&&this[ga]&&(this[Bg]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Ug]&&this.emit("close"),this[Bg]=!1)}emit(e,...t){let r=t[0];if(e!=="error"&&e!=="close"&&e!==Yt&&this[Yt])return!1;if(e==="data")return!this[tn]&&!r?!1:this[Rs]?(cd(()=>this[xE](r)),!0):this[xE](r);if(e==="end")return this[UF]();if(e==="close"){if(this[Ug]=!0,!this[no]&&!this[Yt])return!1;let s=super.emit("close");return this.removeAllListeners("close"),s}else if(e==="error"){this[sd]=r,super.emit(AE,r);let s=!this[od]||this.listeners("error").length?super.emit("error",r):!1;return this[ya](),s}else if(e==="resume"){let s=super.emit("resume");return this[ya](),s}else if(e==="finish"||e==="prefinish"){let s=super.emit(e);return this.removeAllListeners(e),s}let i=super.emit(e,...t);return this[ya](),i}[xE](e){for(let r of this[vn])r.dest.write(e)===!1&&this.pause();let t=this[zn]?!1:super.emit("data",e);return this[ya](),t}[UF](){return this[no]?!1:(this[no]=!0,this.readable=!1,this[Rs]?(cd(()=>this[CE]()),!0):this[CE]())}[CE](){if(this[eu]){let t=this[eu].end();if(t){for(let r of this[vn])r.dest.write(t);this[zn]||super.emit("data",t)}}for(let t of this[vn])t.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[tn]||(e.dataLength=0);let t=this.promise();return this.on("data",r=>{e.push(r),this[tn]||(e.dataLength+=r.length)}),await t,e}async concat(){if(this[tn])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[zi]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,t)=>{this.on(Yt,()=>t(new Error("stream destroyed"))),this.on("error",r=>t(r)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[zn]=!1;let e=!1,t=o(async()=>(this.pause(),e=!0,{value:void 0,done:!0}),"stop");return{next:o(()=>{if(e)return t();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[ga])return t();let s,a,c=o(d=>{this.off("data",l),this.off("end",u),this.off(Yt,f),t(),a(d)},"onerr"),l=o(d=>{this.off("error",c),this.off("end",u),this.off(Yt,f),this.pause(),s({value:d,done:!!this[ga]})},"ondata"),u=o(()=>{this.off("error",c),this.off("data",l),this.off(Yt,f),t(),s({done:!0,value:void 0})},"onend"),f=o(()=>c(new Error("stream destroyed")),"ondestroy");return new Promise((d,h)=>{a=h,s=d,this.once(Yt,f),this.once("error",c),this.once("end",u),this.once("data",l)})},"next"),throw:t,return:t,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[zn]=!1;let e=!1,t=o(()=>(this.pause(),this.off(AE,t),this.off(Yt,t),this.off("end",t),e=!0,{done:!0,value:void 0}),"stop"),r=o(()=>{if(e)return t();let i=this.read();return i===null?t():{done:!1,value:i}},"next");return this.once("end",t),this.once(AE,t),this.once(Yt,t),{next:r,throw:t,return:t,[Symbol.iterator](){return this}}}destroy(e){if(this[Yt])return e?this.emit("error",e):this.emit(Yt),this;this[Yt]=!0,this[zn]=!0,this[Cr].length=0,this[Ir]=0;let t=this;return typeof t.close=="function"&&!this[Ug]&&t.close(),e?this.emit("error",e):this.emit(Yt),this}static get isStream(){return pY}};var TY=Os.realpathSync.native,ud={lstatSync:Os.lstatSync,readdir:Os.readdir,readdirSync:Os.readdirSync,readlinkSync:Os.readlinkSync,realpathSync:TY,promises:{lstat:so.lstat,readdir:so.readdir,readlink:so.readlink,realpath:so.realpath}},QF=o(n=>!n||n===ud||n===EY?ud:{...ud,...n,promises:{...ud.promises,...n.promises||{}}},"fsFromOption"),KF=/^\\\\\?\\([a-z]:)\\?$/i,AY=o(n=>n.replace(/\//g,"\\").replace(KF,"$1\\"),"uncToDrive"),xY=/[\\\/]/,ui=0,YF=1,XF=2,Ps=4,JF=6,ZF=8,ac=10,eD=12,li=15,ld=~li,OE=16,qF=32,fd=64,Hi=128,Hg=256,Kg=512,WF=fd|Hi|Kg,CY=1023,FE=o(n=>n.isFile()?ZF:n.isDirectory()?Ps:n.isSymbolicLink()?ac:n.isCharacterDevice()?XF:n.isBlockDevice()?JF:n.isSocket()?eD:n.isFIFO()?YF:ui,"entToType"),GF=new Map,dd=o(n=>{let e=GF.get(n);if(e)return e;let t=n.normalize("NFKD");return GF.set(n,t),t},"normalize"),zF=new Map,Qg=o(n=>{let e=zF.get(n);if(e)return e;let t=dd(n.toLowerCase());return zF.set(n,t),t},"normalizeNocase"),Yg=class extends id{static{o(this,"ResolveCache")}constructor(){super({max:256})}},DE=class extends id{static{o(this,"ChildrenCache")}constructor(e=16*1024){super({maxSize:e,sizeCalculation:o(t=>t.length+1,"sizeCalculation")})}},tD=Symbol("PathScurry setAsCwd"),rn=class{static{o(this,"PathBase")}name;root;roots;parent;nocase;isCWD=!1;#e;#n;get dev(){return this.#n}#r;get mode(){return this.#r}#t;get nlink(){return this.#t}#c;get uid(){return this.#c}#_;get gid(){return this.#_}#i;get rdev(){return this.#i}#u;get blksize(){return this.#u}#s;get ino(){return this.#s}#l;get size(){return this.#l}#a;get blocks(){return this.#a}#p;get atimeMs(){return this.#p}#g;get mtimeMs(){return this.#g}#d;get ctimeMs(){return this.#d}#m;get birthtimeMs(){return this.#m}#y;get atime(){return this.#y}#f;get mtime(){return this.#f}#E;get ctime(){return this.#E}#T;get birthtime(){return this.#T}#S;#w;#v;#b;#x;#C;#o;#F;#A;#P;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,t=ui,r,i,s,a,c){this.name=e,this.#S=s?Qg(e):dd(e),this.#o=t&CY,this.nocase=s,this.roots=i,this.root=r||this,this.#F=a,this.#v=c.fullpath,this.#x=c.relative,this.#C=c.relativePosix,this.parent=c.parent,this.parent?this.#e=this.parent.#e:this.#e=QF(c.fs)}depth(){return this.#w!==void 0?this.#w:this.parent?this.#w=this.parent.depth()+1:this.#w=0}childrenCache(){return this.#F}resolve(e){if(!e)return this;let t=this.getRootString(e),i=e.substring(t.length).split(this.splitSep);return t?this.getRoot(t).#D(i):this.#D(i)}#D(e){let t=this;for(let r of e)t=t.child(r);return t}children(){let e=this.#F.get(this);if(e)return e;let t=Object.assign([],{provisional:0});return this.#F.set(this,t),this.#o&=~OE,t}child(e,t){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let r=this.children(),i=this.nocase?Qg(e):dd(e);for(let l of r)if(l.#S===i)return l;let s=this.parent?this.sep:"",a=this.#v?this.#v+s+e:void 0,c=this.newChild(e,ui,{...t,parent:this,fullpath:a});return this.canReaddir()||(c.#o|=Hi),r.push(c),c}relative(){if(this.isCWD)return"";if(this.#x!==void 0)return this.#x;let e=this.name,t=this.parent;if(!t)return this.#x=this.name;let r=t.relative();return r+(!r||!t.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#C!==void 0)return this.#C;let e=this.name,t=this.parent;if(!t)return this.#C=this.fullpathPosix();let r=t.relativePosix();return r+(!r||!t.parent?"":"/")+e}fullpath(){if(this.#v!==void 0)return this.#v;let e=this.name,t=this.parent;if(!t)return this.#v=this.name;let i=t.fullpath()+(t.parent?this.sep:"")+e;return this.#v=i}fullpathPosix(){if(this.#b!==void 0)return this.#b;if(this.sep==="/")return this.#b=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#b=`//?/${i}`:this.#b=i}let e=this.parent,t=e.fullpathPosix(),r=t+(!t||!e.parent?"":"/")+this.name;return this.#b=r}isUnknown(){return(this.#o&li)===ui}isType(e){return this[`is${e}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#o&li)===ZF}isDirectory(){return(this.#o&li)===Ps}isCharacterDevice(){return(this.#o&li)===XF}isBlockDevice(){return(this.#o&li)===JF}isFIFO(){return(this.#o&li)===YF}isSocket(){return(this.#o&li)===eD}isSymbolicLink(){return(this.#o&ac)===ac}lstatCached(){return this.#o&qF?this:void 0}readlinkCached(){return this.#A}realpathCached(){return this.#P}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#A)return!0;if(!this.parent)return!1;let e=this.#o&li;return!(e!==ui&&e!==ac||this.#o&Hg||this.#o&Hi)}calledReaddir(){return!!(this.#o&OE)}isENOENT(){return!!(this.#o&Hi)}isNamed(e){return this.nocase?this.#S===Qg(e):this.#S===dd(e)}async readlink(){let e=this.#A;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=await this.#e.promises.readlink(this.fullpath()),r=(await this.parent.realpath())?.resolve(t);if(r)return this.#A=r}catch(t){this.#h(t.code);return}}readlinkSync(){let e=this.#A;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=this.#e.readlinkSync(this.fullpath()),r=this.parent.realpathSync()?.resolve(t);if(r)return this.#A=r}catch(t){this.#h(t.code);return}}#N(e){this.#o|=OE;for(let t=e.provisional;t<e.length;t++){let r=e[t];r&&r.#L()}}#L(){this.#o&Hi||(this.#o=(this.#o|Hi)&ld,this.#I())}#I(){let e=this.children();e.provisional=0;for(let t of e)t.#L()}#R(){this.#o|=Kg,this.#k()}#k(){if(this.#o&fd)return;let e=this.#o;(e&li)===Ps&&(e&=ld),this.#o=e|fd,this.#I()}#M(e=""){e==="ENOTDIR"||e==="EPERM"?this.#k():e==="ENOENT"?this.#L():this.children().provisional=0}#j(e=""){e==="ENOTDIR"?this.parent.#k():e==="ENOENT"&&this.#L()}#h(e=""){let t=this.#o;t|=Hg,e==="ENOENT"&&(t|=Hi),(e==="EINVAL"||e==="UNKNOWN")&&(t&=ld),this.#o=t,e==="ENOTDIR"&&this.parent&&this.parent.#k()}#$(e,t){return this.#O(e,t)||this.#B(e,t)}#B(e,t){let r=FE(e),i=this.newChild(e.name,r,{parent:this}),s=i.#o&li;return s!==Ps&&s!==ac&&s!==ui&&(i.#o|=fd),t.unshift(i),t.provisional++,i}#O(e,t){for(let r=t.provisional;r<t.length;r++){let i=t[r];if((this.nocase?Qg(e.name):dd(e.name))===i.#S)return this.#U(e,i,r,t)}}#U(e,t,r,i){let s=t.name;return t.#o=t.#o&ld|FE(e),s!==e.name&&(t.name=e.name),r!==i.provisional&&(r===i.length-1?i.pop():i.splice(r,1),i.unshift(t)),i.provisional++,t}async lstat(){if((this.#o&Hi)===0)try{return this.#G(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#j(e.code)}}lstatSync(){if((this.#o&Hi)===0)try{return this.#G(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#j(e.code)}}#G(e){let{atime:t,atimeMs:r,birthtime:i,birthtimeMs:s,blksize:a,blocks:c,ctime:l,ctimeMs:u,dev:f,gid:d,ino:h,mode:p,mtime:y,mtimeMs:v,nlink:w,rdev:b,size:A,uid:R}=e;this.#y=t,this.#p=r,this.#T=i,this.#m=s,this.#u=a,this.#a=c,this.#E=l,this.#d=u,this.#n=f,this.#_=d,this.#s=h,this.#r=p,this.#f=y,this.#g=v,this.#t=w,this.#i=b,this.#l=A,this.#c=R;let k=FE(e);this.#o=this.#o&ld|k|qF,k!==ui&&k!==Ps&&k!==ac&&(this.#o|=fd)}#q=[];#W=!1;#z(e){this.#W=!1;let t=this.#q.slice();this.#q.length=0,t.forEach(r=>r(null,e))}readdirCB(e,t=!1){if(!this.canReaddir()){t?e(null,[]):queueMicrotask(()=>e(null,[]));return}let r=this.children();if(this.calledReaddir()){let s=r.slice(0,r.provisional);t?e(null,s):queueMicrotask(()=>e(null,s));return}if(this.#q.push(e),this.#W)return;this.#W=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(s,a)=>{if(s)this.#M(s.code),r.provisional=0;else{for(let c of a)this.#$(c,r);this.#N(r)}this.#z(r.slice(0,r.provisional))})}#V;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();if(this.#V)await this.#V;else{let r=o(()=>{},"resolve");this.#V=new Promise(i=>r=i);try{for(let i of await this.#e.promises.readdir(t,{withFileTypes:!0}))this.#$(i,e);this.#N(e)}catch(i){this.#M(i.code),e.provisional=0}this.#V=void 0,r()}return e.slice(0,e.provisional)}readdirSync(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();try{for(let r of this.#e.readdirSync(t,{withFileTypes:!0}))this.#$(r,e);this.#N(e)}catch(r){this.#M(r.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#o&WF)return!1;let e=li&this.#o;return e===ui||e===Ps||e===ac}shouldWalk(e,t){return(this.#o&Ps)===Ps&&!(this.#o&WF)&&!e.has(this)&&(!t||t(this))}async realpath(){if(this.#P)return this.#P;if(!((Kg|Hg|Hi)&this.#o))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#P=this.resolve(e)}catch{this.#R()}}realpathSync(){if(this.#P)return this.#P;if(!((Kg|Hg|Hi)&this.#o))try{let e=this.#e.realpathSync(this.fullpath());return this.#P=this.resolve(e)}catch{this.#R()}}[tD](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let t=new Set([]),r=[],i=this;for(;i&&i.parent;)t.add(i),i.#x=r.join(this.sep),i.#C=r.join("/"),i=i.parent,r.push("..");for(i=e;i&&i.parent&&!t.has(i);)i.#x=void 0,i.#C=void 0,i=i.parent}},Xg=class n extends rn{static{o(this,"PathWin32")}sep="\\";splitSep=xY;constructor(e,t=ui,r,i,s,a,c){super(e,t,r,i,s,a,c)}newChild(e,t=ui,r={}){return new n(e,t,this.root,this.roots,this.nocase,this.childrenCache(),r)}getRootString(e){return ru.win32.parse(e).root}getRoot(e){if(e=AY(e.toUpperCase()),e===this.root.name)return this.root;for(let[t,r]of Object.entries(this.roots))if(this.sameRoot(e,t))return this.roots[e]=r;return this.roots[e]=new nu(e,this).root}sameRoot(e,t=this.root.name){return e=e.toUpperCase().replace(/\//g,"\\").replace(KF,"$1\\"),e===t}},Jg=class n extends rn{static{o(this,"PathPosix")}splitSep="/";sep="/";constructor(e,t=ui,r,i,s,a,c){super(e,t,r,i,s,a,c)}getRootString(e){return e.startsWith("/")?"/":""}getRoot(e){return this.root}newChild(e,t=ui,r={}){return new n(e,t,this.root,this.roots,this.nocase,this.childrenCache(),r)}},Zg=class{static{o(this,"PathScurryBase")}root;rootPath;roots;cwd;#e;#n;#r;nocase;#t;constructor(e=process.cwd(),t,r,{nocase:i,childrenCacheSize:s=16*1024,fs:a=ud}={}){this.#t=QF(a),(e instanceof URL||e.startsWith("file://"))&&(e=(0,HF.fileURLToPath)(e));let c=t.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(c),this.#e=new Yg,this.#n=new Yg,this.#r=new DE(s);let l=c.substring(this.rootPath.length).split(r);if(l.length===1&&!l[0]&&l.pop(),i===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=i,this.root=this.newRoot(this.#t),this.roots[this.rootPath]=this.root;let u=this.root,f=l.length-1,d=t.sep,h=this.rootPath,p=!1;for(let y of l){let v=f--;u=u.child(y,{relative:new Array(v).fill("..").join(d),relativePosix:new Array(v).fill("..").join("/"),fullpath:h+=(p?"":d)+y}),p=!0}this.cwd=u}depth(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.depth()}childrenCache(){return this.#r}resolve(...e){let t="";for(let s=e.length-1;s>=0;s--){let a=e[s];if(!(!a||a===".")&&(t=t?`${a}/${t}`:a,this.isAbsolute(a)))break}let r=this.#e.get(t);if(r!==void 0)return r;let i=this.cwd.resolve(t).fullpath();return this.#e.set(t,i),i}resolvePosix(...e){let t="";for(let s=e.length-1;s>=0;s--){let a=e[s];if(!(!a||a===".")&&(t=t?`${a}/${t}`:a,this.isAbsolute(a)))break}let r=this.#n.get(t);if(r!==void 0)return r;let i=this.cwd.resolve(t).fullpathPosix();return this.#n.set(t,i),i}relative(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relative()}relativePosix(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relativePosix()}basename(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.name}dirname(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),(e.parent||e).fullpath()}async readdir(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r}=t;if(e.canReaddir()){let i=await e.readdir();return r?i:i.map(s=>s.name)}else return[]}readdirSync(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0}=t;return e.canReaddir()?r?e.readdirSync():e.readdirSync().map(i=>i.name):[]}async lstat(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstat()}lstatSync(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstatSync()}async readlink(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e.withFileTypes,e=this.cwd);let r=await e.readlink();return t?r:r?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e.withFileTypes,e=this.cwd);let r=e.readlinkSync();return t?r:r?.fullpath()}async realpath(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e.withFileTypes,e=this.cwd);let r=await e.realpath();return t?r:r?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e.withFileTypes,e=this.cwd);let r=e.realpathSync();return t?r:r?.fullpath()}async walk(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=[];(!s||s(e))&&c.push(r?e:e.fullpath());let l=new Set,u=o((d,h)=>{l.add(d),d.readdirCB((p,y)=>{if(p)return h(p);let v=y.length;if(!v)return h();let w=o(()=>{--v===0&&h()},"next");for(let b of y)(!s||s(b))&&c.push(r?b:b.fullpath()),i&&b.isSymbolicLink()?b.realpath().then(A=>A?.isUnknown()?A.lstat():A).then(A=>A?.shouldWalk(l,a)?u(A,w):w()):b.shouldWalk(l,a)?u(b,w):w()},!0)},"walk"),f=e;return new Promise((d,h)=>{u(f,p=>{if(p)return h(p);d(c)})})}walkSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=[];(!s||s(e))&&c.push(r?e:e.fullpath());let l=new Set([e]);for(let u of l){let f=u.readdirSync();for(let d of f){(!s||s(d))&&c.push(r?d:d.fullpath());let h=d;if(d.isSymbolicLink()){if(!(i&&(h=d.realpathSync())))continue;h.isUnknown()&&h.lstatSync()}h.shouldWalk(l,a)&&l.add(h)}}return c}[Symbol.asyncIterator](){return this.iterate()}iterate(e=this.cwd,t={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd),this.stream(e,t)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t;(!s||s(e))&&(yield r?e:e.fullpath());let c=new Set([e]);for(let l of c){let u=l.readdirSync();for(let f of u){(!s||s(f))&&(yield r?f:f.fullpath());let d=f;if(f.isSymbolicLink()){if(!(i&&(d=f.realpathSync())))continue;d.isUnknown()&&d.lstatSync()}d.shouldWalk(c,a)&&c.add(d)}}}stream(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=new io({objectMode:!0});(!s||s(e))&&c.write(r?e:e.fullpath());let l=new Set,u=[e],f=0,d=o(()=>{let h=!1;for(;!h;){let p=u.shift();if(!p){f===0&&c.end();return}f++,l.add(p);let y=o((w,b,A=!1)=>{if(w)return c.emit("error",w);if(i&&!A){let R=[];for(let k of b)k.isSymbolicLink()&&R.push(k.realpath().then(U=>U?.isUnknown()?U.lstat():U));if(R.length){Promise.all(R).then(()=>y(null,b,!0));return}}for(let R of b)R&&(!s||s(R))&&(c.write(r?R:R.fullpath())||(h=!0));f--;for(let R of b){let k=R.realpathCached()||R;k.shouldWalk(l,a)&&u.push(k)}h&&!c.flowing?c.once("drain",d):v||d()},"onReaddir"),v=!0;p.readdirCB(y,!0),v=!1}},"process");return d(),c}streamSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=new io({objectMode:!0}),l=new Set;(!s||s(e))&&c.write(r?e:e.fullpath());let u=[e],f=0,d=o(()=>{let h=!1;for(;!h;){let p=u.shift();if(!p){f===0&&c.end();return}f++,l.add(p);let y=p.readdirSync();for(let v of y)(!s||s(v))&&(c.write(r?v:v.fullpath())||(h=!0));f--;for(let v of y){let w=v;if(v.isSymbolicLink()){if(!(i&&(w=v.realpathSync())))continue;w.isUnknown()&&w.lstatSync()}w.shouldWalk(l,a)&&u.push(w)}}h&&!c.flowing&&c.once("drain",d)},"process");return d(),c}chdir(e=this.cwd){let t=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[tD](t)}},nu=class extends Zg{static{o(this,"PathScurryWin32")}sep="\\";constructor(e=process.cwd(),t={}){let{nocase:r=!0}=t;super(e,ru.win32,"\\",{...t,nocase:r}),this.nocase=r;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(e){return ru.win32.parse(e).root.toUpperCase()}newRoot(e){return new Xg(this.rootPath,Ps,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}},iu=class extends Zg{static{o(this,"PathScurryPosix")}sep="/";constructor(e=process.cwd(),t={}){let{nocase:r=!1}=t;super(e,ru.posix,"/",{...t,nocase:r}),this.nocase=r}parseRootPath(e){return"/"}newRoot(e){return new Jg(this.rootPath,Ps,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}},hd=class extends iu{static{o(this,"PathScurryDarwin")}constructor(e=process.cwd(),t={}){let{nocase:r=!0}=t;super(e,{...t,nocase:r})}},Jme=process.platform==="win32"?Xg:Jg,rD=process.platform==="win32"?nu:process.platform==="darwin"?hd:iu;var IY=o(n=>n.length>=1,"isPatternList"),RY=o(n=>n.length>=1,"isGlobList"),su=class n{static{o(this,"Pattern")}#e;#n;#r;length;#t;#c;#_;#i;#u;#s;#l=!0;constructor(e,t,r,i){if(!IY(e))throw new TypeError("empty pattern list");if(!RY(t))throw new TypeError("empty glob list");if(t.length!==e.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=e.length,r<0||r>=this.length)throw new TypeError("index out of range");if(this.#e=e,this.#n=t,this.#r=r,this.#t=i,this.#r===0){if(this.isUNC()){let[s,a,c,l,...u]=this.#e,[f,d,h,p,...y]=this.#n;u[0]===""&&(u.shift(),y.shift());let v=[s,a,c,l,""].join("/"),w=[f,d,h,p,""].join("/");this.#e=[v,...u],this.#n=[w,...y],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[s,...a]=this.#e,[c,...l]=this.#n;a[0]===""&&(a.shift(),l.shift());let u=s+"/",f=c+"/";this.#e=[u,...a],this.#n=[f,...l],this.length=this.#e.length}}}pattern(){return this.#e[this.#r]}isString(){return typeof this.#e[this.#r]=="string"}isGlobstar(){return this.#e[this.#r]===Kt}isRegExp(){return this.#e[this.#r]instanceof RegExp}globString(){return this.#_=this.#_||(this.#r===0?this.isAbsolute()?this.#n[0]+this.#n.slice(1).join("/"):this.#n.join("/"):this.#n.slice(this.#r).join("/"))}hasMore(){return this.length>this.#r+1}rest(){return this.#c!==void 0?this.#c:this.hasMore()?(this.#c=new n(this.#e,this.#n,this.#r+1,this.#t),this.#c.#s=this.#s,this.#c.#u=this.#u,this.#c.#i=this.#i,this.#c):this.#c=null}isUNC(){let e=this.#e;return this.#u!==void 0?this.#u:this.#u=this.#t==="win32"&&this.#r===0&&e[0]===""&&e[1]===""&&typeof e[2]=="string"&&!!e[2]&&typeof e[3]=="string"&&!!e[3]}isDrive(){let e=this.#e;return this.#i!==void 0?this.#i:this.#i=this.#t==="win32"&&this.#r===0&&this.length>1&&typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0])}isAbsolute(){let e=this.#e;return this.#s!==void 0?this.#s:this.#s=e[0]===""&&e.length>1||this.isDrive()||this.isUNC()}root(){let e=this.#e[0];return typeof e=="string"&&this.isAbsolute()&&this.#r===0?e:""}checkFollowGlobstar(){return!(this.#r===0||!this.isGlobstar()||!this.#l)}markFollowGlobstar(){return this.#r===0||!this.isGlobstar()||!this.#l?!1:(this.#l=!1,!0)}};var PY=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",au=class{static{o(this,"Ignore")}relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:t,nocase:r,noext:i,noglobstar:s,platform:a=PY}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=a,this.mmopts={dot:!0,nobrace:t,nocase:r,noext:i,noglobstar:s,optimizationLevel:2,platform:a,nocomment:!0,nonegate:!0};for(let c of e)this.add(c)}add(e){let t=new Gn(e,this.mmopts);for(let r=0;r<t.set.length;r++){let i=t.set[r],s=t.globParts[r];if(!i||!s)throw new Error("invalid pattern object");for(;i[0]==="."&&s[0]===".";)i.shift(),s.shift();let a=new su(i,s,0,this.platform),c=new Gn(a.globString(),this.mmopts),l=s[s.length-1]==="**",u=a.isAbsolute();u?this.absolute.push(c):this.relative.push(c),l&&(u?this.absoluteChildren.push(c):this.relativeChildren.push(c))}}ignored(e){let t=e.fullpath(),r=`${t}/`,i=e.relative()||".",s=`${i}/`;for(let a of this.relative)if(a.match(i)||a.match(s))return!0;for(let a of this.absolute)if(a.match(t)||a.match(r))return!0;return!1}childrenIgnored(e){let t=e.fullpath()+"/",r=(e.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(r))return!0;for(let i of this.absoluteChildren)if(i.match(t))return!0;return!1}};var NE=class n{static{o(this,"HasWalkedCache")}store;constructor(e=new Map){this.store=e}copy(){return new n(new Map(this.store))}hasWalked(e,t){return this.store.get(e.fullpath())?.has(t.globString())}storeWalked(e,t){let r=e.fullpath(),i=this.store.get(r);i?i.add(t.globString()):this.store.set(r,new Set([t.globString()]))}},LE=class{static{o(this,"MatchRecord")}store=new Map;add(e,t,r){let i=(t?2:0)|(r?1:0),s=this.store.get(e);this.store.set(e,s===void 0?i:i&s)}entries(){return[...this.store.entries()].map(([e,t])=>[e,!!(t&2),!!(t&1)])}},kE=class{static{o(this,"SubWalks")}store=new Map;add(e,t){if(!e.canReaddir())return;let r=this.store.get(e);r?r.find(i=>i.globString()===t.globString())||r.push(t):this.store.set(e,[t])}get(e){let t=this.store.get(e);if(!t)throw new Error("attempting to walk unknown path");return t}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}},pd=class n{static{o(this,"Processor")}hasWalkedCache;matches=new LE;subwalks=new kE;patterns;follow;dot;opts;constructor(e,t){this.opts=e,this.follow=!!e.follow,this.dot=!!e.dot,this.hasWalkedCache=t?t.copy():new NE}processPatterns(e,t){this.patterns=t;let r=t.map(i=>[e,i]);for(let[i,s]of r){this.hasWalkedCache.storeWalked(i,s);let a=s.root(),c=s.isAbsolute()&&this.opts.absolute!==!1;if(a){i=i.resolve(a==="/"&&this.opts.root!==void 0?this.opts.root:a);let d=s.rest();if(d)s=d;else{this.matches.add(i,!0,!1);continue}}if(i.isENOENT())continue;let l,u,f=!1;for(;typeof(l=s.pattern())=="string"&&(u=s.rest());)i=i.resolve(l),s=u,f=!0;if(l=s.pattern(),u=s.rest(),f){if(this.hasWalkedCache.hasWalked(i,s))continue;this.hasWalkedCache.storeWalked(i,s)}if(typeof l=="string"){let d=l===".."||l===""||l===".";this.matches.add(i.resolve(l),c,d);continue}else if(l===Kt){(!i.isSymbolicLink()||this.follow||s.checkFollowGlobstar())&&this.subwalks.add(i,s);let d=u?.pattern(),h=u?.rest();if(!u||(d===""||d===".")&&!h)this.matches.add(i,c,d===""||d===".");else if(d===".."){let p=i.parent||i;h?this.hasWalkedCache.hasWalked(p,h)||this.subwalks.add(p,h):this.matches.add(p,c,!0)}}else l instanceof RegExp&&this.subwalks.add(i,s)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(e,t){let r=this.subwalks.get(e),i=this.child();for(let s of t)for(let a of r){let c=a.isAbsolute(),l=a.pattern(),u=a.rest();l===Kt?i.testGlobstar(s,a,u,c):l instanceof RegExp?i.testRegExp(s,l,u,c):i.testString(s,l,u,c)}return i}testGlobstar(e,t,r,i){if((this.dot||!e.name.startsWith("."))&&(t.hasMore()||this.matches.add(e,i,!1),e.canReaddir()&&(this.follow||!e.isSymbolicLink()?this.subwalks.add(e,t):e.isSymbolicLink()&&(r&&t.checkFollowGlobstar()?this.subwalks.add(e,r):t.markFollowGlobstar()&&this.subwalks.add(e,t)))),r){let s=r.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(e,s,r.rest(),i);else if(s===".."){let a=e.parent||e;this.subwalks.add(a,r)}else s instanceof RegExp&&this.testRegExp(e,s,r.rest(),i)}}testRegExp(e,t,r,i){t.test(e.name)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}testString(e,t,r,i){e.isNamed(t)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}};var OY=o((n,e)=>typeof n=="string"?new au([n],e):Array.isArray(n)?new au(n,e):n,"makeIgnore"),ey=class{static{o(this,"GlobUtil")}path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#n;#r;signal;maxDepth;includeChildMatches;constructor(e,t,r){if(this.patterns=e,this.path=t,this.opts=r,this.#r=!r.posix&&r.platform==="win32"?"\\":"/",this.includeChildMatches=r.includeChildMatches!==!1,(r.ignore||!this.includeChildMatches)&&(this.#n=OY(r.ignore??[],r),!this.includeChildMatches&&typeof this.#n.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=r.maxDepth||1/0,r.signal&&(this.signal=r.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#t(e){return this.seen.has(e)||!!this.#n?.ignored?.(e)}#c(e){return!!this.#n?.childrenIgnored?.(e)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let e;for(;!this.paused&&(e=this.#e.shift());)e()}onResume(e){this.signal?.aborted||(this.paused?this.#e.push(e):e())}async matchCheck(e,t){if(t&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||await e.realpath(),!r)return;e=r}let s=e.isUnknown()||this.opts.stat?await e.lstat():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let a=await s.realpath();a&&(a.isUnknown()||this.opts.stat)&&await a.lstat()}return this.matchCheckTest(s,t)}matchCheckTest(e,t){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!t||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#t(e)?e:void 0}matchCheckSync(e,t){if(t&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||e.realpathSync(),!r)return;e=r}let s=e.isUnknown()||this.opts.stat?e.lstatSync():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let a=s.realpathSync();a&&(a?.isUnknown()||this.opts.stat)&&a.lstatSync()}return this.matchCheckTest(s,t)}matchFinish(e,t){if(this.#t(e))return;if(!this.includeChildMatches&&this.#n?.add){let s=`${e.relativePosix()}/**`;this.#n.add(s)}let r=this.opts.absolute===void 0?t:this.opts.absolute;this.seen.add(e);let i=this.opts.mark&&e.isDirectory()?this.#r:"";if(this.opts.withFileTypes)this.matchEmit(e);else if(r){let s=this.opts.posix?e.fullpathPosix():e.fullpath();this.matchEmit(s+i)}else{let s=this.opts.posix?e.relativePosix():e.relative(),a=this.opts.dotRelative&&!s.startsWith(".."+this.#r)?"."+this.#r:"";this.matchEmit(s?a+s+i:"."+i)}}async match(e,t,r){let i=await this.matchCheck(e,r);i&&this.matchFinish(i,t)}matchSync(e,t,r){let i=this.matchCheckSync(e,r);i&&this.matchFinish(i,t)}walkCB(e,t,r){this.signal?.aborted&&r(),this.walkCB2(e,t,new pd(this.opts),r)}walkCB2(e,t,r,i){if(this.#c(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(e,t,r,i));return}r.processPatterns(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,l,u]of r.matches.entries())this.#t(c)||(s++,this.match(c,l,u).then(()=>a()));for(let c of r.subwalkTargets()){if(this.maxDepth!==1/0&&c.depth()>=this.maxDepth)continue;s++;let l=c.readdirCached();c.calledReaddir()?this.walkCB3(c,l,r,a):c.readdirCB((u,f)=>this.walkCB3(c,f,r,a),!0)}a()}walkCB3(e,t,r,i){r=r.filterEntries(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,l,u]of r.matches.entries())this.#t(c)||(s++,this.match(c,l,u).then(()=>a()));for(let[c,l]of r.subwalks.entries())s++,this.walkCB2(c,l,r.child(),a);a()}walkCBSync(e,t,r){this.signal?.aborted&&r(),this.walkCB2Sync(e,t,new pd(this.opts),r)}walkCB2Sync(e,t,r,i){if(this.#c(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(e,t,r,i));return}r.processPatterns(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,l,u]of r.matches.entries())this.#t(c)||this.matchSync(c,l,u);for(let c of r.subwalkTargets()){if(this.maxDepth!==1/0&&c.depth()>=this.maxDepth)continue;s++;let l=c.readdirSync();this.walkCB3Sync(c,l,r,a)}a()}walkCB3Sync(e,t,r,i){r=r.filterEntries(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,l,u]of r.matches.entries())this.#t(c)||this.matchSync(c,l,u);for(let[c,l]of r.subwalks.entries())s++,this.walkCB2Sync(c,l,r.child(),a);a()}},md=class extends ey{static{o(this,"GlobWalker")}matches=new Set;constructor(e,t,r){super(e,t,r)}matchEmit(e){this.matches.add(e)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((e,t)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?t(this.signal.reason):e(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}},gd=class extends ey{static{o(this,"GlobStream")}results;constructor(e,t,r){super(e,t,r),this.results=new io({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(e){this.results.write(e),this.results.flowing||this.pause()}stream(){let e=this.path;return e.isUnknown()?e.lstat().then(()=>{this.walkCB(e,this.patterns,()=>this.results.end())}):this.walkCB(e,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};var FY=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Qi=class{static{o(this,"Glob")}absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(e,t){if(!t)throw new TypeError("glob options required");if(this.withFileTypes=!!t.withFileTypes,this.signal=t.signal,this.follow=!!t.follow,this.dot=!!t.dot,this.dotRelative=!!t.dotRelative,this.nodir=!!t.nodir,this.mark=!!t.mark,t.cwd?(t.cwd instanceof URL||t.cwd.startsWith("file://"))&&(t.cwd=(0,nD.fileURLToPath)(t.cwd)):this.cwd="",this.cwd=t.cwd||"",this.root=t.root,this.magicalBraces=!!t.magicalBraces,this.nobrace=!!t.nobrace,this.noext=!!t.noext,this.realpath=!!t.realpath,this.absolute=t.absolute,this.includeChildMatches=t.includeChildMatches!==!1,this.noglobstar=!!t.noglobstar,this.matchBase=!!t.matchBase,this.maxDepth=typeof t.maxDepth=="number"?t.maxDepth:1/0,this.stat=!!t.stat,this.ignore=t.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(l=>l.replace(/\\/g,"/"))),this.matchBase){if(t.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(l=>l.includes("/")?l:`./**/${l}`)}if(this.pattern=e,this.platform=t.platform||FY,this.opts={...t,platform:this.platform},t.scurry){if(this.scurry=t.scurry,t.nocase!==void 0&&t.nocase!==t.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let l=t.platform==="win32"?nu:t.platform==="darwin"?hd:t.platform?iu:rD;this.scurry=new l(this.cwd,{nocase:t.nocase,fs:t.fs})}this.nocase=this.scurry.nocase;let r=this.platform==="darwin"||this.platform==="win32",i={...t,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:r,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},s=this.pattern.map(l=>new Gn(l,i)),[a,c]=s.reduce((l,u)=>(l[0].push(...u.set),l[1].push(...u.globParts),l),[[],[]]);this.patterns=a.map((l,u)=>{let f=c[u];if(!f)throw new Error("invalid pattern object");return new su(l,f,0,this.platform)})}async walk(){return[...await new md(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new md(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new gd(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new gd(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};var ME=o((n,e={})=>{Array.isArray(n)||(n=[n]);for(let t of n)if(new Gn(t,e).hasMagic())return!0;return!1},"hasMagic");function ry(n,e={}){return new Qi(n,e).streamSync()}o(ry,"globStreamSync");function sD(n,e={}){return new Qi(n,e).stream()}o(sD,"globStream");function aD(n,e={}){return new Qi(n,e).walkSync()}o(aD,"globSync");async function iD(n,e={}){return new Qi(n,e).walk()}o(iD,"glob_");function ny(n,e={}){return new Qi(n,e).iterateSync()}o(ny,"globIterateSync");function oD(n,e={}){return new Qi(n,e).iterate()}o(oD,"globIterate");var DY=ry,NY=Object.assign(sD,{sync:ry}),LY=ny,kY=Object.assign(oD,{sync:ny}),MY=Object.assign(aD,{stream:ry,iterate:ny}),ty=Object.assign(iD,{glob:iD,globSync:aD,sync:MY,globStream:sD,stream:NY,globStreamSync:ry,streamSync:DY,globIterate:oD,iterate:kY,globIterateSync:ny,iterateSync:LY,Glob:Qi,hasMagic:ME,escape:Xl,unescape:Gi});ty.glob=ty;var oc=K(Pt());var Ot=class{constructor(e){this.rootPath=e}static{o(this,"NodeFsAdapter")}async readFile(e){let t=this.resolvePath(e);if(!await gr.default.pathExists(t))throw new oc.FileNotFoundError(e);return gr.default.readFile(t,"utf-8")}async fileExists(e){let t=this.resolvePath(e);return gr.default.pathExists(t)}async getFileMetadata(e){let t=await this.readFile(e);return this.extractFrontmatter(t)}async createFile(e,t){let r=this.resolvePath(e);if(await gr.default.pathExists(r))throw new oc.FileAlreadyExistsError(e);return await gr.default.ensureDir(ao.default.dirname(r)),await gr.default.writeFile(r,t,"utf-8"),e}async updateFile(e,t){let r=this.resolvePath(e);if(!await gr.default.pathExists(r))throw new oc.FileNotFoundError(e);await gr.default.writeFile(r,t,"utf-8")}async writeFile(e,t){let r=this.resolvePath(e);await gr.default.ensureDir(ao.default.dirname(r)),await gr.default.writeFile(r,t,"utf-8")}async deleteFile(e){let t=this.resolvePath(e);if(!await gr.default.pathExists(t))throw new oc.FileNotFoundError(e);await gr.default.remove(t)}async renameFile(e,t){let r=this.resolvePath(e),i=this.resolvePath(t);if(!await gr.default.pathExists(r))throw new oc.FileNotFoundError(e);await gr.default.ensureDir(ao.default.dirname(i)),await gr.default.move(r,i)}async createDirectory(e){let t=this.resolvePath(e);await gr.default.ensureDir(t)}async directoryExists(e){let t=this.resolvePath(e);return await gr.default.pathExists(t)?(await gr.default.stat(t)).isDirectory():!1}async getMarkdownFiles(e){let t=e?this.resolvePath(e):this.rootPath,r=ao.default.join(t,"**/*.md");return(await ty(r,{nodir:!0})).map(a=>ao.default.relative(this.rootPath,a))}async findFilesByMetadata(e){let t=await this.getMarkdownFiles(),r=[];for(let i of t)try{let s=await this.getFileMetadata(i);this.matchesQuery(s,e)&&r.push(i)}catch{continue}return r}async findFileByUID(e){let t=await this.findFilesByMetadata({exo__Asset_uid:e});return t.length>0?t[0]:null}resolvePath(e){return ao.default.isAbsolute(e)?e:ao.default.join(this.rootPath,e)}extractFrontmatter(e){let t=/^---\n([\s\S]*?)\n---/,r=e.match(t);if(!r)return{};try{let i=sr.load(r[1]);return typeof i=="object"&&i!==null?i:{}}catch{return{}}}matchesQuery(e,t){for(let[r,i]of Object.entries(t)){let s=e[r];if(Array.isArray(s)){if(!s.some(a=>this.normalizeValue(a)===this.normalizeValue(i)))return!1}else if(this.normalizeValue(s)!==this.normalizeValue(i))return!1}return!0}normalizeValue(e){return e==null?"":String(e).replace(/["'[\]]/g,"").trim()}};var yd=K(require("path")),jE=K(Za());var ou=class{constructor(e){this.vaultRoot=e}static{o(this,"PathResolver")}resolve(e){if(!yd.default.isAbsolute(e))return yd.default.resolve(this.vaultRoot,e);let t=yd.default.resolve(e),r=yd.default.resolve(this.vaultRoot);if(!t.startsWith(r))throw new Ke(`File path ${e} is outside vault root ${this.vaultRoot}`,"Provide a file path within the vault directory.",{filepath:e,vaultRoot:this.vaultRoot});return t}validate(e){if(!jE.default.existsSync(e))throw new Bf(e);if(!jE.default.statSync(e).isFile())throw new Ke(`Not a file: ${e}`,"Provide a path to a file, not a directory.",{filepath:e});if(!e.endsWith(".md"))throw new Ke(`Not a Markdown file: ${e}`,"Provide a path to a .md file.",{filepath:e})}getVaultRoot(){return this.vaultRoot}};var hD=K(Pt());var cD=K(Pt());var Ki=class{static{o(this,"BaseCommandExecutor")}constructor(e){this.pathResolver=e.pathResolver,this.fsAdapter=e.fsAdapter,this.frontmatterService=e.frontmatterService,this.dryRun=e.dryRun}resolveAndValidate(e){let t=this.pathResolver.resolve(e);this.pathResolver.validate(t);let r=t.replace(this.pathResolver.getVaultRoot()+"/","");return{resolvedPath:t,relativePath:r}}getCurrentTimestamp(){return cD.DateFormatter.toLocalTimestamp(new Date)}isAssetArchived(e){if(e?.exo__Asset_isArchived===!0)return!0;let t=e?.archived;if(t==null)return!1;if(typeof t=="boolean")return t;if(typeof t=="number")return t!==0;if(typeof t=="string"){let r=t.toLowerCase().trim();return r==="true"||r==="yes"||r==="1"}return!1}extractAliasesFromFrontmatter(e){let t=e.match(/aliases:\s*\n((?: - .*\n?)*)/);return t?t[1].split(`
|
|
618
|
-
`).filter(i=>i.trim()).map(i=>i.replace(/^\s*-\s*/,"").trim()):[]}};var _d=class extends Ki{static{o(this,"StatusCommandExecutor")}constructor(e){super(e)}async executeStart(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDoing]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_startTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Started: ${e}`),console.log(" Status: Doing"),console.log(` Start time: ${i}`),process.exit(0)}catch(t){D.handle(t)}}async executeComplete(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDone]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_endTimestamp",i),s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Completed: ${e}`),console.log(" Status: Done"),console.log(` Completion time: ${i}`),process.exit(0)}catch(t){D.handle(t)}}async executeTrash(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusTrashed]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Trashed: ${e}`),console.log(" Status: Trashed"),console.log(` Resolution time: ${i}`),process.exit(0)}catch(t){D.handle(t)}}async executeArchive(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.frontmatterService.updateProperty(r,"archived","true");i=this.frontmatterService.removeProperty(i,"aliases"),await this.fsAdapter.updateFile(t,i),console.log(`\u2705 Archived: ${e}`),console.log(" Archived: true"),console.log(" Aliases removed"),process.exit(0)}catch(t){D.handle(t)}}async executeMoveToBacklog(e){try{await this.updateStatus(e,"ems__EffortStatusBacklog","Backlog"),process.exit(0)}catch(t){D.handle(t)}}async executeMoveToAnalysis(e){try{await this.updateStatus(e,"ems__EffortStatusAnalysis","Analysis"),process.exit(0)}catch(t){D.handle(t)}}async executeMoveToToDo(e){try{await this.updateStatus(e,"ems__EffortStatusToDo","ToDo"),process.exit(0)}catch(t){D.handle(t)}}async updateStatus(e,t,r){let{relativePath:i}=this.resolveAndValidate(e),s=await this.fsAdapter.readFile(i),a=this.frontmatterService.updateProperty(s,"ems__Effort_status",`"[[${t}]]"`);await this.fsAdapter.updateFile(i,a),console.log(`\u2705 Moved to ${r}: ${e}`),console.log(` Status: ${r}`)}};var Vr=[];for(let n=0;n<256;++n)Vr.push((n+256).toString(16).slice(1));function lD(n,e=0){return(Vr[n[e+0]]+Vr[n[e+1]]+Vr[n[e+2]]+Vr[n[e+3]]+"-"+Vr[n[e+4]]+Vr[n[e+5]]+"-"+Vr[n[e+6]]+Vr[n[e+7]]+"-"+Vr[n[e+8]]+Vr[n[e+9]]+"-"+Vr[n[e+10]]+Vr[n[e+11]]+Vr[n[e+12]]+Vr[n[e+13]]+Vr[n[e+14]]+Vr[n[e+15]]).toLowerCase()}o(lD,"unsafeStringify");var uD=require("node:crypto");var sy=new Uint8Array(256),iy=sy.length;function $E(){return iy>sy.length-16&&((0,uD.randomFillSync)(sy),iy=0),sy.slice(iy,iy+=16)}o($E,"rng");var fD=require("node:crypto"),BE={randomUUID:fD.randomUUID};function
|
|
617
|
+
\u{1F4CA} Cache Statistics:`),console.log(` Triples: ${u.tripleCount.toLocaleString()}`),console.log(` Created: ${u.createdAt.toISOString()}`),console.log(` Valid: ${u.isValid?"\u2705 Yes":"\u274C No"}`),console.log(` Size: ${wK(u.sizeBytes)}`))}}}catch(t){D.handle(t)}})}o(aF,"sparqlIndexCommand");function wK(n){return n<1024?`${n} B`:n<1024*1024?`${(n/1024).toFixed(1)} KB`:`${(n/(1024*1024)).toFixed(1)} MB`}o(wK,"formatBytes");function oF(){return new ae("templates").description("List available SPARQL query templates").option("--output <type>","Response format: text|json (for MCP tools)","text").action(async n=>{let e=n.output||"text";D.setFormat(e);try{let t=new Ql,r=t.listTemplates();if(e==="json"){let i=X.success({templates:r,count:r.length});console.log(JSON.stringify(i,null,2))}else console.log(t.formatList("text"))}catch(t){D.handle(t)}})}o(oF,"sparqlTemplatesCommand");var pD=require("path");var gr=K(Za()),ao=K(require("path"));var RF=K(vF(),1);var rd=o(n=>{if(typeof n!="string")throw new TypeError("invalid pattern");if(n.length>65536)throw new TypeError("pattern is too long")},"assertValidPattern");var PK={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},nd=o(n=>n.replace(/[[\]\\-]/g,"\\$&"),"braceEscape"),OK=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regexpEscape"),bF=o(n=>n.join(""),"rangesToString"),wF=o((n,e)=>{let t=e;if(n.charAt(t)!=="[")throw new Error("not in a brace expression");let r=[],i=[],s=t+1,a=!1,c=!1,l=!1,u=!1,f=t,d="";e:for(;s<n.length;){let v=n.charAt(s);if((v==="!"||v==="^")&&s===t+1){u=!0,s++;continue}if(v==="]"&&a&&!l){f=s+1;break}if(a=!0,v==="\\"&&!l){l=!0,s++;continue}if(v==="["&&!l){for(let[w,[b,A,R]]of Object.entries(PK))if(n.startsWith(w,s)){if(d)return["$.",!1,n.length-t,!0];s+=w.length,R?i.push(b):r.push(b),c=c||A;continue e}}if(l=!1,d){v>d?r.push(nd(d)+"-"+nd(v)):v===d&&r.push(nd(v)),d="",s++;continue}if(n.startsWith("-]",s+1)){r.push(nd(v+"-")),s+=2;continue}if(n.startsWith("-",s+1)){d=v,s+=2;continue}r.push(nd(v)),s++}if(f<s)return["",!1,0,!1];if(!r.length&&!i.length)return["$.",!1,n.length-t,!0];if(i.length===0&&r.length===1&&/^\\?.$/.test(r[0])&&!u){let v=r[0].length===2?r[0].slice(-1):r[0];return[OK(v),!1,f-t,!1]}let h="["+(u?"^":"")+bF(r)+"]",p="["+(u?"":"^")+bF(i)+"]";return[r.length&&i.length?"("+h+"|"+p+")":r.length?h:p,c,f-t,!0]},"parseClass");var Gi=o((n,{windowsPathsNoEscape:e=!1}={})=>e?n.replace(/\[([^\/\\])\]/g,"$1"):n.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"),"unescape");var Nn,FK=new Set(["!","?","+","*","@"]),vE=o(n=>FK.has(n),"isExtglobType"),EF=o(n=>vE(n.type),"isExtglobAST"),DK=new Map([["!",["@"]],["?",["?","@"]],["@",["@"]],["*",["*","+","?","@"]],["+",["+","@"]]]),NK=new Map([["!",["?"]],["@",["?"]],["+",["?","*"]]]),LK=new Map([["!",["?","@"]],["?",["?","@"]],["@",["?","@"]],["*",["*","+","?","@"]],["+",["+","@","?","*"]]]),TF=new Map([["!",new Map([["!","@"]])],["?",new Map([["*","*"],["+","*"]])],["@",new Map([["!","!"],["?","?"],["@","@"],["*","*"],["+","+"]])],["+",new Map([["?","*"],["*","*"]])]]),kK="(?!(?:^|/)\\.\\.?(?:$|/))",jg="(?!\\.)",MK=new Set(["[","."]),jK=new Set(["..","."]),$K=new Set("().*{}+?[]^$\\!"),BK=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regExpEscape"),bE="[^/]",AF=bE+"*?",xF=bE+"+?",ic=class{static{o(this,"AST")}type;#e;#n;#r=!1;#t=[];#c;#_;#i;#u=!1;#s;#l;#a=!1;constructor(e,t,r={}){this.type=e,e&&(this.#n=!0),this.#c=t,this.#e=this.#c?this.#c.#e:this,this.#s=this.#e===this?r:this.#e.#s,this.#i=this.#e===this?[]:this.#e.#i,e==="!"&&!this.#e.#u&&this.#i.push(this),this.#_=this.#c?this.#c.#t.length:0}get hasMagic(){if(this.#n!==void 0)return this.#n;for(let e of this.#t)if(typeof e!="string"&&(e.type||e.hasMagic))return this.#n=!0;return this.#n}toString(){return this.#l!==void 0?this.#l:this.type?this.#l=this.type+"("+this.#t.map(e=>String(e)).join("|")+")":this.#l=this.#t.map(e=>String(e)).join("")}#p(){if(this!==this.#e)throw new Error("should only call on root");if(this.#u)return this;this.toString(),this.#u=!0;let e;for(;e=this.#i.pop();){if(e.type!=="!")continue;let t=e,r=t.#c;for(;r;){for(let i=t.#_+1;!r.type&&i<r.#t.length;i++)for(let s of e.#t){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(r.#t[i])}t=r,r=t.#c}}return this}push(...e){for(let t of e)if(t!==""){if(typeof t!="string"&&!(t instanceof Nn&&t.#c===this))throw new Error("invalid part: "+t);this.#t.push(t)}}toJSON(){let e=this.type===null?this.#t.slice().map(t=>typeof t=="string"?t:t.toJSON()):[this.type,...this.#t.map(t=>t.toJSON())];return this.isStart()&&!this.type&&e.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#u&&this.#c?.type==="!")&&e.push({}),e}isStart(){if(this.#e===this)return!0;if(!this.#c?.isStart())return!1;if(this.#_===0)return!0;let e=this.#c;for(let t=0;t<this.#_;t++){let r=e.#t[t];if(!(r instanceof Nn&&r.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#c?.type==="!")return!0;if(!this.#c?.isEnd())return!1;if(!this.type)return this.#c?.isEnd();let e=this.#c?this.#c.#t.length:0;return this.#_===e-1}copyIn(e){typeof e=="string"?this.push(e):this.push(e.clone(this))}clone(e){let t=new Nn(this.type,e);for(let r of this.#t)t.copyIn(r);return t}static#g(e,t,r,i,s){let a=i.maxExtglobRecursion??2,c=!1,l=!1,u=-1,f=!1;if(t.type===null){let v=r,w="";for(;v<e.length;){let b=e.charAt(v++);if(c||b==="\\"){c=!c,w+=b;continue}if(l){v===u+1?(b==="^"||b==="!")&&(f=!0):b==="]"&&!(v===u+2&&f)&&(l=!1),w+=b;continue}else if(b==="["){l=!0,u=v,f=!1,w+=b;continue}if(!i.noext&&vE(b)&&e.charAt(v)==="("&&s<=a){t.push(w),w="";let R=new Nn(b,t);v=Nn.#g(e,R,v,i,s+1),t.push(R);continue}w+=b}return t.push(w),v}let d=r+1,h=new Nn(null,t),p=[],y="";for(;d<e.length;){let v=e.charAt(d++);if(c||v==="\\"){c=!c,y+=v;continue}if(l){d===u+1?(v==="^"||v==="!")&&(f=!0):v==="]"&&!(d===u+2&&f)&&(l=!1),y+=v;continue}else if(v==="["){l=!0,u=d,f=!1,y+=v;continue}if(vE(v)&&e.charAt(d)==="("&&(s<=a||t&&t.#y(v))){let b=t&&t.#y(v)?0:1;h.push(y),y="";let A=new Nn(v,h);h.push(A),d=Nn.#g(e,A,d,i,s+b);continue}if(v==="|"){h.push(y),y="",p.push(h),h=new Nn(null,t);continue}if(v===")")return y===""&&t.#t.length===0&&(t.#a=!0),h.push(y),y="",t.push(...p,h),d;y+=v}return t.type=null,t.#n=void 0,t.#t=[e.substring(r-1)],d}#d(e){return this.#m(e,NK)}#m(e,t=DK){if(!e||typeof e!="object"||e.type!==null||e.#t.length!==1||this.type===null)return!1;let r=e.#t[0];return!r||typeof r!="object"||r.type===null?!1:this.#y(r.type,t)}#y(e,t=LK){return!!t.get(this.type)?.includes(e)}#f(e,t){let r=e.#t[0],i=new Nn(null,r,this.options);i.#t.push(""),r.push(i),this.#E(e,t)}#E(e,t){let r=e.#t[0];this.#t.splice(t,1,...r.#t);for(let i of r.#t)typeof i=="object"&&(i.#c=this);this.#l=void 0}#T(e){return!!TF.get(this.type)?.has(e)}#S(e){if(!e||typeof e!="object"||e.type!==null||e.#t.length!==1||this.type===null||this.#t.length!==1)return!1;let t=e.#t[0];return!t||typeof t!="object"||t.type===null?!1:this.#T(t.type)}#w(e){let t=TF.get(this.type),r=e.#t[0],i=t?.get(r.type);if(!i)return!1;this.#t=r.#t;for(let s of this.#t)typeof s=="object"&&(s.#c=this);this.type=i,this.#l=void 0,this.#a=!1}#v(){if(EF(this)){let e=0,t=!1;do{t=!0;for(let r=0;r<this.#t.length;r++){let i=this.#t[r];typeof i=="object"&&(i.#v(),this.#m(i)?(t=!1,this.#E(i,r)):this.#d(i)?(t=!1,this.#f(i,r)):this.#S(i)&&(t=!1,this.#w(i)))}}while(!t&&++e<10)}else for(let e of this.#t)typeof e=="object"&&e.#v();this.#l=void 0}static fromGlob(e,t={}){let r=new Nn(null,void 0,t);return Nn.#g(e,r,0,t,0),r}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let e=this.toString(),[t,r,i,s]=this.toRegExpSource();if(!(i||this.#n||this.#s.nocase&&!this.#s.nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return r;let c=(this.#s.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${t}$`,c),{_src:t,_glob:e})}get options(){return this.#s}toRegExpSource(e){let t=e??!!this.#s.dot;if(this.#e===this&&(this.#v(),this.#p()),!EF(this)){let l=this.isStart()&&this.isEnd(),u=this.#t.map(p=>{let[y,v,w,b]=typeof p=="string"?Nn.#x(p,this.#n,l):p.toRegExpSource(e);return this.#n=this.#n||w,this.#r=this.#r||b,y}).join(""),f="";if(this.isStart()&&typeof this.#t[0]=="string"&&!(this.#t.length===1&&jK.has(this.#t[0]))){let y=MK,v=t&&y.has(u.charAt(0))||u.startsWith("\\.")&&y.has(u.charAt(2))||u.startsWith("\\.\\.")&&y.has(u.charAt(4)),w=!t&&!e&&y.has(u.charAt(0));f=v?kK:w?jg:""}let d="";return this.isEnd()&&this.#e.#u&&this.#c?.type==="!"&&(d="(?:$|\\/)"),[f+u+d,Gi(u),this.#n=!!this.#n,this.#r]}let r=this.type==="*"||this.type==="+",i=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#b(t);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let l=this.toString(),u=this;return u.#t=[l],u.type=null,u.#n=void 0,[l,Gi(this.toString()),!1,!1]}let a=!r||e||t||!jg?"":this.#b(!0);a===s&&(a=""),a&&(s=`(?:${s})(?:${a})*?`);let c="";if(this.type==="!"&&this.#a)c=(this.isStart()&&!t?jg:"")+xF;else{let l=this.type==="!"?"))"+(this.isStart()&&!t&&!e?jg:"")+AF+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&a?")":this.type==="*"&&a?")?":`)${this.type}`;c=i+s+l}return[c,Gi(s),this.#n=!!this.#n,this.#r]}#b(e){return this.#t.map(t=>{if(typeof t=="string")throw new Error("string type in extglob ast??");let[r,i,s,a]=t.toRegExpSource(e);return this.#r=this.#r||a,r}).filter(t=>!(this.isStart()&&this.isEnd())||!!t).join("|")}static#x(e,t,r=!1){let i=!1,s="",a=!1,c=!1;for(let l=0;l<e.length;l++){let u=e.charAt(l);if(i){i=!1,s+=($K.has(u)?"\\":"")+u,c=!1;continue}if(u==="\\"){l===e.length-1?s+="\\\\":i=!0;continue}if(u==="["){let[f,d,h,p]=wF(e,l);if(h){s+=f,a=a||d,l+=h-1,t=t||p,c=!1;continue}}if(u==="*"){if(c)continue;c=!0,s+=r&&/^[*]+$/.test(e)?xF:AF,t=!0;continue}else c=!1;if(u==="?"){s+=bE,t=!0;continue}s+=BK(u)}return[s,Gi(e),!!t,a]}};Nn=ic;var Xl=o((n,{windowsPathsNoEscape:e=!1}={})=>e?n.replace(/[?*()[\]]/g,"[$&]"):n.replace(/[?*()[\]\\]/g,"\\$&"),"escape");var Ur=o((n,e,t={})=>(rd(e),!t.nocomment&&e.charAt(0)==="#"?!1:new Gn(e,t).match(n)),"minimatch"),UK=/^\*+([^+@!?\*\[\(]*)$/,VK=o(n=>e=>!e.startsWith(".")&&e.endsWith(n),"starDotExtTest"),qK=o(n=>e=>e.endsWith(n),"starDotExtTestDot"),WK=o(n=>(n=n.toLowerCase(),e=>!e.startsWith(".")&&e.toLowerCase().endsWith(n)),"starDotExtTestNocase"),GK=o(n=>(n=n.toLowerCase(),e=>e.toLowerCase().endsWith(n)),"starDotExtTestNocaseDot"),zK=/^\*+\.\*+$/,HK=o(n=>!n.startsWith(".")&&n.includes("."),"starDotStarTest"),QK=o(n=>n!=="."&&n!==".."&&n.includes("."),"starDotStarTestDot"),KK=/^\.\*+$/,YK=o(n=>n!=="."&&n!==".."&&n.startsWith("."),"dotStarTest"),XK=/^\*+$/,JK=o(n=>n.length!==0&&!n.startsWith("."),"starTest"),ZK=o(n=>n.length!==0&&n!=="."&&n!=="..","starTestDot"),eY=/^\?+([^+@!?\*\[\(]*)?$/,tY=o(([n,e=""])=>{let t=PF([n]);return e?(e=e.toLowerCase(),r=>t(r)&&r.toLowerCase().endsWith(e)):t},"qmarksTestNocase"),rY=o(([n,e=""])=>{let t=OF([n]);return e?(e=e.toLowerCase(),r=>t(r)&&r.toLowerCase().endsWith(e)):t},"qmarksTestNocaseDot"),nY=o(([n,e=""])=>{let t=OF([n]);return e?r=>t(r)&&r.endsWith(e):t},"qmarksTestDot"),iY=o(([n,e=""])=>{let t=PF([n]);return e?r=>t(r)&&r.endsWith(e):t},"qmarksTest"),PF=o(([n])=>{let e=n.length;return t=>t.length===e&&!t.startsWith(".")},"qmarksTestNoExt"),OF=o(([n])=>{let e=n.length;return t=>t.length===e&&t!=="."&&t!==".."},"qmarksTestNoExtDot"),FF=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",CF={win32:{sep:"\\"},posix:{sep:"/"}},sY=FF==="win32"?CF.win32.sep:CF.posix.sep;Ur.sep=sY;var Kt=Symbol("globstar **");Ur.GLOBSTAR=Kt;var aY="[^/]",oY=aY+"*?",cY="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",lY="(?:(?!(?:\\/|^)\\.).)*?",uY=o((n,e={})=>t=>Ur(t,n,e),"filter");Ur.filter=uY;var ci=o((n,e={})=>Object.assign({},n,e),"ext"),fY=o(n=>{if(!n||typeof n!="object"||!Object.keys(n).length)return Ur;let e=Ur;return Object.assign(o((r,i,s={})=>e(r,i,ci(n,s)),"m"),{Minimatch:class extends e.Minimatch{static{o(this,"Minimatch")}constructor(i,s={}){super(i,ci(n,s))}static defaults(i){return e.defaults(ci(n,i)).Minimatch}},AST:class extends e.AST{static{o(this,"AST")}constructor(i,s,a={}){super(i,s,ci(n,a))}static fromGlob(i,s={}){return e.AST.fromGlob(i,ci(n,s))}},unescape:o((r,i={})=>e.unescape(r,ci(n,i)),"unescape"),escape:o((r,i={})=>e.escape(r,ci(n,i)),"escape"),filter:o((r,i={})=>e.filter(r,ci(n,i)),"filter"),defaults:o(r=>e.defaults(ci(n,r)),"defaults"),makeRe:o((r,i={})=>e.makeRe(r,ci(n,i)),"makeRe"),braceExpand:o((r,i={})=>e.braceExpand(r,ci(n,i)),"braceExpand"),match:o((r,i,s={})=>e.match(r,i,ci(n,s)),"match"),sep:e.sep,GLOBSTAR:Kt})},"defaults");Ur.defaults=fY;var DF=o((n,e={})=>(rd(n),e.nobrace||!/\{(?:(?!\{).)*\}/.test(n)?[n]:(0,RF.default)(n)),"braceExpand");Ur.braceExpand=DF;var dY=o((n,e={})=>new Gn(n,e).makeRe(),"makeRe");Ur.makeRe=dY;var hY=o((n,e,t={})=>{let r=new Gn(e,t);return n=n.filter(i=>r.match(i)),r.options.nonull&&!n.length&&n.push(e),n},"match");Ur.match=hY;var IF=/[?*]|[+@!]\(.*?\)|\[|\]/,pY=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regExpEscape"),Gn=class{static{o(this,"Minimatch")}options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;maxGlobstarRecursion;regexp;constructor(e,t={}){rd(e),t=t||{},this.options=t,this.maxGlobstarRecursion=t.maxGlobstarRecursion??200,this.pattern=e,this.platform=t.platform||FF,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=t.windowsNoMagicRoot!==void 0?t.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let e of this.set)for(let t of e)if(typeof t!="string")return!0;return!1}debug(...e){}make(){let e=this.pattern,t=this.options;if(!t.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let r=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let i=this.globParts.map((s,a,c)=>{if(this.isWindows&&this.windowsNoMagicRoot){let l=s[0]===""&&s[1]===""&&(s[2]==="?"||!IF.test(s[2]))&&!IF.test(s[3]),u=/^[a-z]:/i.test(s[0]);if(l)return[...s.slice(0,4),...s.slice(4).map(f=>this.parse(f))];if(u)return[s[0],...s.slice(1).map(f=>this.parse(f))]}return s.map(l=>this.parse(l))});if(this.debug(this.pattern,i),this.set=i.filter(s=>s.indexOf(!1)===-1),this.isWindows)for(let s=0;s<this.set.length;s++){let a=this.set[s];a[0]===""&&a[1]===""&&this.globParts[s][2]==="?"&&typeof a[3]=="string"&&/^[a-z]:$/i.test(a[3])&&(a[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let r=0;r<e.length;r++)for(let i=0;i<e[r].length;i++)e[r][i]==="**"&&(e[r][i]="*");let{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):t>=1?e=this.levelOneOptimize(e):e=this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(t=>{let r=-1;for(;(r=t.indexOf("**",r+1))!==-1;){let i=r;for(;t[i+1]==="**";)i++;i!==r&&t.splice(r,i-r)}return t})}levelOneOptimize(e){return e.map(t=>(t=t.reduce((r,i)=>{let s=r[r.length-1];return i==="**"&&s==="**"?r:i===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(r.pop(),r):(r.push(i),r)},[]),t.length===0?[""]:t))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let i=1;i<e.length-1;i++){let s=e[i];i===1&&s===""&&e[0]===""||(s==="."||s==="")&&(t=!0,e.splice(i,1),i--)}e[0]==="."&&e.length===2&&(e[1]==="."||e[1]==="")&&(t=!0,e.pop())}let r=0;for(;(r=e.indexOf("..",r+1))!==-1;){let i=e[r-1];i&&i!=="."&&i!==".."&&i!=="**"&&(t=!0,e.splice(r-1,2),r-=2)}}while(t);return e.length===0?[""]:e}firstPhasePreProcess(e){let t=!1;do{t=!1;for(let r of e){let i=-1;for(;(i=r.indexOf("**",i+1))!==-1;){let a=i;for(;r[a+1]==="**";)a++;a>i&&r.splice(i+1,a-i);let c=r[i+1],l=r[i+2],u=r[i+3];if(c!==".."||!l||l==="."||l===".."||!u||u==="."||u==="..")continue;t=!0,r.splice(i,1);let f=r.slice(0);f[i]="**",e.push(f),i--}if(!this.preserveMultipleSlashes){for(let a=1;a<r.length-1;a++){let c=r[a];a===1&&c===""&&r[0]===""||(c==="."||c==="")&&(t=!0,r.splice(a,1),a--)}r[0]==="."&&r.length===2&&(r[1]==="."||r[1]==="")&&(t=!0,r.pop())}let s=0;for(;(s=r.indexOf("..",s+1))!==-1;){let a=r[s-1];if(a&&a!=="."&&a!==".."&&a!=="**"){t=!0;let l=s===1&&r[s+1]==="**"?["."]:[];r.splice(s-1,2,...l),r.length===0&&r.push(""),s-=2}}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let r=t+1;r<e.length;r++){let i=this.partsMatch(e[t],e[r],!this.preserveMultipleSlashes);if(i){e[t]=[],e[r]=i;break}}return e.filter(t=>t.length)}partsMatch(e,t,r=!1){let i=0,s=0,a=[],c="";for(;i<e.length&&s<t.length;)if(e[i]===t[s])a.push(c==="b"?t[s]:e[i]),i++,s++;else if(r&&e[i]==="**"&&t[s]===e[i+1])a.push(e[i]),i++;else if(r&&t[s]==="**"&&e[i]===t[s+1])a.push(t[s]),s++;else if(e[i]==="*"&&t[s]&&(this.options.dot||!t[s].startsWith("."))&&t[s]!=="**"){if(c==="b")return!1;c="a",a.push(e[i]),i++,s++}else if(t[s]==="*"&&e[i]&&(this.options.dot||!e[i].startsWith("."))&&e[i]!=="**"){if(c==="a")return!1;c="b",a.push(t[s]),i++,s++}else return!1;return e.length===t.length&&a}parseNegate(){if(this.nonegate)return;let e=this.pattern,t=!1,r=0;for(let i=0;i<e.length&&e.charAt(i)==="!";i++)t=!t,r++;r&&(this.pattern=e.slice(r)),this.negate=t}matchOne(e,t,r=!1){let i=0,s=0;if(this.isWindows){let c=typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0]),l=!c&&e[0]===""&&e[1]===""&&e[2]==="?"&&/^[a-z]:$/i.test(e[3]),u=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),f=!u&&t[0]===""&&t[1]===""&&t[2]==="?"&&typeof t[3]=="string"&&/^[a-z]:$/i.test(t[3]),d=l?3:c?0:void 0,h=f?3:u?0:void 0;if(typeof d=="number"&&typeof h=="number"){let[p,y]=[e[d],t[h]];p.toLowerCase()===y.toLowerCase()&&(t[h]=p,s=h,i=d)}}let{optimizationLevel:a=1}=this.options;return a>=2&&(e=this.levelTwoFileOptimize(e)),t.includes(Kt)?this.#e(e,t,r,i,s):this.#r(e,t,r,i,s)}#e(e,t,r,i,s){let a=t.indexOf(Kt,s),c=t.lastIndexOf(Kt),[l,u,f]=r?[t.slice(s,a),t.slice(a+1),[]]:[t.slice(s,a),t.slice(a+1,c),t.slice(c+1)];if(l.length){let A=e.slice(i,i+l.length);if(!this.#r(A,l,r,0,0))return!1;i+=l.length}let d=0;if(f.length){if(f.length+i>e.length)return!1;let A=e.length-f.length;if(this.#r(e,f,r,A,0))d=f.length;else{if(e[e.length-1]!==""||i+f.length===e.length||(A--,!this.#r(e,f,r,A,0)))return!1;d=f.length+1}}if(!u.length){let A=!!d;for(let R=i;R<e.length-d;R++){let k=String(e[R]);if(A=!0,k==="."||k===".."||!this.options.dot&&k.startsWith("."))return!1}return r||A}let h=[[[],0]],p=h[0],y=0,v=[0];for(let A of u)A===Kt?(v.push(y),p=[[],0],h.push(p)):(p[0].push(A),y++);let w=h.length-1,b=e.length-d;for(let A of h)A[1]=b-(v[w--]+A[0].length);return!!this.#n(e,h,i,0,r,0,!!d)}#n(e,t,r,i,s,a,c){let l=t[i];if(!l){for(let d=r;d<e.length;d++){c=!0;let h=e[d];if(h==="."||h===".."||!this.options.dot&&h.startsWith("."))return!1}return c}let[u,f]=l;for(;r<=f;){if(this.#r(e.slice(0,r+u.length),u,s,r,0)&&a<this.maxGlobstarRecursion){let p=this.#n(e,t,r+u.length,i+1,s,a+1,c);if(p!==!1)return p}let h=e[r];if(h==="."||h===".."||!this.options.dot&&h.startsWith("."))return!1;r++}return s||null}#r(e,t,r,i,s){let a,c,l,u;for(a=i,c=s,u=e.length,l=t.length;a<u&&c<l;a++,c++){this.debug("matchOne loop");let f=t[c],d=e[a];if(this.debug(t,f,d),f===!1||f===Kt)return!1;let h;if(typeof f=="string"?(h=d===f,this.debug("string match",f,d,h)):(h=f.test(d),this.debug("pattern match",f,d,h)),!h)return!1}if(a===u&&c===l)return!0;if(a===u)return r;if(c===l)return a===u-1&&e[a]==="";throw new Error("wtf?")}braceExpand(){return DF(this.pattern,this.options)}parse(e){rd(e);let t=this.options;if(e==="**")return Kt;if(e==="")return"";let r,i=null;(r=e.match(XK))?i=t.dot?ZK:JK:(r=e.match(UK))?i=(t.nocase?t.dot?GK:WK:t.dot?qK:VK)(r[1]):(r=e.match(eY))?i=(t.nocase?t.dot?rY:tY:t.dot?nY:iY)(r):(r=e.match(zK))?i=t.dot?QK:HK:(r=e.match(KK))&&(i=YK);let s=ic.fromGlob(e,this.options).toMMPattern();return i&&typeof s=="object"&&Reflect.defineProperty(s,"test",{value:i}),s}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let t=this.options,r=t.noglobstar?oY:t.dot?cY:lY,i=new Set(t.nocase?["i"]:[]),s=e.map(l=>{let u=l.map(f=>{if(f instanceof RegExp)for(let d of f.flags.split(""))i.add(d);return typeof f=="string"?pY(f):f===Kt?Kt:f._src});return u.forEach((f,d)=>{let h=u[d+1],p=u[d-1];f!==Kt||p===Kt||(p===void 0?h!==void 0&&h!==Kt?u[d+1]="(?:\\/|"+r+"\\/)?"+h:u[d]=r:h===void 0?u[d-1]=p+"(?:\\/|"+r+")?":h!==Kt&&(u[d-1]=p+"(?:\\/|\\/"+r+"\\/)"+h,u[d+1]=Kt))}),u.filter(f=>f!==Kt).join("/")}).join("|"),[a,c]=e.length>1?["(?:",")"]:["",""];s="^"+a+s+c+"$",this.negate&&(s="^(?!"+s+").+$");try{this.regexp=new RegExp(s,[...i].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&t)return!0;let r=this.options;this.isWindows&&(e=e.split("\\").join("/"));let i=this.slashSplit(e);this.debug(this.pattern,"split",i);let s=this.set;this.debug(this.pattern,"set",s);let a=i[i.length-1];if(!a)for(let c=i.length-2;!a&&c>=0;c--)a=i[c];for(let c=0;c<s.length;c++){let l=s[c],u=i;if(r.matchBase&&l.length===1&&(u=[a]),this.matchOne(u,l,t))return r.flipNegate?!0:!this.negate}return r.flipNegate?!1:this.negate}static defaults(e){return Ur.defaults(e).Minimatch}};Ur.AST=ic;Ur.Minimatch=Gn;Ur.escape=Xl;Ur.unescape=Gi;var nD=require("node:url");var Jl=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,LF=new Set,wE=typeof process=="object"&&process?process:{},kF=o((n,e,t,r)=>{typeof wE.emitWarning=="function"?wE.emitWarning(n,e,t,r):console.error(`[${t}] ${e}: ${n}`)},"emitWarning"),$g=globalThis.AbortController,NF=globalThis.AbortSignal;if(typeof $g>"u"){NF=class{static{o(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(r,i){this._onabort.push(i)}},$g=class{static{o(this,"AbortController")}constructor(){e()}signal=new NF;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let i of this.signal._onabort)i(r);this.signal.onabort?.(r)}}};let n=wE.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=o(()=>{n&&(n=!1,kF("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))},"warnACPolyfill")}var mY=o(n=>!LF.has(n),"shouldWarn");var ro=o(n=>n&&n===Math.floor(n)&&n>0&&isFinite(n),"isPosInt"),MF=o(n=>ro(n)?n<=Math.pow(2,8)?Uint8Array:n<=Math.pow(2,16)?Uint16Array:n<=Math.pow(2,32)?Uint32Array:n<=Number.MAX_SAFE_INTEGER?Zl:null:null,"getUintArray"),Zl=class extends Array{static{o(this,"ZeroArray")}constructor(e){super(e),this.fill(0)}},EE=class n{static{o(this,"Stack")}heap;length;static#e=!1;static create(e){let t=MF(e);if(!t)return[];n.#e=!0;let r=new n(e,t);return n.#e=!1,r}constructor(e,t){if(!n.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new t(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},id=class n{static{o(this,"LRUCache")}#e;#n;#r;#t;#c;#_;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#i;#u;#s;#l;#a;#p;#g;#d;#m;#y;#f;#E;#T;#S;#w;#v;#b;static unsafeExposeInternals(e){return{starts:e.#T,ttls:e.#S,sizes:e.#E,keyMap:e.#s,keyList:e.#l,valList:e.#a,next:e.#p,prev:e.#g,get head(){return e.#d},get tail(){return e.#m},free:e.#y,isBackgroundFetch:o(t=>e.#h(t),"isBackgroundFetch"),backgroundFetch:o((t,r,i,s)=>e.#j(t,r,i,s),"backgroundFetch"),moveToTail:o(t=>e.#B(t),"moveToTail"),indexes:o(t=>e.#I(t),"indexes"),rindexes:o(t=>e.#R(t),"rindexes"),isStale:o(t=>e.#A(t),"isStale")}}get max(){return this.#e}get maxSize(){return this.#n}get calculatedSize(){return this.#u}get size(){return this.#i}get fetchMethod(){return this.#c}get memoMethod(){return this.#_}get dispose(){return this.#r}get disposeAfter(){return this.#t}constructor(e){let{max:t=0,ttl:r,ttlResolution:i=1,ttlAutopurge:s,updateAgeOnGet:a,updateAgeOnHas:c,allowStale:l,dispose:u,disposeAfter:f,noDisposeOnSet:d,noUpdateTTL:h,maxSize:p=0,maxEntrySize:y=0,sizeCalculation:v,fetchMethod:w,memoMethod:b,noDeleteOnFetchRejection:A,noDeleteOnStaleGet:R,allowStaleOnFetchRejection:k,allowStaleOnFetchAbort:U,ignoreFetchAbort:te}=e;if(t!==0&&!ro(t))throw new TypeError("max option must be a nonnegative integer");let z=t?MF(t):Array;if(!z)throw new Error("invalid max value: "+t);if(this.#e=t,this.#n=p,this.maxEntrySize=y||this.#n,this.sizeCalculation=v,this.sizeCalculation){if(!this.#n&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(b!==void 0&&typeof b!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#_=b,w!==void 0&&typeof w!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#c=w,this.#v=!!w,this.#s=new Map,this.#l=new Array(t).fill(void 0),this.#a=new Array(t).fill(void 0),this.#p=new z(t),this.#g=new z(t),this.#d=0,this.#m=0,this.#y=EE.create(t),this.#i=0,this.#u=0,typeof u=="function"&&(this.#r=u),typeof f=="function"?(this.#t=f,this.#f=[]):(this.#t=void 0,this.#f=void 0),this.#w=!!this.#r,this.#b=!!this.#t,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!h,this.noDeleteOnFetchRejection=!!A,this.allowStaleOnFetchRejection=!!k,this.allowStaleOnFetchAbort=!!U,this.ignoreFetchAbort=!!te,this.maxEntrySize!==0){if(this.#n!==0&&!ro(this.#n))throw new TypeError("maxSize must be a positive integer if specified");if(!ro(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#P()}if(this.allowStale=!!l,this.noDeleteOnStaleGet=!!R,this.updateAgeOnGet=!!a,this.updateAgeOnHas=!!c,this.ttlResolution=ro(i)||i===0?i:1,this.ttlAutopurge=!!s,this.ttl=r||0,this.ttl){if(!ro(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#x()}if(this.#e===0&&this.ttl===0&&this.#n===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#n){let G="LRU_CACHE_UNBOUNDED";mY(G)&&(LF.add(G),kF("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",G,n))}}getRemainingTTL(e){return this.#s.has(e)?1/0:0}#x(){let e=new Zl(this.#e),t=new Zl(this.#e);this.#S=e,this.#T=t,this.#F=(s,a,c=Jl.now())=>{if(t[s]=a!==0?c:0,e[s]=a,a!==0&&this.ttlAutopurge){let l=setTimeout(()=>{this.#A(s)&&this.#O(this.#l[s],"expire")},a+1);l.unref&&l.unref()}},this.#C=s=>{t[s]=e[s]!==0?Jl.now():0},this.#o=(s,a)=>{if(e[a]){let c=e[a],l=t[a];if(!c||!l)return;s.ttl=c,s.start=l,s.now=r||i();let u=s.now-l;s.remainingTTL=c-u}};let r=0,i=o(()=>{let s=Jl.now();if(this.ttlResolution>0){r=s;let a=setTimeout(()=>r=0,this.ttlResolution);a.unref&&a.unref()}return s},"getNow");this.getRemainingTTL=s=>{let a=this.#s.get(s);if(a===void 0)return 0;let c=e[a],l=t[a];if(!c||!l)return 1/0;let u=(r||i())-l;return c-u},this.#A=s=>{let a=t[s],c=e[s];return!!c&&!!a&&(r||i())-a>c}}#C=o(()=>{},"#updateItemAge");#o=o(()=>{},"#statusTTL");#F=o(()=>{},"#setItemTTL");#A=o(()=>!1,"#isStale");#P(){let e=new Zl(this.#e);this.#u=0,this.#E=e,this.#D=t=>{this.#u-=e[t],e[t]=0},this.#L=(t,r,i,s)=>{if(this.#h(r))return 0;if(!ro(i))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(i=s(r,t),!ro(i))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return i},this.#N=(t,r,i)=>{if(e[t]=r,this.#n){let s=this.#n-e[t];for(;this.#u>s;)this.#M(!0)}this.#u+=e[t],i&&(i.entrySize=r,i.totalCalculatedSize=this.#u)}}#D=o(e=>{},"#removeItemSize");#N=o((e,t,r)=>{},"#addItemSize");#L=o((e,t,r,i)=>{if(r||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#I({allowStale:e=this.allowStale}={}){if(this.#i)for(let t=this.#m;!(!this.#k(t)||((e||!this.#A(t))&&(yield t),t===this.#d));)t=this.#g[t]}*#R({allowStale:e=this.allowStale}={}){if(this.#i)for(let t=this.#d;!(!this.#k(t)||((e||!this.#A(t))&&(yield t),t===this.#m));)t=this.#p[t]}#k(e){return e!==void 0&&this.#s.get(this.#l[e])===e}*entries(){for(let e of this.#I())this.#a[e]!==void 0&&this.#l[e]!==void 0&&!this.#h(this.#a[e])&&(yield[this.#l[e],this.#a[e]])}*rentries(){for(let e of this.#R())this.#a[e]!==void 0&&this.#l[e]!==void 0&&!this.#h(this.#a[e])&&(yield[this.#l[e],this.#a[e]])}*keys(){for(let e of this.#I()){let t=this.#l[e];t!==void 0&&!this.#h(this.#a[e])&&(yield t)}}*rkeys(){for(let e of this.#R()){let t=this.#l[e];t!==void 0&&!this.#h(this.#a[e])&&(yield t)}}*values(){for(let e of this.#I())this.#a[e]!==void 0&&!this.#h(this.#a[e])&&(yield this.#a[e])}*rvalues(){for(let e of this.#R())this.#a[e]!==void 0&&!this.#h(this.#a[e])&&(yield this.#a[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,t={}){for(let r of this.#I()){let i=this.#a[r],s=this.#h(i)?i.__staleWhileFetching:i;if(s!==void 0&&e(s,this.#l[r],this))return this.get(this.#l[r],t)}}forEach(e,t=this){for(let r of this.#I()){let i=this.#a[r],s=this.#h(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(t,s,this.#l[r],this)}}rforEach(e,t=this){for(let r of this.#R()){let i=this.#a[r],s=this.#h(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(t,s,this.#l[r],this)}}purgeStale(){let e=!1;for(let t of this.#R({allowStale:!0}))this.#A(t)&&(this.#O(this.#l[t],"expire"),e=!0);return e}info(e){let t=this.#s.get(e);if(t===void 0)return;let r=this.#a[t],i=this.#h(r)?r.__staleWhileFetching:r;if(i===void 0)return;let s={value:i};if(this.#S&&this.#T){let a=this.#S[t],c=this.#T[t];if(a&&c){let l=a-(Jl.now()-c);s.ttl=l,s.start=Date.now()}}return this.#E&&(s.size=this.#E[t]),s}dump(){let e=[];for(let t of this.#I({allowStale:!0})){let r=this.#l[t],i=this.#a[t],s=this.#h(i)?i.__staleWhileFetching:i;if(s===void 0||r===void 0)continue;let a={value:s};if(this.#S&&this.#T){a.ttl=this.#S[t];let c=Jl.now()-this.#T[t];a.start=Math.floor(Date.now()-c)}this.#E&&(a.size=this.#E[t]),e.unshift([r,a])}return e}load(e){this.clear();for(let[t,r]of e){if(r.start){let i=Date.now()-r.start;r.start=Jl.now()-i}this.set(t,r.value,r)}}set(e,t,r={}){if(t===void 0)return this.delete(e),this;let{ttl:i=this.ttl,start:s,noDisposeOnSet:a=this.noDisposeOnSet,sizeCalculation:c=this.sizeCalculation,status:l}=r,{noUpdateTTL:u=this.noUpdateTTL}=r,f=this.#L(e,t,r.size||0,c);if(this.maxEntrySize&&f>this.maxEntrySize)return l&&(l.set="miss",l.maxEntrySizeExceeded=!0),this.#O(e,"set"),this;let d=this.#i===0?void 0:this.#s.get(e);if(d===void 0)d=this.#i===0?this.#m:this.#y.length!==0?this.#y.pop():this.#i===this.#e?this.#M(!1):this.#i,this.#l[d]=e,this.#a[d]=t,this.#s.set(e,d),this.#p[this.#m]=d,this.#g[d]=this.#m,this.#m=d,this.#i++,this.#N(d,f,l),l&&(l.set="add"),u=!1;else{this.#B(d);let h=this.#a[d];if(t!==h){if(this.#v&&this.#h(h)){h.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:p}=h;p!==void 0&&!a&&(this.#w&&this.#r?.(p,e,"set"),this.#b&&this.#f?.push([p,e,"set"]))}else a||(this.#w&&this.#r?.(h,e,"set"),this.#b&&this.#f?.push([h,e,"set"]));if(this.#D(d),this.#N(d,f,l),this.#a[d]=t,l){l.set="replace";let p=h&&this.#h(h)?h.__staleWhileFetching:h;p!==void 0&&(l.oldValue=p)}}else l&&(l.set="update")}if(i!==0&&!this.#S&&this.#x(),this.#S&&(u||this.#F(d,i,s),l&&this.#o(l,d)),!a&&this.#b&&this.#f){let h=this.#f,p;for(;p=h?.shift();)this.#t?.(...p)}return this}pop(){try{for(;this.#i;){let e=this.#a[this.#d];if(this.#M(!0),this.#h(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#b&&this.#f){let e=this.#f,t;for(;t=e?.shift();)this.#t?.(...t)}}}#M(e){let t=this.#d,r=this.#l[t],i=this.#a[t];return this.#v&&this.#h(i)?i.__abortController.abort(new Error("evicted")):(this.#w||this.#b)&&(this.#w&&this.#r?.(i,r,"evict"),this.#b&&this.#f?.push([i,r,"evict"])),this.#D(t),e&&(this.#l[t]=void 0,this.#a[t]=void 0,this.#y.push(t)),this.#i===1?(this.#d=this.#m=0,this.#y.length=0):this.#d=this.#p[t],this.#s.delete(r),this.#i--,t}has(e,t={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:i}=t,s=this.#s.get(e);if(s!==void 0){let a=this.#a[s];if(this.#h(a)&&a.__staleWhileFetching===void 0)return!1;if(this.#A(s))i&&(i.has="stale",this.#o(i,s));else return r&&this.#C(s),i&&(i.has="hit",this.#o(i,s)),!0}else i&&(i.has="miss");return!1}peek(e,t={}){let{allowStale:r=this.allowStale}=t,i=this.#s.get(e);if(i===void 0||!r&&this.#A(i))return;let s=this.#a[i];return this.#h(s)?s.__staleWhileFetching:s}#j(e,t,r,i){let s=t===void 0?void 0:this.#a[t];if(this.#h(s))return s;let a=new $g,{signal:c}=r;c?.addEventListener("abort",()=>a.abort(c.reason),{signal:a.signal});let l={signal:a.signal,options:r,context:i},u=o((v,w=!1)=>{let{aborted:b}=a.signal,A=r.ignoreFetchAbort&&v!==void 0;if(r.status&&(b&&!w?(r.status.fetchAborted=!0,r.status.fetchError=a.signal.reason,A&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),b&&!A&&!w)return d(a.signal.reason);let R=p;return this.#a[t]===p&&(v===void 0?R.__staleWhileFetching?this.#a[t]=R.__staleWhileFetching:this.#O(e,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.set(e,v,l.options))),v},"cb"),f=o(v=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=v),d(v)),"eb"),d=o(v=>{let{aborted:w}=a.signal,b=w&&r.allowStaleOnFetchAbort,A=b||r.allowStaleOnFetchRejection,R=A||r.noDeleteOnFetchRejection,k=p;if(this.#a[t]===p&&(!R||k.__staleWhileFetching===void 0?this.#O(e,"fetch"):b||(this.#a[t]=k.__staleWhileFetching)),A)return r.status&&k.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),k.__staleWhileFetching;if(k.__returned===k)throw v},"fetchFail"),h=o((v,w)=>{let b=this.#c?.(e,s,l);b&&b instanceof Promise&&b.then(A=>v(A===void 0?void 0:A),w),a.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(v(void 0),r.allowStaleOnFetchAbort&&(v=o(A=>u(A,!0),"res")))})},"pcall");r.status&&(r.status.fetchDispatched=!0);let p=new Promise(h).then(u,f),y=Object.assign(p,{__abortController:a,__staleWhileFetching:s,__returned:void 0});return t===void 0?(this.set(e,y,{...l.options,status:void 0}),t=this.#s.get(e)):this.#a[t]=y,y}#h(e){if(!this.#v)return!1;let t=e;return!!t&&t instanceof Promise&&t.hasOwnProperty("__staleWhileFetching")&&t.__abortController instanceof $g}async fetch(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:a=this.ttl,noDisposeOnSet:c=this.noDisposeOnSet,size:l=0,sizeCalculation:u=this.sizeCalculation,noUpdateTTL:f=this.noUpdateTTL,noDeleteOnFetchRejection:d=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:h=this.allowStaleOnFetchRejection,ignoreFetchAbort:p=this.ignoreFetchAbort,allowStaleOnFetchAbort:y=this.allowStaleOnFetchAbort,context:v,forceRefresh:w=!1,status:b,signal:A}=t;if(!this.#v)return b&&(b.fetch="get"),this.get(e,{allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,status:b});let R={allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,ttl:a,noDisposeOnSet:c,size:l,sizeCalculation:u,noUpdateTTL:f,noDeleteOnFetchRejection:d,allowStaleOnFetchRejection:h,allowStaleOnFetchAbort:y,ignoreFetchAbort:p,status:b,signal:A},k=this.#s.get(e);if(k===void 0){b&&(b.fetch="miss");let U=this.#j(e,k,R,v);return U.__returned=U}else{let U=this.#a[k];if(this.#h(U)){let $=r&&U.__staleWhileFetching!==void 0;return b&&(b.fetch="inflight",$&&(b.returnedStale=!0)),$?U.__staleWhileFetching:U.__returned=U}let te=this.#A(k);if(!w&&!te)return b&&(b.fetch="hit"),this.#B(k),i&&this.#C(k),b&&this.#o(b,k),U;let z=this.#j(e,k,R,v),F=z.__staleWhileFetching!==void 0&&r;return b&&(b.fetch=te?"stale":"refresh",F&&te&&(b.returnedStale=!0)),F?z.__staleWhileFetching:z.__returned=z}}async forceFetch(e,t={}){let r=await this.fetch(e,t);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(e,t={}){let r=this.#_;if(!r)throw new Error("no memoMethod provided to constructor");let{context:i,forceRefresh:s,...a}=t,c=this.get(e,a);if(!s&&c!==void 0)return c;let l=r(e,c,{options:a,context:i});return this.set(e,l,a),l}get(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:a}=t,c=this.#s.get(e);if(c!==void 0){let l=this.#a[c],u=this.#h(l);return a&&this.#o(a,c),this.#A(c)?(a&&(a.get="stale"),u?(a&&r&&l.__staleWhileFetching!==void 0&&(a.returnedStale=!0),r?l.__staleWhileFetching:void 0):(s||this.#O(e,"expire"),a&&r&&(a.returnedStale=!0),r?l:void 0)):(a&&(a.get="hit"),u?l.__staleWhileFetching:(this.#B(c),i&&this.#C(c),l))}else a&&(a.get="miss")}#$(e,t){this.#g[t]=e,this.#p[e]=t}#B(e){e!==this.#m&&(e===this.#d?this.#d=this.#p[e]:this.#$(this.#g[e],this.#p[e]),this.#$(this.#m,e),this.#m=e)}delete(e){return this.#O(e,"delete")}#O(e,t){let r=!1;if(this.#i!==0){let i=this.#s.get(e);if(i!==void 0)if(r=!0,this.#i===1)this.#U(t);else{this.#D(i);let s=this.#a[i];if(this.#h(s)?s.__abortController.abort(new Error("deleted")):(this.#w||this.#b)&&(this.#w&&this.#r?.(s,e,t),this.#b&&this.#f?.push([s,e,t])),this.#s.delete(e),this.#l[i]=void 0,this.#a[i]=void 0,i===this.#m)this.#m=this.#g[i];else if(i===this.#d)this.#d=this.#p[i];else{let a=this.#g[i];this.#p[a]=this.#p[i];let c=this.#p[i];this.#g[c]=this.#g[i]}this.#i--,this.#y.push(i)}}if(this.#b&&this.#f?.length){let i=this.#f,s;for(;s=i?.shift();)this.#t?.(...s)}return r}clear(){return this.#U("delete")}#U(e){for(let t of this.#R({allowStale:!0})){let r=this.#a[t];if(this.#h(r))r.__abortController.abort(new Error("deleted"));else{let i=this.#l[t];this.#w&&this.#r?.(r,i,e),this.#b&&this.#f?.push([r,i,e])}}if(this.#s.clear(),this.#a.fill(void 0),this.#l.fill(void 0),this.#S&&this.#T&&(this.#S.fill(0),this.#T.fill(0)),this.#E&&this.#E.fill(0),this.#d=0,this.#m=0,this.#y.length=0,this.#u=0,this.#i=0,this.#b&&this.#f){let t=this.#f,r;for(;r=t?.shift();)this.#t?.(...r)}}};var ru=require("node:path"),HF=require("node:url"),Os=require("fs"),AY=K(require("node:fs"),1),so=require("node:fs/promises");var zg=require("node:events"),PE=K(require("node:stream"),1),VF=require("node:string_decoder");var jF=typeof process=="object"&&process?process:{stdout:null,stderr:null},gY=o(n=>!!n&&typeof n=="object"&&(n instanceof io||n instanceof PE.default||yY(n)||_Y(n)),"isStream"),yY=o(n=>!!n&&typeof n=="object"&&n instanceof zg.EventEmitter&&typeof n.pipe=="function"&&n.pipe!==PE.default.Writable.prototype.pipe,"isReadable"),_Y=o(n=>!!n&&typeof n=="object"&&n instanceof zg.EventEmitter&&typeof n.write=="function"&&typeof n.end=="function","isWritable"),ga=Symbol("EOF"),ya=Symbol("maybeEmitEnd"),no=Symbol("emittedEnd"),Bg=Symbol("emittingEnd"),sd=Symbol("emittedError"),Ug=Symbol("closed"),$F=Symbol("read"),Vg=Symbol("flush"),BF=Symbol("flushChunk"),zi=Symbol("encoding"),eu=Symbol("decoder"),xr=Symbol("flowing"),ad=Symbol("paused"),tu=Symbol("resume"),Cr=Symbol("buffer"),vn=Symbol("pipes"),Ir=Symbol("bufferLength"),TE=Symbol("bufferPush"),qg=Symbol("bufferShift"),tn=Symbol("objectMode"),Yt=Symbol("destroyed"),AE=Symbol("error"),xE=Symbol("emitData"),UF=Symbol("emitEnd"),CE=Symbol("emitEnd2"),Rs=Symbol("async"),IE=Symbol("abort"),Wg=Symbol("aborted"),od=Symbol("signal"),sc=Symbol("dataListeners"),zn=Symbol("discarded"),cd=o(n=>Promise.resolve().then(n),"defer"),SY=o(n=>n(),"nodefer"),vY=o(n=>n==="end"||n==="finish"||n==="prefinish","isEndish"),bY=o(n=>n instanceof ArrayBuffer||!!n&&typeof n=="object"&&n.constructor&&n.constructor.name==="ArrayBuffer"&&n.byteLength>=0,"isArrayBufferLike"),wY=o(n=>!Buffer.isBuffer(n)&&ArrayBuffer.isView(n),"isArrayBufferView"),Gg=class{static{o(this,"Pipe")}src;dest;opts;ondrain;constructor(e,t,r){this.src=e,this.dest=t,this.opts=r,this.ondrain=()=>e[tu](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},RE=class extends Gg{static{o(this,"PipeProxyErrors")}unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,t,r){super(e,t,r),this.proxyErrors=i=>t.emit("error",i),e.on("error",this.proxyErrors)}},EY=o(n=>!!n.objectMode,"isObjectModeOptions"),TY=o(n=>!n.objectMode&&!!n.encoding&&n.encoding!=="buffer","isEncodingOptions"),io=class extends zg.EventEmitter{static{o(this,"Minipass")}[xr]=!1;[ad]=!1;[vn]=[];[Cr]=[];[tn];[zi];[Rs];[eu];[ga]=!1;[no]=!1;[Bg]=!1;[Ug]=!1;[sd]=null;[Ir]=0;[Yt]=!1;[od];[Wg]=!1;[sc]=0;[zn]=!1;writable=!0;readable=!0;constructor(...e){let t=e[0]||{};if(super(),t.objectMode&&typeof t.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");EY(t)?(this[tn]=!0,this[zi]=null):TY(t)?(this[zi]=t.encoding,this[tn]=!1):(this[tn]=!1,this[zi]=null),this[Rs]=!!t.async,this[eu]=this[zi]?new VF.StringDecoder(this[zi]):null,t&&t.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:o(()=>this[Cr],"get")}),t&&t.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:o(()=>this[vn],"get")});let{signal:r}=t;r&&(this[od]=r,r.aborted?this[IE]():r.addEventListener("abort",()=>this[IE]()))}get bufferLength(){return this[Ir]}get encoding(){return this[zi]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[tn]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Rs]}set async(e){this[Rs]=this[Rs]||!!e}[IE](){this[Wg]=!0,this.emit("abort",this[od]?.reason),this.destroy(this[od]?.reason)}get aborted(){return this[Wg]}set aborted(e){}write(e,t,r){if(this[Wg])return!1;if(this[ga])throw new Error("write after end");if(this[Yt])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof t=="function"&&(r=t,t="utf8"),t||(t="utf8");let i=this[Rs]?cd:SY;if(!this[tn]&&!Buffer.isBuffer(e)){if(wY(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(bY(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[tn]?(this[xr]&&this[Ir]!==0&&this[Vg](!0),this[xr]?this.emit("data",e):this[TE](e),this[Ir]!==0&&this.emit("readable"),r&&i(r),this[xr]):e.length?(typeof e=="string"&&!(t===this[zi]&&!this[eu]?.lastNeed)&&(e=Buffer.from(e,t)),Buffer.isBuffer(e)&&this[zi]&&(e=this[eu].write(e)),this[xr]&&this[Ir]!==0&&this[Vg](!0),this[xr]?this.emit("data",e):this[TE](e),this[Ir]!==0&&this.emit("readable"),r&&i(r),this[xr]):(this[Ir]!==0&&this.emit("readable"),r&&i(r),this[xr])}read(e){if(this[Yt])return null;if(this[zn]=!1,this[Ir]===0||e===0||e&&e>this[Ir])return this[ya](),null;this[tn]&&(e=null),this[Cr].length>1&&!this[tn]&&(this[Cr]=[this[zi]?this[Cr].join(""):Buffer.concat(this[Cr],this[Ir])]);let t=this[$F](e||null,this[Cr][0]);return this[ya](),t}[$F](e,t){if(this[tn])this[qg]();else{let r=t;e===r.length||e===null?this[qg]():typeof r=="string"?(this[Cr][0]=r.slice(e),t=r.slice(0,e),this[Ir]-=e):(this[Cr][0]=r.subarray(e),t=r.subarray(0,e),this[Ir]-=e)}return this.emit("data",t),!this[Cr].length&&!this[ga]&&this.emit("drain"),t}end(e,t,r){return typeof e=="function"&&(r=e,e=void 0),typeof t=="function"&&(r=t,t="utf8"),e!==void 0&&this.write(e,t),r&&this.once("end",r),this[ga]=!0,this.writable=!1,(this[xr]||!this[ad])&&this[ya](),this}[tu](){this[Yt]||(!this[sc]&&!this[vn].length&&(this[zn]=!0),this[ad]=!1,this[xr]=!0,this.emit("resume"),this[Cr].length?this[Vg]():this[ga]?this[ya]():this.emit("drain"))}resume(){return this[tu]()}pause(){this[xr]=!1,this[ad]=!0,this[zn]=!1}get destroyed(){return this[Yt]}get flowing(){return this[xr]}get paused(){return this[ad]}[TE](e){this[tn]?this[Ir]+=1:this[Ir]+=e.length,this[Cr].push(e)}[qg](){return this[tn]?this[Ir]-=1:this[Ir]-=this[Cr][0].length,this[Cr].shift()}[Vg](e=!1){do;while(this[BF](this[qg]())&&this[Cr].length);!e&&!this[Cr].length&&!this[ga]&&this.emit("drain")}[BF](e){return this.emit("data",e),this[xr]}pipe(e,t){if(this[Yt])return e;this[zn]=!1;let r=this[no];return t=t||{},e===jF.stdout||e===jF.stderr?t.end=!1:t.end=t.end!==!1,t.proxyErrors=!!t.proxyErrors,r?t.end&&e.end():(this[vn].push(t.proxyErrors?new RE(this,e,t):new Gg(this,e,t)),this[Rs]?cd(()=>this[tu]()):this[tu]()),e}unpipe(e){let t=this[vn].find(r=>r.dest===e);t&&(this[vn].length===1?(this[xr]&&this[sc]===0&&(this[xr]=!1),this[vn]=[]):this[vn].splice(this[vn].indexOf(t),1),t.unpipe())}addListener(e,t){return this.on(e,t)}on(e,t){let r=super.on(e,t);if(e==="data")this[zn]=!1,this[sc]++,!this[vn].length&&!this[xr]&&this[tu]();else if(e==="readable"&&this[Ir]!==0)super.emit("readable");else if(vY(e)&&this[no])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[sd]){let i=t;this[Rs]?cd(()=>i.call(this,this[sd])):i.call(this,this[sd])}return r}removeListener(e,t){return this.off(e,t)}off(e,t){let r=super.off(e,t);return e==="data"&&(this[sc]=this.listeners("data").length,this[sc]===0&&!this[zn]&&!this[vn].length&&(this[xr]=!1)),r}removeAllListeners(e){let t=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[sc]=0,!this[zn]&&!this[vn].length&&(this[xr]=!1)),t}get emittedEnd(){return this[no]}[ya](){!this[Bg]&&!this[no]&&!this[Yt]&&this[Cr].length===0&&this[ga]&&(this[Bg]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Ug]&&this.emit("close"),this[Bg]=!1)}emit(e,...t){let r=t[0];if(e!=="error"&&e!=="close"&&e!==Yt&&this[Yt])return!1;if(e==="data")return!this[tn]&&!r?!1:this[Rs]?(cd(()=>this[xE](r)),!0):this[xE](r);if(e==="end")return this[UF]();if(e==="close"){if(this[Ug]=!0,!this[no]&&!this[Yt])return!1;let s=super.emit("close");return this.removeAllListeners("close"),s}else if(e==="error"){this[sd]=r,super.emit(AE,r);let s=!this[od]||this.listeners("error").length?super.emit("error",r):!1;return this[ya](),s}else if(e==="resume"){let s=super.emit("resume");return this[ya](),s}else if(e==="finish"||e==="prefinish"){let s=super.emit(e);return this.removeAllListeners(e),s}let i=super.emit(e,...t);return this[ya](),i}[xE](e){for(let r of this[vn])r.dest.write(e)===!1&&this.pause();let t=this[zn]?!1:super.emit("data",e);return this[ya](),t}[UF](){return this[no]?!1:(this[no]=!0,this.readable=!1,this[Rs]?(cd(()=>this[CE]()),!0):this[CE]())}[CE](){if(this[eu]){let t=this[eu].end();if(t){for(let r of this[vn])r.dest.write(t);this[zn]||super.emit("data",t)}}for(let t of this[vn])t.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[tn]||(e.dataLength=0);let t=this.promise();return this.on("data",r=>{e.push(r),this[tn]||(e.dataLength+=r.length)}),await t,e}async concat(){if(this[tn])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[zi]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,t)=>{this.on(Yt,()=>t(new Error("stream destroyed"))),this.on("error",r=>t(r)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[zn]=!1;let e=!1,t=o(async()=>(this.pause(),e=!0,{value:void 0,done:!0}),"stop");return{next:o(()=>{if(e)return t();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[ga])return t();let s,a,c=o(d=>{this.off("data",l),this.off("end",u),this.off(Yt,f),t(),a(d)},"onerr"),l=o(d=>{this.off("error",c),this.off("end",u),this.off(Yt,f),this.pause(),s({value:d,done:!!this[ga]})},"ondata"),u=o(()=>{this.off("error",c),this.off("data",l),this.off(Yt,f),t(),s({done:!0,value:void 0})},"onend"),f=o(()=>c(new Error("stream destroyed")),"ondestroy");return new Promise((d,h)=>{a=h,s=d,this.once(Yt,f),this.once("error",c),this.once("end",u),this.once("data",l)})},"next"),throw:t,return:t,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[zn]=!1;let e=!1,t=o(()=>(this.pause(),this.off(AE,t),this.off(Yt,t),this.off("end",t),e=!0,{done:!0,value:void 0}),"stop"),r=o(()=>{if(e)return t();let i=this.read();return i===null?t():{done:!1,value:i}},"next");return this.once("end",t),this.once(AE,t),this.once(Yt,t),{next:r,throw:t,return:t,[Symbol.iterator](){return this}}}destroy(e){if(this[Yt])return e?this.emit("error",e):this.emit(Yt),this;this[Yt]=!0,this[zn]=!0,this[Cr].length=0,this[Ir]=0;let t=this;return typeof t.close=="function"&&!this[Ug]&&t.close(),e?this.emit("error",e):this.emit(Yt),this}static get isStream(){return gY}};var xY=Os.realpathSync.native,ud={lstatSync:Os.lstatSync,readdir:Os.readdir,readdirSync:Os.readdirSync,readlinkSync:Os.readlinkSync,realpathSync:xY,promises:{lstat:so.lstat,readdir:so.readdir,readlink:so.readlink,realpath:so.realpath}},QF=o(n=>!n||n===ud||n===AY?ud:{...ud,...n,promises:{...ud.promises,...n.promises||{}}},"fsFromOption"),KF=/^\\\\\?\\([a-z]:)\\?$/i,CY=o(n=>n.replace(/\//g,"\\").replace(KF,"$1\\"),"uncToDrive"),IY=/[\\\/]/,ui=0,YF=1,XF=2,Ps=4,JF=6,ZF=8,ac=10,eD=12,li=15,ld=~li,OE=16,qF=32,fd=64,Hi=128,Hg=256,Kg=512,WF=fd|Hi|Kg,RY=1023,FE=o(n=>n.isFile()?ZF:n.isDirectory()?Ps:n.isSymbolicLink()?ac:n.isCharacterDevice()?XF:n.isBlockDevice()?JF:n.isSocket()?eD:n.isFIFO()?YF:ui,"entToType"),GF=new Map,dd=o(n=>{let e=GF.get(n);if(e)return e;let t=n.normalize("NFKD");return GF.set(n,t),t},"normalize"),zF=new Map,Qg=o(n=>{let e=zF.get(n);if(e)return e;let t=dd(n.toLowerCase());return zF.set(n,t),t},"normalizeNocase"),Yg=class extends id{static{o(this,"ResolveCache")}constructor(){super({max:256})}},DE=class extends id{static{o(this,"ChildrenCache")}constructor(e=16*1024){super({maxSize:e,sizeCalculation:o(t=>t.length+1,"sizeCalculation")})}},tD=Symbol("PathScurry setAsCwd"),rn=class{static{o(this,"PathBase")}name;root;roots;parent;nocase;isCWD=!1;#e;#n;get dev(){return this.#n}#r;get mode(){return this.#r}#t;get nlink(){return this.#t}#c;get uid(){return this.#c}#_;get gid(){return this.#_}#i;get rdev(){return this.#i}#u;get blksize(){return this.#u}#s;get ino(){return this.#s}#l;get size(){return this.#l}#a;get blocks(){return this.#a}#p;get atimeMs(){return this.#p}#g;get mtimeMs(){return this.#g}#d;get ctimeMs(){return this.#d}#m;get birthtimeMs(){return this.#m}#y;get atime(){return this.#y}#f;get mtime(){return this.#f}#E;get ctime(){return this.#E}#T;get birthtime(){return this.#T}#S;#w;#v;#b;#x;#C;#o;#F;#A;#P;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,t=ui,r,i,s,a,c){this.name=e,this.#S=s?Qg(e):dd(e),this.#o=t&RY,this.nocase=s,this.roots=i,this.root=r||this,this.#F=a,this.#v=c.fullpath,this.#x=c.relative,this.#C=c.relativePosix,this.parent=c.parent,this.parent?this.#e=this.parent.#e:this.#e=QF(c.fs)}depth(){return this.#w!==void 0?this.#w:this.parent?this.#w=this.parent.depth()+1:this.#w=0}childrenCache(){return this.#F}resolve(e){if(!e)return this;let t=this.getRootString(e),i=e.substring(t.length).split(this.splitSep);return t?this.getRoot(t).#D(i):this.#D(i)}#D(e){let t=this;for(let r of e)t=t.child(r);return t}children(){let e=this.#F.get(this);if(e)return e;let t=Object.assign([],{provisional:0});return this.#F.set(this,t),this.#o&=~OE,t}child(e,t){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let r=this.children(),i=this.nocase?Qg(e):dd(e);for(let l of r)if(l.#S===i)return l;let s=this.parent?this.sep:"",a=this.#v?this.#v+s+e:void 0,c=this.newChild(e,ui,{...t,parent:this,fullpath:a});return this.canReaddir()||(c.#o|=Hi),r.push(c),c}relative(){if(this.isCWD)return"";if(this.#x!==void 0)return this.#x;let e=this.name,t=this.parent;if(!t)return this.#x=this.name;let r=t.relative();return r+(!r||!t.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#C!==void 0)return this.#C;let e=this.name,t=this.parent;if(!t)return this.#C=this.fullpathPosix();let r=t.relativePosix();return r+(!r||!t.parent?"":"/")+e}fullpath(){if(this.#v!==void 0)return this.#v;let e=this.name,t=this.parent;if(!t)return this.#v=this.name;let i=t.fullpath()+(t.parent?this.sep:"")+e;return this.#v=i}fullpathPosix(){if(this.#b!==void 0)return this.#b;if(this.sep==="/")return this.#b=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#b=`//?/${i}`:this.#b=i}let e=this.parent,t=e.fullpathPosix(),r=t+(!t||!e.parent?"":"/")+this.name;return this.#b=r}isUnknown(){return(this.#o&li)===ui}isType(e){return this[`is${e}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#o&li)===ZF}isDirectory(){return(this.#o&li)===Ps}isCharacterDevice(){return(this.#o&li)===XF}isBlockDevice(){return(this.#o&li)===JF}isFIFO(){return(this.#o&li)===YF}isSocket(){return(this.#o&li)===eD}isSymbolicLink(){return(this.#o&ac)===ac}lstatCached(){return this.#o&qF?this:void 0}readlinkCached(){return this.#A}realpathCached(){return this.#P}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#A)return!0;if(!this.parent)return!1;let e=this.#o&li;return!(e!==ui&&e!==ac||this.#o&Hg||this.#o&Hi)}calledReaddir(){return!!(this.#o&OE)}isENOENT(){return!!(this.#o&Hi)}isNamed(e){return this.nocase?this.#S===Qg(e):this.#S===dd(e)}async readlink(){let e=this.#A;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=await this.#e.promises.readlink(this.fullpath()),r=(await this.parent.realpath())?.resolve(t);if(r)return this.#A=r}catch(t){this.#h(t.code);return}}readlinkSync(){let e=this.#A;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=this.#e.readlinkSync(this.fullpath()),r=this.parent.realpathSync()?.resolve(t);if(r)return this.#A=r}catch(t){this.#h(t.code);return}}#N(e){this.#o|=OE;for(let t=e.provisional;t<e.length;t++){let r=e[t];r&&r.#L()}}#L(){this.#o&Hi||(this.#o=(this.#o|Hi)&ld,this.#I())}#I(){let e=this.children();e.provisional=0;for(let t of e)t.#L()}#R(){this.#o|=Kg,this.#k()}#k(){if(this.#o&fd)return;let e=this.#o;(e&li)===Ps&&(e&=ld),this.#o=e|fd,this.#I()}#M(e=""){e==="ENOTDIR"||e==="EPERM"?this.#k():e==="ENOENT"?this.#L():this.children().provisional=0}#j(e=""){e==="ENOTDIR"?this.parent.#k():e==="ENOENT"&&this.#L()}#h(e=""){let t=this.#o;t|=Hg,e==="ENOENT"&&(t|=Hi),(e==="EINVAL"||e==="UNKNOWN")&&(t&=ld),this.#o=t,e==="ENOTDIR"&&this.parent&&this.parent.#k()}#$(e,t){return this.#O(e,t)||this.#B(e,t)}#B(e,t){let r=FE(e),i=this.newChild(e.name,r,{parent:this}),s=i.#o&li;return s!==Ps&&s!==ac&&s!==ui&&(i.#o|=fd),t.unshift(i),t.provisional++,i}#O(e,t){for(let r=t.provisional;r<t.length;r++){let i=t[r];if((this.nocase?Qg(e.name):dd(e.name))===i.#S)return this.#U(e,i,r,t)}}#U(e,t,r,i){let s=t.name;return t.#o=t.#o&ld|FE(e),s!==e.name&&(t.name=e.name),r!==i.provisional&&(r===i.length-1?i.pop():i.splice(r,1),i.unshift(t)),i.provisional++,t}async lstat(){if((this.#o&Hi)===0)try{return this.#G(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#j(e.code)}}lstatSync(){if((this.#o&Hi)===0)try{return this.#G(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#j(e.code)}}#G(e){let{atime:t,atimeMs:r,birthtime:i,birthtimeMs:s,blksize:a,blocks:c,ctime:l,ctimeMs:u,dev:f,gid:d,ino:h,mode:p,mtime:y,mtimeMs:v,nlink:w,rdev:b,size:A,uid:R}=e;this.#y=t,this.#p=r,this.#T=i,this.#m=s,this.#u=a,this.#a=c,this.#E=l,this.#d=u,this.#n=f,this.#_=d,this.#s=h,this.#r=p,this.#f=y,this.#g=v,this.#t=w,this.#i=b,this.#l=A,this.#c=R;let k=FE(e);this.#o=this.#o&ld|k|qF,k!==ui&&k!==Ps&&k!==ac&&(this.#o|=fd)}#q=[];#W=!1;#z(e){this.#W=!1;let t=this.#q.slice();this.#q.length=0,t.forEach(r=>r(null,e))}readdirCB(e,t=!1){if(!this.canReaddir()){t?e(null,[]):queueMicrotask(()=>e(null,[]));return}let r=this.children();if(this.calledReaddir()){let s=r.slice(0,r.provisional);t?e(null,s):queueMicrotask(()=>e(null,s));return}if(this.#q.push(e),this.#W)return;this.#W=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(s,a)=>{if(s)this.#M(s.code),r.provisional=0;else{for(let c of a)this.#$(c,r);this.#N(r)}this.#z(r.slice(0,r.provisional))})}#V;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();if(this.#V)await this.#V;else{let r=o(()=>{},"resolve");this.#V=new Promise(i=>r=i);try{for(let i of await this.#e.promises.readdir(t,{withFileTypes:!0}))this.#$(i,e);this.#N(e)}catch(i){this.#M(i.code),e.provisional=0}this.#V=void 0,r()}return e.slice(0,e.provisional)}readdirSync(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();try{for(let r of this.#e.readdirSync(t,{withFileTypes:!0}))this.#$(r,e);this.#N(e)}catch(r){this.#M(r.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#o&WF)return!1;let e=li&this.#o;return e===ui||e===Ps||e===ac}shouldWalk(e,t){return(this.#o&Ps)===Ps&&!(this.#o&WF)&&!e.has(this)&&(!t||t(this))}async realpath(){if(this.#P)return this.#P;if(!((Kg|Hg|Hi)&this.#o))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#P=this.resolve(e)}catch{this.#R()}}realpathSync(){if(this.#P)return this.#P;if(!((Kg|Hg|Hi)&this.#o))try{let e=this.#e.realpathSync(this.fullpath());return this.#P=this.resolve(e)}catch{this.#R()}}[tD](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let t=new Set([]),r=[],i=this;for(;i&&i.parent;)t.add(i),i.#x=r.join(this.sep),i.#C=r.join("/"),i=i.parent,r.push("..");for(i=e;i&&i.parent&&!t.has(i);)i.#x=void 0,i.#C=void 0,i=i.parent}},Xg=class n extends rn{static{o(this,"PathWin32")}sep="\\";splitSep=IY;constructor(e,t=ui,r,i,s,a,c){super(e,t,r,i,s,a,c)}newChild(e,t=ui,r={}){return new n(e,t,this.root,this.roots,this.nocase,this.childrenCache(),r)}getRootString(e){return ru.win32.parse(e).root}getRoot(e){if(e=CY(e.toUpperCase()),e===this.root.name)return this.root;for(let[t,r]of Object.entries(this.roots))if(this.sameRoot(e,t))return this.roots[e]=r;return this.roots[e]=new nu(e,this).root}sameRoot(e,t=this.root.name){return e=e.toUpperCase().replace(/\//g,"\\").replace(KF,"$1\\"),e===t}},Jg=class n extends rn{static{o(this,"PathPosix")}splitSep="/";sep="/";constructor(e,t=ui,r,i,s,a,c){super(e,t,r,i,s,a,c)}getRootString(e){return e.startsWith("/")?"/":""}getRoot(e){return this.root}newChild(e,t=ui,r={}){return new n(e,t,this.root,this.roots,this.nocase,this.childrenCache(),r)}},Zg=class{static{o(this,"PathScurryBase")}root;rootPath;roots;cwd;#e;#n;#r;nocase;#t;constructor(e=process.cwd(),t,r,{nocase:i,childrenCacheSize:s=16*1024,fs:a=ud}={}){this.#t=QF(a),(e instanceof URL||e.startsWith("file://"))&&(e=(0,HF.fileURLToPath)(e));let c=t.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(c),this.#e=new Yg,this.#n=new Yg,this.#r=new DE(s);let l=c.substring(this.rootPath.length).split(r);if(l.length===1&&!l[0]&&l.pop(),i===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=i,this.root=this.newRoot(this.#t),this.roots[this.rootPath]=this.root;let u=this.root,f=l.length-1,d=t.sep,h=this.rootPath,p=!1;for(let y of l){let v=f--;u=u.child(y,{relative:new Array(v).fill("..").join(d),relativePosix:new Array(v).fill("..").join("/"),fullpath:h+=(p?"":d)+y}),p=!0}this.cwd=u}depth(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.depth()}childrenCache(){return this.#r}resolve(...e){let t="";for(let s=e.length-1;s>=0;s--){let a=e[s];if(!(!a||a===".")&&(t=t?`${a}/${t}`:a,this.isAbsolute(a)))break}let r=this.#e.get(t);if(r!==void 0)return r;let i=this.cwd.resolve(t).fullpath();return this.#e.set(t,i),i}resolvePosix(...e){let t="";for(let s=e.length-1;s>=0;s--){let a=e[s];if(!(!a||a===".")&&(t=t?`${a}/${t}`:a,this.isAbsolute(a)))break}let r=this.#n.get(t);if(r!==void 0)return r;let i=this.cwd.resolve(t).fullpathPosix();return this.#n.set(t,i),i}relative(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relative()}relativePosix(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relativePosix()}basename(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.name}dirname(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),(e.parent||e).fullpath()}async readdir(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r}=t;if(e.canReaddir()){let i=await e.readdir();return r?i:i.map(s=>s.name)}else return[]}readdirSync(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0}=t;return e.canReaddir()?r?e.readdirSync():e.readdirSync().map(i=>i.name):[]}async lstat(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstat()}lstatSync(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstatSync()}async readlink(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e.withFileTypes,e=this.cwd);let r=await e.readlink();return t?r:r?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e.withFileTypes,e=this.cwd);let r=e.readlinkSync();return t?r:r?.fullpath()}async realpath(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e.withFileTypes,e=this.cwd);let r=await e.realpath();return t?r:r?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e.withFileTypes,e=this.cwd);let r=e.realpathSync();return t?r:r?.fullpath()}async walk(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=[];(!s||s(e))&&c.push(r?e:e.fullpath());let l=new Set,u=o((d,h)=>{l.add(d),d.readdirCB((p,y)=>{if(p)return h(p);let v=y.length;if(!v)return h();let w=o(()=>{--v===0&&h()},"next");for(let b of y)(!s||s(b))&&c.push(r?b:b.fullpath()),i&&b.isSymbolicLink()?b.realpath().then(A=>A?.isUnknown()?A.lstat():A).then(A=>A?.shouldWalk(l,a)?u(A,w):w()):b.shouldWalk(l,a)?u(b,w):w()},!0)},"walk"),f=e;return new Promise((d,h)=>{u(f,p=>{if(p)return h(p);d(c)})})}walkSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=[];(!s||s(e))&&c.push(r?e:e.fullpath());let l=new Set([e]);for(let u of l){let f=u.readdirSync();for(let d of f){(!s||s(d))&&c.push(r?d:d.fullpath());let h=d;if(d.isSymbolicLink()){if(!(i&&(h=d.realpathSync())))continue;h.isUnknown()&&h.lstatSync()}h.shouldWalk(l,a)&&l.add(h)}}return c}[Symbol.asyncIterator](){return this.iterate()}iterate(e=this.cwd,t={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd),this.stream(e,t)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t;(!s||s(e))&&(yield r?e:e.fullpath());let c=new Set([e]);for(let l of c){let u=l.readdirSync();for(let f of u){(!s||s(f))&&(yield r?f:f.fullpath());let d=f;if(f.isSymbolicLink()){if(!(i&&(d=f.realpathSync())))continue;d.isUnknown()&&d.lstatSync()}d.shouldWalk(c,a)&&c.add(d)}}}stream(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=new io({objectMode:!0});(!s||s(e))&&c.write(r?e:e.fullpath());let l=new Set,u=[e],f=0,d=o(()=>{let h=!1;for(;!h;){let p=u.shift();if(!p){f===0&&c.end();return}f++,l.add(p);let y=o((w,b,A=!1)=>{if(w)return c.emit("error",w);if(i&&!A){let R=[];for(let k of b)k.isSymbolicLink()&&R.push(k.realpath().then(U=>U?.isUnknown()?U.lstat():U));if(R.length){Promise.all(R).then(()=>y(null,b,!0));return}}for(let R of b)R&&(!s||s(R))&&(c.write(r?R:R.fullpath())||(h=!0));f--;for(let R of b){let k=R.realpathCached()||R;k.shouldWalk(l,a)&&u.push(k)}h&&!c.flowing?c.once("drain",d):v||d()},"onReaddir"),v=!0;p.readdirCB(y,!0),v=!1}},"process");return d(),c}streamSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof rn||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=new io({objectMode:!0}),l=new Set;(!s||s(e))&&c.write(r?e:e.fullpath());let u=[e],f=0,d=o(()=>{let h=!1;for(;!h;){let p=u.shift();if(!p){f===0&&c.end();return}f++,l.add(p);let y=p.readdirSync();for(let v of y)(!s||s(v))&&(c.write(r?v:v.fullpath())||(h=!0));f--;for(let v of y){let w=v;if(v.isSymbolicLink()){if(!(i&&(w=v.realpathSync())))continue;w.isUnknown()&&w.lstatSync()}w.shouldWalk(l,a)&&u.push(w)}}h&&!c.flowing&&c.once("drain",d)},"process");return d(),c}chdir(e=this.cwd){let t=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[tD](t)}},nu=class extends Zg{static{o(this,"PathScurryWin32")}sep="\\";constructor(e=process.cwd(),t={}){let{nocase:r=!0}=t;super(e,ru.win32,"\\",{...t,nocase:r}),this.nocase=r;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(e){return ru.win32.parse(e).root.toUpperCase()}newRoot(e){return new Xg(this.rootPath,Ps,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}},iu=class extends Zg{static{o(this,"PathScurryPosix")}sep="/";constructor(e=process.cwd(),t={}){let{nocase:r=!1}=t;super(e,ru.posix,"/",{...t,nocase:r}),this.nocase=r}parseRootPath(e){return"/"}newRoot(e){return new Jg(this.rootPath,Ps,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}},hd=class extends iu{static{o(this,"PathScurryDarwin")}constructor(e=process.cwd(),t={}){let{nocase:r=!0}=t;super(e,{...t,nocase:r})}},ege=process.platform==="win32"?Xg:Jg,rD=process.platform==="win32"?nu:process.platform==="darwin"?hd:iu;var PY=o(n=>n.length>=1,"isPatternList"),OY=o(n=>n.length>=1,"isGlobList"),su=class n{static{o(this,"Pattern")}#e;#n;#r;length;#t;#c;#_;#i;#u;#s;#l=!0;constructor(e,t,r,i){if(!PY(e))throw new TypeError("empty pattern list");if(!OY(t))throw new TypeError("empty glob list");if(t.length!==e.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=e.length,r<0||r>=this.length)throw new TypeError("index out of range");if(this.#e=e,this.#n=t,this.#r=r,this.#t=i,this.#r===0){if(this.isUNC()){let[s,a,c,l,...u]=this.#e,[f,d,h,p,...y]=this.#n;u[0]===""&&(u.shift(),y.shift());let v=[s,a,c,l,""].join("/"),w=[f,d,h,p,""].join("/");this.#e=[v,...u],this.#n=[w,...y],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[s,...a]=this.#e,[c,...l]=this.#n;a[0]===""&&(a.shift(),l.shift());let u=s+"/",f=c+"/";this.#e=[u,...a],this.#n=[f,...l],this.length=this.#e.length}}}pattern(){return this.#e[this.#r]}isString(){return typeof this.#e[this.#r]=="string"}isGlobstar(){return this.#e[this.#r]===Kt}isRegExp(){return this.#e[this.#r]instanceof RegExp}globString(){return this.#_=this.#_||(this.#r===0?this.isAbsolute()?this.#n[0]+this.#n.slice(1).join("/"):this.#n.join("/"):this.#n.slice(this.#r).join("/"))}hasMore(){return this.length>this.#r+1}rest(){return this.#c!==void 0?this.#c:this.hasMore()?(this.#c=new n(this.#e,this.#n,this.#r+1,this.#t),this.#c.#s=this.#s,this.#c.#u=this.#u,this.#c.#i=this.#i,this.#c):this.#c=null}isUNC(){let e=this.#e;return this.#u!==void 0?this.#u:this.#u=this.#t==="win32"&&this.#r===0&&e[0]===""&&e[1]===""&&typeof e[2]=="string"&&!!e[2]&&typeof e[3]=="string"&&!!e[3]}isDrive(){let e=this.#e;return this.#i!==void 0?this.#i:this.#i=this.#t==="win32"&&this.#r===0&&this.length>1&&typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0])}isAbsolute(){let e=this.#e;return this.#s!==void 0?this.#s:this.#s=e[0]===""&&e.length>1||this.isDrive()||this.isUNC()}root(){let e=this.#e[0];return typeof e=="string"&&this.isAbsolute()&&this.#r===0?e:""}checkFollowGlobstar(){return!(this.#r===0||!this.isGlobstar()||!this.#l)}markFollowGlobstar(){return this.#r===0||!this.isGlobstar()||!this.#l?!1:(this.#l=!1,!0)}};var FY=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",au=class{static{o(this,"Ignore")}relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:t,nocase:r,noext:i,noglobstar:s,platform:a=FY}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=a,this.mmopts={dot:!0,nobrace:t,nocase:r,noext:i,noglobstar:s,optimizationLevel:2,platform:a,nocomment:!0,nonegate:!0};for(let c of e)this.add(c)}add(e){let t=new Gn(e,this.mmopts);for(let r=0;r<t.set.length;r++){let i=t.set[r],s=t.globParts[r];if(!i||!s)throw new Error("invalid pattern object");for(;i[0]==="."&&s[0]===".";)i.shift(),s.shift();let a=new su(i,s,0,this.platform),c=new Gn(a.globString(),this.mmopts),l=s[s.length-1]==="**",u=a.isAbsolute();u?this.absolute.push(c):this.relative.push(c),l&&(u?this.absoluteChildren.push(c):this.relativeChildren.push(c))}}ignored(e){let t=e.fullpath(),r=`${t}/`,i=e.relative()||".",s=`${i}/`;for(let a of this.relative)if(a.match(i)||a.match(s))return!0;for(let a of this.absolute)if(a.match(t)||a.match(r))return!0;return!1}childrenIgnored(e){let t=e.fullpath()+"/",r=(e.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(r))return!0;for(let i of this.absoluteChildren)if(i.match(t))return!0;return!1}};var NE=class n{static{o(this,"HasWalkedCache")}store;constructor(e=new Map){this.store=e}copy(){return new n(new Map(this.store))}hasWalked(e,t){return this.store.get(e.fullpath())?.has(t.globString())}storeWalked(e,t){let r=e.fullpath(),i=this.store.get(r);i?i.add(t.globString()):this.store.set(r,new Set([t.globString()]))}},LE=class{static{o(this,"MatchRecord")}store=new Map;add(e,t,r){let i=(t?2:0)|(r?1:0),s=this.store.get(e);this.store.set(e,s===void 0?i:i&s)}entries(){return[...this.store.entries()].map(([e,t])=>[e,!!(t&2),!!(t&1)])}},kE=class{static{o(this,"SubWalks")}store=new Map;add(e,t){if(!e.canReaddir())return;let r=this.store.get(e);r?r.find(i=>i.globString()===t.globString())||r.push(t):this.store.set(e,[t])}get(e){let t=this.store.get(e);if(!t)throw new Error("attempting to walk unknown path");return t}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}},pd=class n{static{o(this,"Processor")}hasWalkedCache;matches=new LE;subwalks=new kE;patterns;follow;dot;opts;constructor(e,t){this.opts=e,this.follow=!!e.follow,this.dot=!!e.dot,this.hasWalkedCache=t?t.copy():new NE}processPatterns(e,t){this.patterns=t;let r=t.map(i=>[e,i]);for(let[i,s]of r){this.hasWalkedCache.storeWalked(i,s);let a=s.root(),c=s.isAbsolute()&&this.opts.absolute!==!1;if(a){i=i.resolve(a==="/"&&this.opts.root!==void 0?this.opts.root:a);let d=s.rest();if(d)s=d;else{this.matches.add(i,!0,!1);continue}}if(i.isENOENT())continue;let l,u,f=!1;for(;typeof(l=s.pattern())=="string"&&(u=s.rest());)i=i.resolve(l),s=u,f=!0;if(l=s.pattern(),u=s.rest(),f){if(this.hasWalkedCache.hasWalked(i,s))continue;this.hasWalkedCache.storeWalked(i,s)}if(typeof l=="string"){let d=l===".."||l===""||l===".";this.matches.add(i.resolve(l),c,d);continue}else if(l===Kt){(!i.isSymbolicLink()||this.follow||s.checkFollowGlobstar())&&this.subwalks.add(i,s);let d=u?.pattern(),h=u?.rest();if(!u||(d===""||d===".")&&!h)this.matches.add(i,c,d===""||d===".");else if(d===".."){let p=i.parent||i;h?this.hasWalkedCache.hasWalked(p,h)||this.subwalks.add(p,h):this.matches.add(p,c,!0)}}else l instanceof RegExp&&this.subwalks.add(i,s)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(e,t){let r=this.subwalks.get(e),i=this.child();for(let s of t)for(let a of r){let c=a.isAbsolute(),l=a.pattern(),u=a.rest();l===Kt?i.testGlobstar(s,a,u,c):l instanceof RegExp?i.testRegExp(s,l,u,c):i.testString(s,l,u,c)}return i}testGlobstar(e,t,r,i){if((this.dot||!e.name.startsWith("."))&&(t.hasMore()||this.matches.add(e,i,!1),e.canReaddir()&&(this.follow||!e.isSymbolicLink()?this.subwalks.add(e,t):e.isSymbolicLink()&&(r&&t.checkFollowGlobstar()?this.subwalks.add(e,r):t.markFollowGlobstar()&&this.subwalks.add(e,t)))),r){let s=r.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(e,s,r.rest(),i);else if(s===".."){let a=e.parent||e;this.subwalks.add(a,r)}else s instanceof RegExp&&this.testRegExp(e,s,r.rest(),i)}}testRegExp(e,t,r,i){t.test(e.name)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}testString(e,t,r,i){e.isNamed(t)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}};var DY=o((n,e)=>typeof n=="string"?new au([n],e):Array.isArray(n)?new au(n,e):n,"makeIgnore"),ey=class{static{o(this,"GlobUtil")}path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#n;#r;signal;maxDepth;includeChildMatches;constructor(e,t,r){if(this.patterns=e,this.path=t,this.opts=r,this.#r=!r.posix&&r.platform==="win32"?"\\":"/",this.includeChildMatches=r.includeChildMatches!==!1,(r.ignore||!this.includeChildMatches)&&(this.#n=DY(r.ignore??[],r),!this.includeChildMatches&&typeof this.#n.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=r.maxDepth||1/0,r.signal&&(this.signal=r.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#t(e){return this.seen.has(e)||!!this.#n?.ignored?.(e)}#c(e){return!!this.#n?.childrenIgnored?.(e)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let e;for(;!this.paused&&(e=this.#e.shift());)e()}onResume(e){this.signal?.aborted||(this.paused?this.#e.push(e):e())}async matchCheck(e,t){if(t&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||await e.realpath(),!r)return;e=r}let s=e.isUnknown()||this.opts.stat?await e.lstat():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let a=await s.realpath();a&&(a.isUnknown()||this.opts.stat)&&await a.lstat()}return this.matchCheckTest(s,t)}matchCheckTest(e,t){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!t||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#t(e)?e:void 0}matchCheckSync(e,t){if(t&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||e.realpathSync(),!r)return;e=r}let s=e.isUnknown()||this.opts.stat?e.lstatSync():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let a=s.realpathSync();a&&(a?.isUnknown()||this.opts.stat)&&a.lstatSync()}return this.matchCheckTest(s,t)}matchFinish(e,t){if(this.#t(e))return;if(!this.includeChildMatches&&this.#n?.add){let s=`${e.relativePosix()}/**`;this.#n.add(s)}let r=this.opts.absolute===void 0?t:this.opts.absolute;this.seen.add(e);let i=this.opts.mark&&e.isDirectory()?this.#r:"";if(this.opts.withFileTypes)this.matchEmit(e);else if(r){let s=this.opts.posix?e.fullpathPosix():e.fullpath();this.matchEmit(s+i)}else{let s=this.opts.posix?e.relativePosix():e.relative(),a=this.opts.dotRelative&&!s.startsWith(".."+this.#r)?"."+this.#r:"";this.matchEmit(s?a+s+i:"."+i)}}async match(e,t,r){let i=await this.matchCheck(e,r);i&&this.matchFinish(i,t)}matchSync(e,t,r){let i=this.matchCheckSync(e,r);i&&this.matchFinish(i,t)}walkCB(e,t,r){this.signal?.aborted&&r(),this.walkCB2(e,t,new pd(this.opts),r)}walkCB2(e,t,r,i){if(this.#c(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(e,t,r,i));return}r.processPatterns(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,l,u]of r.matches.entries())this.#t(c)||(s++,this.match(c,l,u).then(()=>a()));for(let c of r.subwalkTargets()){if(this.maxDepth!==1/0&&c.depth()>=this.maxDepth)continue;s++;let l=c.readdirCached();c.calledReaddir()?this.walkCB3(c,l,r,a):c.readdirCB((u,f)=>this.walkCB3(c,f,r,a),!0)}a()}walkCB3(e,t,r,i){r=r.filterEntries(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,l,u]of r.matches.entries())this.#t(c)||(s++,this.match(c,l,u).then(()=>a()));for(let[c,l]of r.subwalks.entries())s++,this.walkCB2(c,l,r.child(),a);a()}walkCBSync(e,t,r){this.signal?.aborted&&r(),this.walkCB2Sync(e,t,new pd(this.opts),r)}walkCB2Sync(e,t,r,i){if(this.#c(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(e,t,r,i));return}r.processPatterns(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,l,u]of r.matches.entries())this.#t(c)||this.matchSync(c,l,u);for(let c of r.subwalkTargets()){if(this.maxDepth!==1/0&&c.depth()>=this.maxDepth)continue;s++;let l=c.readdirSync();this.walkCB3Sync(c,l,r,a)}a()}walkCB3Sync(e,t,r,i){r=r.filterEntries(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,l,u]of r.matches.entries())this.#t(c)||this.matchSync(c,l,u);for(let[c,l]of r.subwalks.entries())s++,this.walkCB2Sync(c,l,r.child(),a);a()}},md=class extends ey{static{o(this,"GlobWalker")}matches=new Set;constructor(e,t,r){super(e,t,r)}matchEmit(e){this.matches.add(e)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((e,t)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?t(this.signal.reason):e(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}},gd=class extends ey{static{o(this,"GlobStream")}results;constructor(e,t,r){super(e,t,r),this.results=new io({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(e){this.results.write(e),this.results.flowing||this.pause()}stream(){let e=this.path;return e.isUnknown()?e.lstat().then(()=>{this.walkCB(e,this.patterns,()=>this.results.end())}):this.walkCB(e,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};var NY=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Qi=class{static{o(this,"Glob")}absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(e,t){if(!t)throw new TypeError("glob options required");if(this.withFileTypes=!!t.withFileTypes,this.signal=t.signal,this.follow=!!t.follow,this.dot=!!t.dot,this.dotRelative=!!t.dotRelative,this.nodir=!!t.nodir,this.mark=!!t.mark,t.cwd?(t.cwd instanceof URL||t.cwd.startsWith("file://"))&&(t.cwd=(0,nD.fileURLToPath)(t.cwd)):this.cwd="",this.cwd=t.cwd||"",this.root=t.root,this.magicalBraces=!!t.magicalBraces,this.nobrace=!!t.nobrace,this.noext=!!t.noext,this.realpath=!!t.realpath,this.absolute=t.absolute,this.includeChildMatches=t.includeChildMatches!==!1,this.noglobstar=!!t.noglobstar,this.matchBase=!!t.matchBase,this.maxDepth=typeof t.maxDepth=="number"?t.maxDepth:1/0,this.stat=!!t.stat,this.ignore=t.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(l=>l.replace(/\\/g,"/"))),this.matchBase){if(t.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(l=>l.includes("/")?l:`./**/${l}`)}if(this.pattern=e,this.platform=t.platform||NY,this.opts={...t,platform:this.platform},t.scurry){if(this.scurry=t.scurry,t.nocase!==void 0&&t.nocase!==t.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let l=t.platform==="win32"?nu:t.platform==="darwin"?hd:t.platform?iu:rD;this.scurry=new l(this.cwd,{nocase:t.nocase,fs:t.fs})}this.nocase=this.scurry.nocase;let r=this.platform==="darwin"||this.platform==="win32",i={...t,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:r,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},s=this.pattern.map(l=>new Gn(l,i)),[a,c]=s.reduce((l,u)=>(l[0].push(...u.set),l[1].push(...u.globParts),l),[[],[]]);this.patterns=a.map((l,u)=>{let f=c[u];if(!f)throw new Error("invalid pattern object");return new su(l,f,0,this.platform)})}async walk(){return[...await new md(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new md(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new gd(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new gd(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};var ME=o((n,e={})=>{Array.isArray(n)||(n=[n]);for(let t of n)if(new Gn(t,e).hasMagic())return!0;return!1},"hasMagic");function ry(n,e={}){return new Qi(n,e).streamSync()}o(ry,"globStreamSync");function sD(n,e={}){return new Qi(n,e).stream()}o(sD,"globStream");function aD(n,e={}){return new Qi(n,e).walkSync()}o(aD,"globSync");async function iD(n,e={}){return new Qi(n,e).walk()}o(iD,"glob_");function ny(n,e={}){return new Qi(n,e).iterateSync()}o(ny,"globIterateSync");function oD(n,e={}){return new Qi(n,e).iterate()}o(oD,"globIterate");var LY=ry,kY=Object.assign(sD,{sync:ry}),MY=ny,jY=Object.assign(oD,{sync:ny}),$Y=Object.assign(aD,{stream:ry,iterate:ny}),ty=Object.assign(iD,{glob:iD,globSync:aD,sync:$Y,globStream:sD,stream:kY,globStreamSync:ry,streamSync:LY,globIterate:oD,iterate:jY,globIterateSync:ny,iterateSync:MY,Glob:Qi,hasMagic:ME,escape:Xl,unescape:Gi});ty.glob=ty;var oc=K(Pt());var Ot=class{constructor(e){this.rootPath=e}static{o(this,"NodeFsAdapter")}async readFile(e){let t=this.resolvePath(e);if(!await gr.default.pathExists(t))throw new oc.FileNotFoundError(e);return gr.default.readFile(t,"utf-8")}async fileExists(e){let t=this.resolvePath(e);return gr.default.pathExists(t)}async getFileMetadata(e){let t=await this.readFile(e);return this.extractFrontmatter(t)}async createFile(e,t){let r=this.resolvePath(e);if(await gr.default.pathExists(r))throw new oc.FileAlreadyExistsError(e);return await gr.default.ensureDir(ao.default.dirname(r)),await gr.default.writeFile(r,t,"utf-8"),e}async updateFile(e,t){let r=this.resolvePath(e);if(!await gr.default.pathExists(r))throw new oc.FileNotFoundError(e);await gr.default.writeFile(r,t,"utf-8")}async writeFile(e,t){let r=this.resolvePath(e);await gr.default.ensureDir(ao.default.dirname(r)),await gr.default.writeFile(r,t,"utf-8")}async deleteFile(e){let t=this.resolvePath(e);if(!await gr.default.pathExists(t))throw new oc.FileNotFoundError(e);await gr.default.remove(t)}async renameFile(e,t){let r=this.resolvePath(e),i=this.resolvePath(t);if(!await gr.default.pathExists(r))throw new oc.FileNotFoundError(e);await gr.default.ensureDir(ao.default.dirname(i)),await gr.default.move(r,i)}async createDirectory(e){let t=this.resolvePath(e);await gr.default.ensureDir(t)}async directoryExists(e){let t=this.resolvePath(e);return await gr.default.pathExists(t)?(await gr.default.stat(t)).isDirectory():!1}async getMarkdownFiles(e){let t=e?this.resolvePath(e):this.rootPath,r=ao.default.join(t,"**/*.md");return(await ty(r,{nodir:!0})).map(a=>ao.default.relative(this.rootPath,a))}async findFilesByMetadata(e){let t=await this.getMarkdownFiles(),r=[];for(let i of t)try{let s=await this.getFileMetadata(i);this.matchesQuery(s,e)&&r.push(i)}catch{continue}return r}async findFileByUID(e){let t=await this.findFilesByMetadata({exo__Asset_uid:e});return t.length>0?t[0]:null}resolvePath(e){return ao.default.isAbsolute(e)?e:ao.default.join(this.rootPath,e)}extractFrontmatter(e){let t=/^---\n([\s\S]*?)\n---/,r=e.match(t);if(!r)return{};try{let i=sr.load(r[1]);return typeof i=="object"&&i!==null?i:{}}catch{return{}}}matchesQuery(e,t){for(let[r,i]of Object.entries(t)){let s=e[r];if(Array.isArray(s)){if(!s.some(a=>this.normalizeValue(a)===this.normalizeValue(i)))return!1}else if(this.normalizeValue(s)!==this.normalizeValue(i))return!1}return!0}normalizeValue(e){return e==null?"":String(e).replace(/["'[\]]/g,"").trim()}};var yd=K(require("path")),jE=K(Za());var ou=class{constructor(e){this.vaultRoot=e}static{o(this,"PathResolver")}resolve(e){if(!yd.default.isAbsolute(e))return yd.default.resolve(this.vaultRoot,e);let t=yd.default.resolve(e),r=yd.default.resolve(this.vaultRoot);if(!t.startsWith(r))throw new Ke(`File path ${e} is outside vault root ${this.vaultRoot}`,"Provide a file path within the vault directory.",{filepath:e,vaultRoot:this.vaultRoot});return t}validate(e){if(!jE.default.existsSync(e))throw new Bf(e);if(!jE.default.statSync(e).isFile())throw new Ke(`Not a file: ${e}`,"Provide a path to a file, not a directory.",{filepath:e});if(!e.endsWith(".md"))throw new Ke(`Not a Markdown file: ${e}`,"Provide a path to a .md file.",{filepath:e})}getVaultRoot(){return this.vaultRoot}};var hD=K(Pt());var cD=K(Pt());var Ki=class{static{o(this,"BaseCommandExecutor")}constructor(e){this.pathResolver=e.pathResolver,this.fsAdapter=e.fsAdapter,this.frontmatterService=e.frontmatterService,this.dryRun=e.dryRun}resolveAndValidate(e){let t=this.pathResolver.resolve(e);this.pathResolver.validate(t);let r=t.replace(this.pathResolver.getVaultRoot()+"/","");return{resolvedPath:t,relativePath:r}}getCurrentTimestamp(){return cD.DateFormatter.toLocalTimestamp(new Date)}isAssetArchived(e){if(e?.exo__Asset_isArchived===!0)return!0;let t=e?.archived;if(t==null)return!1;if(typeof t=="boolean")return t;if(typeof t=="number")return t!==0;if(typeof t=="string"){let r=t.toLowerCase().trim();return r==="true"||r==="yes"||r==="1"}return!1}extractAliasesFromFrontmatter(e){let t=e.match(/aliases:\s*\n((?: - .*\n?)*)/);return t?t[1].split(`
|
|
618
|
+
`).filter(i=>i.trim()).map(i=>i.replace(/^\s*-\s*/,"").trim()):[]}};var _d=class extends Ki{static{o(this,"StatusCommandExecutor")}constructor(e){super(e)}async executeStart(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDoing]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_startTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Started: ${e}`),console.log(" Status: Doing"),console.log(` Start time: ${i}`),process.exit(0)}catch(t){D.handle(t)}}async executeComplete(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDone]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_endTimestamp",i),s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Completed: ${e}`),console.log(" Status: Done"),console.log(` Completion time: ${i}`),process.exit(0)}catch(t){D.handle(t)}}async executeTrash(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusTrashed]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Trashed: ${e}`),console.log(" Status: Trashed"),console.log(` Resolution time: ${i}`),process.exit(0)}catch(t){D.handle(t)}}async executeArchive(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.frontmatterService.updateProperty(r,"archived","true");i=this.frontmatterService.removeProperty(i,"aliases"),await this.fsAdapter.updateFile(t,i),console.log(`\u2705 Archived: ${e}`),console.log(" Archived: true"),console.log(" Aliases removed"),process.exit(0)}catch(t){D.handle(t)}}async executeMoveToBacklog(e){try{await this.updateStatus(e,"ems__EffortStatusBacklog","Backlog"),process.exit(0)}catch(t){D.handle(t)}}async executeMoveToAnalysis(e){try{await this.updateStatus(e,"ems__EffortStatusAnalysis","Analysis"),process.exit(0)}catch(t){D.handle(t)}}async executeMoveToToDo(e){try{await this.updateStatus(e,"ems__EffortStatusToDo","ToDo"),process.exit(0)}catch(t){D.handle(t)}}async updateStatus(e,t,r){let{relativePath:i}=this.resolveAndValidate(e),s=await this.fsAdapter.readFile(i),a=this.frontmatterService.updateProperty(s,"ems__Effort_status",`"[[${t}]]"`);await this.fsAdapter.updateFile(i,a),console.log(`\u2705 Moved to ${r}: ${e}`),console.log(` Status: ${r}`)}};var Vr=[];for(let n=0;n<256;++n)Vr.push((n+256).toString(16).slice(1));function lD(n,e=0){return(Vr[n[e+0]]+Vr[n[e+1]]+Vr[n[e+2]]+Vr[n[e+3]]+"-"+Vr[n[e+4]]+Vr[n[e+5]]+"-"+Vr[n[e+6]]+Vr[n[e+7]]+"-"+Vr[n[e+8]]+Vr[n[e+9]]+"-"+Vr[n[e+10]]+Vr[n[e+11]]+Vr[n[e+12]]+Vr[n[e+13]]+Vr[n[e+14]]+Vr[n[e+15]]).toLowerCase()}o(lD,"unsafeStringify");var uD=require("node:crypto");var sy=new Uint8Array(256),iy=sy.length;function $E(){return iy>sy.length-16&&((0,uD.randomFillSync)(sy),iy=0),sy.slice(iy,iy+=16)}o($E,"rng");var fD=require("node:crypto"),BE={randomUUID:fD.randomUUID};function UY(n,e,t){n=n||{};let r=n.random??n.rng?.()??$E();if(r.length<16)throw new Error("Random bytes length must be >= 16");if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,e){if(t=t||0,t<0||t+16>e.length)throw new RangeError(`UUID byte range ${t}:${t+15} is out of buffer bounds`);for(let i=0;i<16;++i)e[t+i]=r[i];return e}return lD(r)}o(UY,"_v4");function VY(n,e,t){return BE.randomUUID&&!e&&!n?BE.randomUUID():UY(n,e,t)}o(VY,"v4");var Sd=VY;var cu=K(Pt());var vd=class extends Ki{static{o(this,"AssetCreationExecutor")}constructor(e){super(e)}async executeCreateTask(e,t,r={}){try{await this.createAsset(e,t,"ems__Task",r),process.exit(0)}catch(i){D.handle(i)}}async executeCreateMeeting(e,t,r={}){try{await this.createAsset(e,t,"ems__Meeting",r),process.exit(0)}catch(i){D.handle(i)}}async executeCreateProject(e,t,r={}){try{await this.createAsset(e,t,"ems__Project",r),process.exit(0)}catch(i){D.handle(i)}}async executeCreateArea(e,t,r={}){try{await this.createAsset(e,t,"ems__Area",r),process.exit(0)}catch(i){D.handle(i)}}async createAsset(e,t,r,i={}){if(!t||t.trim().length===0)throw new Error("Label cannot be empty");let s=t.trim(),{relativePath:a}=this.resolveAndValidate(e);if(await this.fsAdapter.fileExists(a))throw new cu.FileAlreadyExistsError(e);let l=Sd(),u=this.buildAssetFrontmatter(r,l,s,i),f=cu.MetadataHelpers.buildFileContent(u);await this.fsAdapter.createFile(a,f),console.log(`\u2705 Created ${this.getAssetTypeName(r)}: ${e}`),console.log(` UID: ${l}`),console.log(` Label: ${s}`),console.log(` Class: ${r}`)}buildAssetFrontmatter(e,t,r,i={}){let s=cu.DateFormatter.toLocalTimestamp(new Date),a={exo__Asset_isDefinedBy:'"[[Ontology/EMS]]"',exo__Asset_uid:t,exo__Asset_label:r,exo__Asset_createdAt:s,exo__Instance_class:[`"[[${e}]]"`],aliases:[r]};return(e==="ems__Task"||e==="ems__Project"||e==="ems__Meeting")&&(a.ems__Effort_status='"[[ems__EffortStatusDraft]]"'),i.prototype&&(a.exo__Asset_prototype=`"[[${i.prototype}]]"`),i.area&&(a.ems__Effort_area=`"[[${i.area}]]"`),i.parent&&(a.ems__Effort_parent=`"[[${i.parent}]]"`),a}getAssetTypeName(e){return{ems__Task:"task",ems__Meeting:"meeting",ems__Project:"project",ems__Area:"area"}[e]||"asset"}};var UE=K(require("path"));var dD=K(Pt());var bd=class extends Ki{static{o(this,"PropertyCommandExecutor")}constructor(e){super(e)}async executeRenameToUid(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.getFileMetadata(t);if(!r.exo__Asset_uid)throw new Error("Asset missing exo__Asset_uid property");let i=UE.default.basename(t,".md"),s=r.exo__Asset_uid;if(i===s&&(console.log(`\u2705 Already renamed: ${e}`),console.log(` Current filename matches UID: ${s}.md`),process.exit(0)),!r.exo__Asset_label||r.exo__Asset_label.trim()===""){let l=await this.fsAdapter.readFile(t),u=this.frontmatterService.updateProperty(l,"exo__Asset_label",i),f=this.isAssetArchived(r),d=u;f||(d=this.frontmatterService.updateProperty(u,"aliases",`
|
|
619
619
|
- ${i}`)),await this.fsAdapter.updateFile(t,d),console.log(` Updated label: "${i}"`)}let a=UE.default.dirname(t),c=a!=="."?`${a}/${s}.md`:`${s}.md`;await this.fsAdapter.renameFile(t,c),console.log("\u2705 Renamed to UID format"),console.log(` Old: ${t}`),console.log(` New: ${c}`),process.exit(0)}catch(t){D.handle(t)}}async executeUpdateLabel(e,t){try{if(!t||t.trim().length===0)throw new Error("Label cannot be empty");let r=t.trim(),{relativePath:i}=this.resolveAndValidate(e),s=await this.fsAdapter.readFile(i),a=this.frontmatterService.updateProperty(s,"exo__Asset_label",r),c=this.frontmatterService.parse(a),l=this.extractAliasesFromFrontmatter(c.content);if(l.includes(r)||(l.length===0?a=this.frontmatterService.updateProperty(a,"aliases",`
|
|
620
620
|
- ${r}`):a=this.frontmatterService.updateProperty(a,"aliases",`${l.map(u=>`
|
|
621
621
|
- ${u}`).join("")}
|
|
622
622
|
- ${r}`)),this.dryRun){if(console.log("\u{1F50D} DRY RUN: Preview of changes (not applied)"),console.log(` File: ${e}`),console.log(" Changes:"),console.log(` \u2022 exo__Asset_label: "${r}"`),l.includes(r))console.log(" \u2022 aliases: unchanged (label already present)");else{let u=l.length===0?[r]:[...l,r];console.log(` \u2022 aliases: [${u.map(f=>`"${f}"`).join(", ")}]`)}console.log(`
|
|
623
623
|
\u{1F4A1} Run without --dry-run to apply changes`),process.exit(0)}await this.fsAdapter.updateFile(i,a),console.log("\u2705 Updated label"),console.log(` File: ${e}`),console.log(` New label: "${r}"`),console.log(" Aliases synchronized"),process.exit(0)}catch(r){D.handle(r)}}async executeSchedule(e,t){try{await this.updatePlannedTimestamp(e,t,"ems__Effort_plannedStartTimestamp"),process.exit(0)}catch(r){D.handle(r)}}async executeSetDeadline(e,t){try{await this.updatePlannedTimestamp(e,t,"ems__Effort_plannedEndTimestamp"),process.exit(0)}catch(r){D.handle(r)}}async updatePlannedTimestamp(e,t,r){let{relativePath:i}=this.resolveAndValidate(e);if(!await this.fsAdapter.fileExists(i))throw new Error(`File not found: ${e}`);if(!/^\d{4}-\d{2}-\d{2}$/.test(t))throw new Error(`Invalid date format: ${t}. Expected YYYY-MM-DD (e.g., 2025-11-25)`);let a=dD.DateFormatter.toTimestampAtStartOfDay(t),c=await this.fsAdapter.readFile(i),l=this.frontmatterService.updateProperty(c,r,a);await this.fsAdapter.writeFile(i,l),console.log(`\u2705 ${r==="ems__Effort_plannedStartTimestamp"?"Scheduled":"Set deadline for"}: ${e}`),console.log(` Date: ${t}`),console.log(` Timestamp: ${a}`)}};var oo=K(require("path"));var wd=class extends Ki{static{o(this,"FolderRepairExecutor")}constructor(e){super(e)}async executeRepairFolder(e){try{let{relativePath:t}=this.resolveAndValidate(e),i=(await this.fsAdapter.getFileMetadata(t))?.exo__Asset_isDefinedBy;if(!i)throw new Error("Cannot determine expected folder: missing exo__Asset_isDefinedBy");let s=this.extractReference(i);if(!s)throw new Error("Cannot determine expected folder: invalid exo__Asset_isDefinedBy format");let a=await this.findReferencedFile(s,t);if(!a)throw new Error(`Cannot determine expected folder: referenced asset not found: ${s}`);let c=oo.default.dirname(a),l=c==="."?"":c,u=oo.default.dirname(t),f=u==="."?"":u;if(this.normalizePath(f)===this.normalizePath(l))return console.log("\u2705 Already in correct folder"),console.log(` File: ${e}`),console.log(` Folder: ${l||"(root)"}`),process.exit(0),{moved:!1,oldPath:t,newPath:t,expectedFolder:l};if(this.dryRun){let y=oo.default.basename(t),v=l?`${l}/${y}`:y;return console.log("\u{1F50D} DRY RUN: Preview of changes (not applied)"),console.log(` File: ${e}`),console.log(` Current folder: ${f||"(root)"}`),console.log(` Expected folder: ${l||"(root)"}`),console.log(` Would move to: ${v}`),console.log(`
|
|
624
624
|
\u{1F4A1} Run without --dry-run to apply changes`),process.exit(0),{moved:!1,oldPath:t,newPath:v,expectedFolder:l}}let d=oo.default.basename(t),h=l?`${l}/${d}`:d;if(await this.fsAdapter.fileExists(h))throw new Error(`Cannot move file: ${h} already exists`);return l&&(await this.fsAdapter.directoryExists(l)||await this.fsAdapter.createDirectory(l)),await this.fsAdapter.renameFile(t,h),console.log("\u2705 Moved to correct folder"),console.log(` Old path: ${t}`),console.log(` New path: ${h}`),console.log(` Expected folder: ${l||"(root)"}`),process.exit(0),{moved:!0,oldPath:t,newPath:h,expectedFolder:l}}catch(t){D.handle(t)}}extractReference(e){if(typeof e!="string")return null;let t=e.trim().replace(/^["']|["']$/g,"");return t=t.replace(/^\[\[|\]\]$/g,""),t||null}async findReferencedFile(e,t){let r=e.endsWith(".md")?e:`${e}.md`;if(e.includes("/")&&await this.fsAdapter.fileExists(r))return r;let i=oo.default.dirname(t),s=i?`${i}/${r}`:r;if(await this.fsAdapter.fileExists(s))return s;let c=await this.fsAdapter.findFileByUID(e);return c||(await this.fsAdapter.getMarkdownFiles()).find(f=>{let d=oo.default.basename(f,".md"),h=oo.default.basename(r,".md");return d===h})||null}normalizePath(e){return e.replace(/\\/g,"/").replace(/^\.\//,"").replace(/\/$/,"")}};var ay=class{static{o(this,"CommandExecutor")}constructor(e,t=!1){this.context={pathResolver:new ou(e),fsAdapter:new Ot(e),frontmatterService:new hD.FrontmatterService,dryRun:t},this.statusExecutor=new _d(this.context),this.creationExecutor=new vd(this.context),this.propertyExecutor=new bd(this.context),this.folderRepairExecutor=new wd(this.context)}async execute(e,t,r){try{let i=this.context.pathResolver.resolve(t);this.context.pathResolver.validate(i),await this.context.fsAdapter.readFile(i.replace(this.context.pathResolver.getVaultRoot()+"/","")),console.log("\u2705 Command infrastructure verified"),console.log(` Command: ${e}`),console.log(` File: ${i}`),console.log(` Vault: ${this.context.pathResolver.getVaultRoot()}`),Object.keys(r).length>0&&console.log(` Options: ${JSON.stringify(r,null,2)}`),console.log(`
|
|
625
|
-
\u{1F4DD} Note: Actual command execution will be implemented in follow-up issues.`),console.log(" This PR establishes the infrastructure foundation."),process.exit(0)}catch(i){D.handle(i)}}getVaultRoot(){return this.context.pathResolver.getVaultRoot()}async executeStart(e){return this.statusExecutor.executeStart(e)}async executeComplete(e){return this.statusExecutor.executeComplete(e)}async executeTrash(e){return this.statusExecutor.executeTrash(e)}async executeArchive(e){return this.statusExecutor.executeArchive(e)}async executeMoveToBacklog(e){return this.statusExecutor.executeMoveToBacklog(e)}async executeMoveToAnalysis(e){return this.statusExecutor.executeMoveToAnalysis(e)}async executeMoveToToDo(e){return this.statusExecutor.executeMoveToToDo(e)}async executeCreateTask(e,t,r={}){return this.creationExecutor.executeCreateTask(e,t,r)}async executeCreateMeeting(e,t,r={}){return this.creationExecutor.executeCreateMeeting(e,t,r)}async executeCreateProject(e,t,r={}){return this.creationExecutor.executeCreateProject(e,t,r)}async executeCreateArea(e,t,r={}){return this.creationExecutor.executeCreateArea(e,t,r)}async executeRenameToUid(e){return this.propertyExecutor.executeRenameToUid(e)}async executeUpdateLabel(e,t){return this.propertyExecutor.executeUpdateLabel(e,t)}async executeSchedule(e,t){return this.propertyExecutor.executeSchedule(e,t)}async executeSetDeadline(e,t){return this.propertyExecutor.executeSetDeadline(e,t)}async executeRepairFolder(e){return this.folderRepairExecutor.executeRepairFolder(e)}};function qr(n,e,t,r,i){if(n==="json"){let s={command:e,filepath:t,action:r,...i&&{changes:i}},a=X.success(s);console.log(JSON.stringify(a,null,2))}else console.log(`\u2705 ${r}`)}o(qr,"outputResult");function cc(n,e,t,r){let i=new Ke(`--${e} option is required for ${t} command`,r,{command:t,missingOption:e});D.handle(i)}o(cc,"handleMissingOption");function mD(){return new ae("command").description("Execute plugin command on single asset").argument("<command-name>","Command to execute (rename-to-uid, start, complete, schedule, set-deadline, etc.)").argument("<filepath>","Path to asset file (relative to vault root or absolute)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--label <value>","Asset label (required for update-label and creation commands)").option("--prototype <uid>","Prototype UID for inheritance (creation commands)").option("--area <uid>","Area UID for effort linkage (creation commands)").option("--parent <uid>","Parent UID for effort linkage (creation commands)").option("--date <value>","Date in YYYY-MM-DD format (required for schedule and set-deadline commands)").option("--dry-run","Preview changes without modifying files").option("--format <type>","Output format: text|json (default: text)","text").action(async(n,e,t)=>{let r=t.format||"text";D.setFormat(r),n==="start"&&console.error("\u26A0\uFE0F DEPRECATED: `command start <path>` is deprecated. Use `dyncommand exec <uid>` instead. `command start <path>` will be removed in 2 minor releases (T7.3).");try{let i=(0,pD.resolve)(t.vault),s=new ay(i,t.dryRun);switch(n){case"rename-to-uid":await s.executeRenameToUid(e),qr(r,n,e,"Renamed file to UID-based name");break;case"update-label":t.label||cc(r,"label","update-label",'exocortex command update-label <filepath> --label "<value>"'),await s.executeUpdateLabel(e,t.label),qr(r,n,e,`Updated label to "${t.label}"`,{label:t.label});break;case"start":await s.executeStart(e),qr(r,n,e,"Started task");break;case"complete":await s.executeComplete(e),qr(r,n,e,"Completed task");break;case"trash":await s.executeTrash(e),qr(r,n,e,"Moved task to trash");break;case"archive":await s.executeArchive(e),qr(r,n,e,"Archived task");break;case"move-to-backlog":await s.executeMoveToBacklog(e),qr(r,n,e,"Moved task to backlog");break;case"move-to-analysis":await s.executeMoveToAnalysis(e),qr(r,n,e,"Moved task to analysis");break;case"move-to-todo":await s.executeMoveToToDo(e),qr(r,n,e,"Moved task to todo");break;case"create-task":t.label||cc(r,"label","create-task",'exocortex command create-task <filepath> --label "<value>"'),await s.executeCreateTask(e,t.label,{prototype:t.prototype,area:t.area,parent:t.parent}),qr(r,n,e,`Created task "${t.label}"`,{label:t.label,prototype:t.prototype,area:t.area,parent:t.parent});break;case"create-meeting":t.label||cc(r,"label","create-meeting",'exocortex command create-meeting <filepath> --label "<value>"'),await s.executeCreateMeeting(e,t.label,{prototype:t.prototype,area:t.area,parent:t.parent}),qr(r,n,e,`Created meeting "${t.label}"`,{label:t.label,prototype:t.prototype,area:t.area,parent:t.parent});break;case"create-project":t.label||cc(r,"label","create-project",'exocortex command create-project <filepath> --label "<value>"'),await s.executeCreateProject(e,t.label,{prototype:t.prototype,area:t.area,parent:t.parent}),qr(r,n,e,`Created project "${t.label}"`,{label:t.label,prototype:t.prototype,area:t.area,parent:t.parent});break;case"create-area":t.label||cc(r,"label","create-area",'exocortex command create-area <filepath> --label "<value>"'),await s.executeCreateArea(e,t.label,{prototype:t.prototype,area:t.area,parent:t.parent}),qr(r,n,e,`Created area "${t.label}"`,{label:t.label,prototype:t.prototype,area:t.area,parent:t.parent});break;case"schedule":t.date||cc(r,"date","schedule",'exocortex command schedule <filepath> --date "YYYY-MM-DD"'),await s.executeSchedule(e,t.date),qr(r,n,e,`Scheduled task for ${t.date}`,{date:t.date});break;case"set-deadline":t.date||cc(r,"date","set-deadline",'exocortex command set-deadline <filepath> --date "YYYY-MM-DD"'),await s.executeSetDeadline(e,t.date),qr(r,n,e,`Set deadline to ${t.date}`,{date:t.date});break;case"repair-folder":{let a=await s.executeRepairFolder(e);qr(r,n,e,a.moved?`Moved to correct folder: ${a.newPath}`:"Already in correct folder",{moved:a.moved,oldPath:a.oldPath,newPath:a.newPath,expectedFolder:a.expectedFolder});break}default:await s.execute(n,e,t),qr(r,n,e,`Executed ${n}`);break}}catch(i){D.handle(i)}})}o(mD,"commandCommand");var yD=require("path");var _a=K(require("fs")),VE=K(require("path")),gD=require("events");var UY={watch:_a.default.watch.bind(_a.default),existsSync:_a.default.existsSync.bind(_a.default),statSync:_a.default.statSync.bind(_a.default),readFileSync:_a.default.readFileSync.bind(_a.default)},oy=class extends gD.EventEmitter{constructor(t,r={}){super();this.watcher=null;this.debounceTimers=new Map;this.isRunning=!1;this.vaultPath=VE.default.resolve(t),this.fsAdapter=r.fsAdapter??UY,this.options={pattern:r.pattern??"**/*.md",assetType:r.assetType??"",debounceMs:r.debounceMs??100,recursive:r.recursive??!0}}static{o(this,"FileSystemWatcher")}start(){this.isRunning||(this.watcher=this.fsAdapter.watch(this.vaultPath,{recursive:this.options.recursive},(t,r)=>{r&&this.handleFileEvent(t,r.toString())}),this.watcher.on("error",t=>{this.emit("error",t)}),this.isRunning=!0,this.emit("started"))}stop(){if(this.isRunning){for(let t of this.debounceTimers.values())clearTimeout(t);this.debounceTimers.clear(),this.watcher&&(this.watcher.close(),this.watcher=null),this.isRunning=!1,this.emit("stopped")}}isWatching(){return this.isRunning}handleFileEvent(t,r){let i=VE.default.join(this.vaultPath,r),s=r;if(!this.matchesPattern(s))return;let a=this.debounceTimers.get(i);a&&clearTimeout(a);let c=setTimeout(()=>{this.debounceTimers.delete(i),this.processFileEvent(i,s)},this.options.debounceMs);this.debounceTimers.set(i,c)}processFileEvent(t,r){let i=this.fsAdapter.existsSync(t),s;if(!i)s="delete";else{let l=this.fsAdapter.statSync(t);s=Date.now()-l.birthtimeMs<1e3?"create":"modify"}let a;if(i&&t.endsWith(".md")&&(a=this.extractAssetType(t)),this.options.assetType&&a!==this.options.assetType)return;let c={type:s,path:t,relativePath:r,timestamp:new Date().toISOString(),assetType:a};this.emit("change",c)}matchesPattern(t){return this.options.pattern?Ur(t,this.options.pattern):!0}extractAssetType(t){try{let i=this.fsAdapter.readFileSync(t,"utf-8").match(/^---\n([\s\S]*?)\n---/);if(!i)return;let a=i[1].match(/exo__Instance_class:\s*(?:\[?"?\[\[([^\]]+)\]\]"?\]?|"?\[\[([^\]]+)\]\]"?)/);return a?a[1]||a[2]:void 0}catch{return}}};var qE=K(require("fs"));function _D(){return new ae("watch").description("Watch vault for file changes and emit NDJSON events").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--pattern <glob>","Glob pattern to filter files (e.g., '*.md', 'tasks/**')").option("--asset-type <type>","Filter by asset type (e.g., 'ems__Task', 'ems__Project')").option("--debounce <ms>","Debounce interval in milliseconds","100").action(async n=>{D.setFormat("json");try{let e=(0,yD.resolve)(n.vault);if(!qE.default.existsSync(e))throw new Te(e);if(!qE.default.statSync(e).isDirectory())throw new Ke(`Vault path is not a directory: ${e}`,"Provide a path to a directory, not a file",{vaultPath:e});let t=parseInt(n.debounce?.toString()??"100",10);if(isNaN(t)||t<0)throw new Ke("--debounce must be a non-negative integer","Use a positive integer value for debounce",{debounce:n.debounce});let r=new oy(e,{pattern:n.pattern,assetType:n.assetType,debounceMs:t});r.on("change",s=>{console.log(JSON.stringify(s))}),r.on("error",s=>{let a=X.error("INTERNAL_OPERATION_FAILED",s.message,5,{recovery:{message:"Check file permissions and vault access",suggestion:"Ensure the vault directory is accessible"}});console.log(JSON.stringify(a))});let i=o(()=>{r.stop(),process.exit(0)},"shutdown");process.on("SIGINT",i),process.on("SIGTERM",i),console.error(`Watching vault: ${e}`),n.pattern&&console.error(` Pattern filter: ${n.pattern}`),n.assetType&&console.error(` Asset type filter: ${n.assetType}`),console.error(` Debounce: ${t}ms`),console.error("Press Ctrl+C to stop"),r.start()}catch(e){D.handle(e)}})}o(_D,"watchCommand");var GE=require("path"),zE=K(Za());var lc=K(require("path"));var lu=K(Pt());var Yi=K(Za()),WE=K(require("crypto"));var cy=class{constructor(){this.backups=new Map;this.fileHashes=new Map}static{o(this,"TransactionManager")}async begin(e){if(!Yi.default.existsSync(e))throw new Error(`Cannot backup non-existent file: ${e}`);let t=await Yi.default.readFile(e,"utf-8"),r=WE.default.createHash("sha256").update(t).digest("hex");this.fileHashes.set(e,r);let i=`${e}.backup.${Date.now()}`;await Yi.default.writeFile(i,t,"utf-8"),this.backups.set(e,i)}async verify(e){let t=this.fileHashes.get(e);if(!t)return!0;if(!Yi.default.existsSync(e))return!1;let r=await Yi.default.readFile(e,"utf-8");return WE.default.createHash("sha256").update(r).digest("hex")===t}async commit(){for(let e of this.backups.values())Yi.default.existsSync(e)&&await Yi.default.remove(e);this.backups.clear(),this.fileHashes.clear()}async rollback(){for(let[e,t]of this.backups.entries())Yi.default.existsSync(t)&&(await Yi.default.copy(t,e,{overwrite:!0}),await Yi.default.remove(t));this.backups.clear(),this.fileHashes.clear()}getTrackedFiles(){return Array.from(this.backups.keys())}};var uc=class{static{o(this,"BatchExecutor")}constructor(e,t=!1){this.pathResolver=new ou(e),this.fsAdapter=new Ot(e),this.frontmatterService=new lu.FrontmatterService,this.transactionManager=new cy,this.dryRun=t}async executeBatch(e,t=!1){let r=Date.now(),i=[],s=0,a=0;if(e.length===0)return{success:!0,total:0,succeeded:0,failed:0,results:[],durationMs:Date.now()-r,atomic:t};if(t&&!this.dryRun)try{await this.backupAllFiles(e)}catch(l){return{success:!1,total:e.length,succeeded:0,failed:e.length,results:e.map(u=>({success:!1,command:u.command,filepath:u.filepath,error:`Backup failed: ${l.message}`})),durationMs:Date.now()-r,atomic:t}}for(let l of e){let u=await this.executeSingleOperation(l);if(i.push(u),u.success)s++;else if(a++,t&&!this.dryRun){await this.transactionManager.rollback();let f=i.length;for(let d=f;d<e.length;d++)i.push({success:!1,command:e[d].command,filepath:e[d].filepath,error:"Not executed due to atomic rollback"}),a++;return{success:!1,total:e.length,succeeded:0,failed:e.length,results:i,durationMs:Date.now()-r,atomic:t,rolledBack:!0}}}return t&&!this.dryRun&&await this.transactionManager.commit(),{success:a===0,total:e.length,succeeded:s,failed:a,results:i,durationMs:Date.now()-r,atomic:t,...t&&{rolledBack:!1}}}static parseInput(e){try{let t=JSON.parse(e);if(!Array.isArray(t))throw new Ke("Batch input must be a JSON array of operations",`exo batch --input '[{"command":"start","filepath":"task.md"}]'`);for(let r of t){if(!r.command||typeof r.command!="string")throw new Ke('Each operation must have a "command" string property','{"command":"start","filepath":"task.md"}');if(!r.filepath||typeof r.filepath!="string")throw new Ke('Each operation must have a "filepath" string property','{"command":"start","filepath":"task.md"}')}return t}catch(t){throw t instanceof Ke?t:new Ke(`Failed to parse batch input: ${t.message}`,`exo batch --input '[{"command":"start","filepath":"task.md"}]'`)}}async backupAllFiles(e){let t=new Set;for(let r of e){let i=this.pathResolver.resolve(r.filepath);t.add(i)}for(let r of t)await this.transactionManager.begin(r)}async executeSingleOperation(e){try{let t=this.pathResolver.resolve(e.filepath);this.pathResolver.validate(t);let r=t.replace(this.pathResolver.getVaultRoot()+"/","");if(await this.fsAdapter.readFile(r),this.dryRun)return{success:!0,command:e.command,filepath:e.filepath,action:`Would execute ${e.command} (dry-run)`};switch(e.command){case"start":return await this.executeStart(r,e);case"complete":return await this.executeComplete(r,e);case"trash":return await this.executeTrash(r,e);case"archive":return await this.executeArchive(r,e);case"move-to-backlog":return await this.executeStatusUpdate(r,e,"ems__EffortStatusBacklog","Moved to backlog");case"move-to-analysis":return await this.executeStatusUpdate(r,e,"ems__EffortStatusAnalysis","Moved to analysis");case"move-to-todo":return await this.executeStatusUpdate(r,e,"ems__EffortStatusToDo","Moved to todo");case"update-label":return await this.executeUpdateLabel(r,e);case"schedule":return await this.executeSchedule(r,e);case"set-deadline":return await this.executeSetDeadline(r,e);case"repair-folder":return await this.executeRepairFolder(r,e);default:return{success:!1,command:e.command,filepath:e.filepath,error:`Unknown command: ${e.command}`}}}catch(t){return{success:!1,command:e.command,filepath:e.filepath,error:t.message}}}getCurrentTimestamp(){return lu.DateFormatter.toLocalTimestamp(new Date)}async executeStart(e,t){let r=await this.fsAdapter.readFile(e),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDoing]]"');return s=this.frontmatterService.updateProperty(s,"ems__Effort_startTimestamp",i),await this.fsAdapter.updateFile(e,s),{success:!0,command:t.command,filepath:t.filepath,action:"Started task",changes:{status:"Doing",startTimestamp:i}}}async executeComplete(e,t){let r=await this.fsAdapter.readFile(e),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDone]]"');return s=this.frontmatterService.updateProperty(s,"ems__Effort_endTimestamp",i),s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(e,s),{success:!0,command:t.command,filepath:t.filepath,action:"Completed task",changes:{status:"Done",endTimestamp:i,resolutionTimestamp:i}}}async executeTrash(e,t){let r=await this.fsAdapter.readFile(e),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusTrashed]]"');return s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(e,s),{success:!0,command:t.command,filepath:t.filepath,action:"Trashed task",changes:{status:"Trashed",resolutionTimestamp:i}}}async executeArchive(e,t){let r=await this.fsAdapter.readFile(e),i=this.frontmatterService.updateProperty(r,"archived","true");return i=this.frontmatterService.removeProperty(i,"aliases"),await this.fsAdapter.updateFile(e,i),{success:!0,command:t.command,filepath:t.filepath,action:"Archived task",changes:{archived:!0,aliasesRemoved:!0}}}async executeStatusUpdate(e,t,r,i){let s=await this.fsAdapter.readFile(e),a=this.frontmatterService.updateProperty(s,"ems__Effort_status",`"[[${r}]]"`);return await this.fsAdapter.updateFile(e,a),{success:!0,command:t.command,filepath:t.filepath,action:i,changes:{status:r.replace("ems__EffortStatus","")}}}async executeUpdateLabel(e,t){let r=t.options?.label;if(!r||r.trim()==="")return{success:!1,command:t.command,filepath:t.filepath,error:'Missing required option: "label"'};let i=r.trim(),s=await this.fsAdapter.readFile(e),a=this.frontmatterService.updateProperty(s,"exo__Asset_label",`"${i}"`);return await this.fsAdapter.updateFile(e,a),{success:!0,command:t.command,filepath:t.filepath,action:`Updated label to "${i}"`,changes:{label:i}}}async executeSchedule(e,t){let r=t.options?.date;if(!r)return{success:!1,command:t.command,filepath:t.filepath,error:'Missing required option: "date"'};if(!/^\d{4}-\d{2}-\d{2}$/.test(r))return{success:!1,command:t.command,filepath:t.filepath,error:`Invalid date format: ${r}. Expected YYYY-MM-DD`};let i=await this.fsAdapter.readFile(e),s=lu.DateFormatter.toTimestampAtStartOfDay(r),a=this.frontmatterService.updateProperty(i,"ems__Effort_scheduledTimestamp",s);return await this.fsAdapter.updateFile(e,a),{success:!0,command:t.command,filepath:t.filepath,action:`Scheduled for ${r}`,changes:{scheduledTimestamp:s}}}async executeSetDeadline(e,t){let r=t.options?.date;if(!r)return{success:!1,command:t.command,filepath:t.filepath,error:'Missing required option: "date"'};if(!/^\d{4}-\d{2}-\d{2}$/.test(r))return{success:!1,command:t.command,filepath:t.filepath,error:`Invalid date format: ${r}. Expected YYYY-MM-DD`};let i=await this.fsAdapter.readFile(e),s=lu.DateFormatter.toTimestampAtStartOfDay(r),a=this.frontmatterService.updateProperty(i,"ems__Effort_deadlineTimestamp",s);return await this.fsAdapter.updateFile(e,a),{success:!0,command:t.command,filepath:t.filepath,action:`Set deadline to ${r}`,changes:{deadlineTimestamp:s}}}async executeRepairFolder(e,t){let i=(await this.fsAdapter.getFileMetadata(e))?.exo__Asset_isDefinedBy;if(!i)return{success:!1,command:t.command,filepath:t.filepath,error:"Cannot determine expected folder: missing exo__Asset_isDefinedBy"};let s=this.extractReference(i);if(!s)return{success:!1,command:t.command,filepath:t.filepath,error:"Cannot determine expected folder: invalid exo__Asset_isDefinedBy format"};let a=await this.findReferencedFile(s,e);if(!a)return{success:!1,command:t.command,filepath:t.filepath,error:`Cannot determine expected folder: referenced asset not found: ${s}`};let c=lc.default.dirname(a),l=c==="."?"":c,u=lc.default.dirname(e),f=u==="."?"":u;if(this.normalizePath(f)===this.normalizePath(l))return{success:!0,command:t.command,filepath:t.filepath,action:"Already in correct folder",changes:{moved:!1,folder:l||"(root)"}};let d=lc.default.basename(e),h=l?`${l}/${d}`:d;return await this.fsAdapter.fileExists(h)?{success:!1,command:t.command,filepath:t.filepath,error:`Cannot move file: ${h} already exists`}:(await this.fsAdapter.renameFile(e,h),{success:!0,command:t.command,filepath:t.filepath,action:`Moved to ${l||"(root)"}`,changes:{moved:!0,oldPath:e,newPath:h,expectedFolder:l||"(root)"}})}extractReference(e){if(typeof e!="string")return null;let t=e.trim().replace(/^["']|["']$/g,"");return t=t.replace(/^\[\[|\]\]$/g,""),t||null}async findReferencedFile(e,t){let r=e.endsWith(".md")?e:`${e}.md`;if(e.includes("/")&&await this.fsAdapter.fileExists(r))return r;let i=lc.default.dirname(t),s=i!=="."?`${i}/${r}`:r;if(await this.fsAdapter.fileExists(s))return s;let c=await this.fsAdapter.findFileByUID(e);return c||(await this.fsAdapter.getMarkdownFiles()).find(f=>{let d=lc.default.basename(f,".md"),h=lc.default.basename(r,".md");return d===h})||null}normalizePath(e){return e.replace(/\\/g,"/").replace(/^\.\//,"").replace(/\/$/,"")}};function VY(n,e){if(n==="json"){let t=X.success(e,{durationMs:e.durationMs,itemCount:e.total});console.log(JSON.stringify(t,null,2))}else{if(console.log(`
|
|
625
|
+
\u{1F4DD} Note: Actual command execution will be implemented in follow-up issues.`),console.log(" This PR establishes the infrastructure foundation."),process.exit(0)}catch(i){D.handle(i)}}getVaultRoot(){return this.context.pathResolver.getVaultRoot()}async executeStart(e){return this.statusExecutor.executeStart(e)}async executeComplete(e){return this.statusExecutor.executeComplete(e)}async executeTrash(e){return this.statusExecutor.executeTrash(e)}async executeArchive(e){return this.statusExecutor.executeArchive(e)}async executeMoveToBacklog(e){return this.statusExecutor.executeMoveToBacklog(e)}async executeMoveToAnalysis(e){return this.statusExecutor.executeMoveToAnalysis(e)}async executeMoveToToDo(e){return this.statusExecutor.executeMoveToToDo(e)}async executeCreateTask(e,t,r={}){return this.creationExecutor.executeCreateTask(e,t,r)}async executeCreateMeeting(e,t,r={}){return this.creationExecutor.executeCreateMeeting(e,t,r)}async executeCreateProject(e,t,r={}){return this.creationExecutor.executeCreateProject(e,t,r)}async executeCreateArea(e,t,r={}){return this.creationExecutor.executeCreateArea(e,t,r)}async executeRenameToUid(e){return this.propertyExecutor.executeRenameToUid(e)}async executeUpdateLabel(e,t){return this.propertyExecutor.executeUpdateLabel(e,t)}async executeSchedule(e,t){return this.propertyExecutor.executeSchedule(e,t)}async executeSetDeadline(e,t){return this.propertyExecutor.executeSetDeadline(e,t)}async executeRepairFolder(e){return this.folderRepairExecutor.executeRepairFolder(e)}};function qr(n,e,t,r,i){if(n==="json"){let s={command:e,filepath:t,action:r,...i&&{changes:i}},a=X.success(s);console.log(JSON.stringify(a,null,2))}else console.log(`\u2705 ${r}`)}o(qr,"outputResult");function cc(n,e,t,r){let i=new Ke(`--${e} option is required for ${t} command`,r,{command:t,missingOption:e});D.handle(i)}o(cc,"handleMissingOption");function mD(){return new ae("command").description("Execute plugin command on single asset").argument("<command-name>","Command to execute (rename-to-uid, start, complete, schedule, set-deadline, etc.)").argument("<filepath>","Path to asset file (relative to vault root or absolute)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--label <value>","Asset label (required for update-label and creation commands)").option("--prototype <uid>","Prototype UID for inheritance (creation commands)").option("--area <uid>","Area UID for effort linkage (creation commands)").option("--parent <uid>","Parent UID for effort linkage (creation commands)").option("--date <value>","Date in YYYY-MM-DD format (required for schedule and set-deadline commands)").option("--dry-run","Preview changes without modifying files").option("--format <type>","Output format: text|json (default: text)","text").action(async(n,e,t)=>{let r=t.format||"text";D.setFormat(r),n==="start"&&console.error("\u26A0\uFE0F DEPRECATED: `command start <path>` is deprecated. Use `dyncommand exec <uid>` instead. `command start <path>` will be removed in 2 minor releases (T7.3).");try{let i=(0,pD.resolve)(t.vault),s=new ay(i,t.dryRun);switch(n){case"rename-to-uid":await s.executeRenameToUid(e),qr(r,n,e,"Renamed file to UID-based name");break;case"update-label":t.label||cc(r,"label","update-label",'exocortex command update-label <filepath> --label "<value>"'),await s.executeUpdateLabel(e,t.label),qr(r,n,e,`Updated label to "${t.label}"`,{label:t.label});break;case"start":await s.executeStart(e),qr(r,n,e,"Started task");break;case"complete":await s.executeComplete(e),qr(r,n,e,"Completed task");break;case"trash":await s.executeTrash(e),qr(r,n,e,"Moved task to trash");break;case"archive":await s.executeArchive(e),qr(r,n,e,"Archived task");break;case"move-to-backlog":await s.executeMoveToBacklog(e),qr(r,n,e,"Moved task to backlog");break;case"move-to-analysis":await s.executeMoveToAnalysis(e),qr(r,n,e,"Moved task to analysis");break;case"move-to-todo":await s.executeMoveToToDo(e),qr(r,n,e,"Moved task to todo");break;case"create-task":t.label||cc(r,"label","create-task",'exocortex command create-task <filepath> --label "<value>"'),await s.executeCreateTask(e,t.label,{prototype:t.prototype,area:t.area,parent:t.parent}),qr(r,n,e,`Created task "${t.label}"`,{label:t.label,prototype:t.prototype,area:t.area,parent:t.parent});break;case"create-meeting":t.label||cc(r,"label","create-meeting",'exocortex command create-meeting <filepath> --label "<value>"'),await s.executeCreateMeeting(e,t.label,{prototype:t.prototype,area:t.area,parent:t.parent}),qr(r,n,e,`Created meeting "${t.label}"`,{label:t.label,prototype:t.prototype,area:t.area,parent:t.parent});break;case"create-project":t.label||cc(r,"label","create-project",'exocortex command create-project <filepath> --label "<value>"'),await s.executeCreateProject(e,t.label,{prototype:t.prototype,area:t.area,parent:t.parent}),qr(r,n,e,`Created project "${t.label}"`,{label:t.label,prototype:t.prototype,area:t.area,parent:t.parent});break;case"create-area":t.label||cc(r,"label","create-area",'exocortex command create-area <filepath> --label "<value>"'),await s.executeCreateArea(e,t.label,{prototype:t.prototype,area:t.area,parent:t.parent}),qr(r,n,e,`Created area "${t.label}"`,{label:t.label,prototype:t.prototype,area:t.area,parent:t.parent});break;case"schedule":t.date||cc(r,"date","schedule",'exocortex command schedule <filepath> --date "YYYY-MM-DD"'),await s.executeSchedule(e,t.date),qr(r,n,e,`Scheduled task for ${t.date}`,{date:t.date});break;case"set-deadline":t.date||cc(r,"date","set-deadline",'exocortex command set-deadline <filepath> --date "YYYY-MM-DD"'),await s.executeSetDeadline(e,t.date),qr(r,n,e,`Set deadline to ${t.date}`,{date:t.date});break;case"repair-folder":{let a=await s.executeRepairFolder(e);qr(r,n,e,a.moved?`Moved to correct folder: ${a.newPath}`:"Already in correct folder",{moved:a.moved,oldPath:a.oldPath,newPath:a.newPath,expectedFolder:a.expectedFolder});break}default:await s.execute(n,e,t),qr(r,n,e,`Executed ${n}`);break}}catch(i){D.handle(i)}})}o(mD,"commandCommand");var yD=require("path");var _a=K(require("fs")),VE=K(require("path")),gD=require("events");var qY={watch:_a.default.watch.bind(_a.default),existsSync:_a.default.existsSync.bind(_a.default),statSync:_a.default.statSync.bind(_a.default),readFileSync:_a.default.readFileSync.bind(_a.default)},oy=class extends gD.EventEmitter{constructor(t,r={}){super();this.watcher=null;this.debounceTimers=new Map;this.isRunning=!1;this.vaultPath=VE.default.resolve(t),this.fsAdapter=r.fsAdapter??qY,this.options={pattern:r.pattern??"**/*.md",assetType:r.assetType??"",debounceMs:r.debounceMs??100,recursive:r.recursive??!0}}static{o(this,"FileSystemWatcher")}start(){this.isRunning||(this.watcher=this.fsAdapter.watch(this.vaultPath,{recursive:this.options.recursive},(t,r)=>{r&&this.handleFileEvent(t,r.toString())}),this.watcher.on("error",t=>{this.emit("error",t)}),this.isRunning=!0,this.emit("started"))}stop(){if(this.isRunning){for(let t of this.debounceTimers.values())clearTimeout(t);this.debounceTimers.clear(),this.watcher&&(this.watcher.close(),this.watcher=null),this.isRunning=!1,this.emit("stopped")}}isWatching(){return this.isRunning}handleFileEvent(t,r){let i=VE.default.join(this.vaultPath,r),s=r;if(!this.matchesPattern(s))return;let a=this.debounceTimers.get(i);a&&clearTimeout(a);let c=setTimeout(()=>{this.debounceTimers.delete(i),this.processFileEvent(i,s)},this.options.debounceMs);this.debounceTimers.set(i,c)}processFileEvent(t,r){let i=this.fsAdapter.existsSync(t),s;if(!i)s="delete";else{let l=this.fsAdapter.statSync(t);s=Date.now()-l.birthtimeMs<1e3?"create":"modify"}let a;if(i&&t.endsWith(".md")&&(a=this.extractAssetType(t)),this.options.assetType&&a!==this.options.assetType)return;let c={type:s,path:t,relativePath:r,timestamp:new Date().toISOString(),assetType:a};this.emit("change",c)}matchesPattern(t){return this.options.pattern?Ur(t,this.options.pattern):!0}extractAssetType(t){try{let i=this.fsAdapter.readFileSync(t,"utf-8").match(/^---\n([\s\S]*?)\n---/);if(!i)return;let a=i[1].match(/exo__Instance_class:\s*(?:\[?"?\[\[([^\]]+)\]\]"?\]?|"?\[\[([^\]]+)\]\]"?)/);return a?a[1]||a[2]:void 0}catch{return}}};var qE=K(require("fs"));function _D(){return new ae("watch").description("Watch vault for file changes and emit NDJSON events").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--pattern <glob>","Glob pattern to filter files (e.g., '*.md', 'tasks/**')").option("--asset-type <type>","Filter by asset type (e.g., 'ems__Task', 'ems__Project')").option("--debounce <ms>","Debounce interval in milliseconds","100").action(async n=>{D.setFormat("json");try{let e=(0,yD.resolve)(n.vault);if(!qE.default.existsSync(e))throw new Te(e);if(!qE.default.statSync(e).isDirectory())throw new Ke(`Vault path is not a directory: ${e}`,"Provide a path to a directory, not a file",{vaultPath:e});let t=parseInt(n.debounce?.toString()??"100",10);if(isNaN(t)||t<0)throw new Ke("--debounce must be a non-negative integer","Use a positive integer value for debounce",{debounce:n.debounce});let r=new oy(e,{pattern:n.pattern,assetType:n.assetType,debounceMs:t});r.on("change",s=>{console.log(JSON.stringify(s))}),r.on("error",s=>{let a=X.error("INTERNAL_OPERATION_FAILED",s.message,5,{recovery:{message:"Check file permissions and vault access",suggestion:"Ensure the vault directory is accessible"}});console.log(JSON.stringify(a))});let i=o(()=>{r.stop(),process.exit(0)},"shutdown");process.on("SIGINT",i),process.on("SIGTERM",i),console.error(`Watching vault: ${e}`),n.pattern&&console.error(` Pattern filter: ${n.pattern}`),n.assetType&&console.error(` Asset type filter: ${n.assetType}`),console.error(` Debounce: ${t}ms`),console.error("Press Ctrl+C to stop"),r.start()}catch(e){D.handle(e)}})}o(_D,"watchCommand");var GE=require("path"),zE=K(Za());var lc=K(require("path"));var lu=K(Pt());var Yi=K(Za()),WE=K(require("crypto"));var cy=class{constructor(){this.backups=new Map;this.fileHashes=new Map}static{o(this,"TransactionManager")}async begin(e){if(!Yi.default.existsSync(e))throw new Error(`Cannot backup non-existent file: ${e}`);let t=await Yi.default.readFile(e,"utf-8"),r=WE.default.createHash("sha256").update(t).digest("hex");this.fileHashes.set(e,r);let i=`${e}.backup.${Date.now()}`;await Yi.default.writeFile(i,t,"utf-8"),this.backups.set(e,i)}async verify(e){let t=this.fileHashes.get(e);if(!t)return!0;if(!Yi.default.existsSync(e))return!1;let r=await Yi.default.readFile(e,"utf-8");return WE.default.createHash("sha256").update(r).digest("hex")===t}async commit(){for(let e of this.backups.values())Yi.default.existsSync(e)&&await Yi.default.remove(e);this.backups.clear(),this.fileHashes.clear()}async rollback(){for(let[e,t]of this.backups.entries())Yi.default.existsSync(t)&&(await Yi.default.copy(t,e,{overwrite:!0}),await Yi.default.remove(t));this.backups.clear(),this.fileHashes.clear()}getTrackedFiles(){return Array.from(this.backups.keys())}};var uc=class{static{o(this,"BatchExecutor")}constructor(e,t=!1){this.pathResolver=new ou(e),this.fsAdapter=new Ot(e),this.frontmatterService=new lu.FrontmatterService,this.transactionManager=new cy,this.dryRun=t}async executeBatch(e,t=!1){let r=Date.now(),i=[],s=0,a=0;if(e.length===0)return{success:!0,total:0,succeeded:0,failed:0,results:[],durationMs:Date.now()-r,atomic:t};if(t&&!this.dryRun)try{await this.backupAllFiles(e)}catch(l){return{success:!1,total:e.length,succeeded:0,failed:e.length,results:e.map(u=>({success:!1,command:u.command,filepath:u.filepath,error:`Backup failed: ${l.message}`})),durationMs:Date.now()-r,atomic:t}}for(let l of e){let u=await this.executeSingleOperation(l);if(i.push(u),u.success)s++;else if(a++,t&&!this.dryRun){await this.transactionManager.rollback();let f=i.length;for(let d=f;d<e.length;d++)i.push({success:!1,command:e[d].command,filepath:e[d].filepath,error:"Not executed due to atomic rollback"}),a++;return{success:!1,total:e.length,succeeded:0,failed:e.length,results:i,durationMs:Date.now()-r,atomic:t,rolledBack:!0}}}return t&&!this.dryRun&&await this.transactionManager.commit(),{success:a===0,total:e.length,succeeded:s,failed:a,results:i,durationMs:Date.now()-r,atomic:t,...t&&{rolledBack:!1}}}static parseInput(e){try{let t=JSON.parse(e);if(!Array.isArray(t))throw new Ke("Batch input must be a JSON array of operations",`exo batch --input '[{"command":"start","filepath":"task.md"}]'`);for(let r of t){if(!r.command||typeof r.command!="string")throw new Ke('Each operation must have a "command" string property','{"command":"start","filepath":"task.md"}');if(!r.filepath||typeof r.filepath!="string")throw new Ke('Each operation must have a "filepath" string property','{"command":"start","filepath":"task.md"}')}return t}catch(t){throw t instanceof Ke?t:new Ke(`Failed to parse batch input: ${t.message}`,`exo batch --input '[{"command":"start","filepath":"task.md"}]'`)}}async backupAllFiles(e){let t=new Set;for(let r of e){let i=this.pathResolver.resolve(r.filepath);t.add(i)}for(let r of t)await this.transactionManager.begin(r)}async executeSingleOperation(e){try{let t=this.pathResolver.resolve(e.filepath);this.pathResolver.validate(t);let r=t.replace(this.pathResolver.getVaultRoot()+"/","");if(await this.fsAdapter.readFile(r),this.dryRun)return{success:!0,command:e.command,filepath:e.filepath,action:`Would execute ${e.command} (dry-run)`};switch(e.command){case"start":return await this.executeStart(r,e);case"complete":return await this.executeComplete(r,e);case"trash":return await this.executeTrash(r,e);case"archive":return await this.executeArchive(r,e);case"move-to-backlog":return await this.executeStatusUpdate(r,e,"ems__EffortStatusBacklog","Moved to backlog");case"move-to-analysis":return await this.executeStatusUpdate(r,e,"ems__EffortStatusAnalysis","Moved to analysis");case"move-to-todo":return await this.executeStatusUpdate(r,e,"ems__EffortStatusToDo","Moved to todo");case"update-label":return await this.executeUpdateLabel(r,e);case"schedule":return await this.executeSchedule(r,e);case"set-deadline":return await this.executeSetDeadline(r,e);case"repair-folder":return await this.executeRepairFolder(r,e);default:return{success:!1,command:e.command,filepath:e.filepath,error:`Unknown command: ${e.command}`}}}catch(t){return{success:!1,command:e.command,filepath:e.filepath,error:t.message}}}getCurrentTimestamp(){return lu.DateFormatter.toLocalTimestamp(new Date)}async executeStart(e,t){let r=await this.fsAdapter.readFile(e),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDoing]]"');return s=this.frontmatterService.updateProperty(s,"ems__Effort_startTimestamp",i),await this.fsAdapter.updateFile(e,s),{success:!0,command:t.command,filepath:t.filepath,action:"Started task",changes:{status:"Doing",startTimestamp:i}}}async executeComplete(e,t){let r=await this.fsAdapter.readFile(e),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDone]]"');return s=this.frontmatterService.updateProperty(s,"ems__Effort_endTimestamp",i),s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(e,s),{success:!0,command:t.command,filepath:t.filepath,action:"Completed task",changes:{status:"Done",endTimestamp:i,resolutionTimestamp:i}}}async executeTrash(e,t){let r=await this.fsAdapter.readFile(e),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusTrashed]]"');return s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(e,s),{success:!0,command:t.command,filepath:t.filepath,action:"Trashed task",changes:{status:"Trashed",resolutionTimestamp:i}}}async executeArchive(e,t){let r=await this.fsAdapter.readFile(e),i=this.frontmatterService.updateProperty(r,"archived","true");return i=this.frontmatterService.removeProperty(i,"aliases"),await this.fsAdapter.updateFile(e,i),{success:!0,command:t.command,filepath:t.filepath,action:"Archived task",changes:{archived:!0,aliasesRemoved:!0}}}async executeStatusUpdate(e,t,r,i){let s=await this.fsAdapter.readFile(e),a=this.frontmatterService.updateProperty(s,"ems__Effort_status",`"[[${r}]]"`);return await this.fsAdapter.updateFile(e,a),{success:!0,command:t.command,filepath:t.filepath,action:i,changes:{status:r.replace("ems__EffortStatus","")}}}async executeUpdateLabel(e,t){let r=t.options?.label;if(!r||r.trim()==="")return{success:!1,command:t.command,filepath:t.filepath,error:'Missing required option: "label"'};let i=r.trim(),s=await this.fsAdapter.readFile(e),a=this.frontmatterService.updateProperty(s,"exo__Asset_label",`"${i}"`);return await this.fsAdapter.updateFile(e,a),{success:!0,command:t.command,filepath:t.filepath,action:`Updated label to "${i}"`,changes:{label:i}}}async executeSchedule(e,t){let r=t.options?.date;if(!r)return{success:!1,command:t.command,filepath:t.filepath,error:'Missing required option: "date"'};if(!/^\d{4}-\d{2}-\d{2}$/.test(r))return{success:!1,command:t.command,filepath:t.filepath,error:`Invalid date format: ${r}. Expected YYYY-MM-DD`};let i=await this.fsAdapter.readFile(e),s=lu.DateFormatter.toTimestampAtStartOfDay(r),a=this.frontmatterService.updateProperty(i,"ems__Effort_scheduledTimestamp",s);return await this.fsAdapter.updateFile(e,a),{success:!0,command:t.command,filepath:t.filepath,action:`Scheduled for ${r}`,changes:{scheduledTimestamp:s}}}async executeSetDeadline(e,t){let r=t.options?.date;if(!r)return{success:!1,command:t.command,filepath:t.filepath,error:'Missing required option: "date"'};if(!/^\d{4}-\d{2}-\d{2}$/.test(r))return{success:!1,command:t.command,filepath:t.filepath,error:`Invalid date format: ${r}. Expected YYYY-MM-DD`};let i=await this.fsAdapter.readFile(e),s=lu.DateFormatter.toTimestampAtStartOfDay(r),a=this.frontmatterService.updateProperty(i,"ems__Effort_deadlineTimestamp",s);return await this.fsAdapter.updateFile(e,a),{success:!0,command:t.command,filepath:t.filepath,action:`Set deadline to ${r}`,changes:{deadlineTimestamp:s}}}async executeRepairFolder(e,t){let i=(await this.fsAdapter.getFileMetadata(e))?.exo__Asset_isDefinedBy;if(!i)return{success:!1,command:t.command,filepath:t.filepath,error:"Cannot determine expected folder: missing exo__Asset_isDefinedBy"};let s=this.extractReference(i);if(!s)return{success:!1,command:t.command,filepath:t.filepath,error:"Cannot determine expected folder: invalid exo__Asset_isDefinedBy format"};let a=await this.findReferencedFile(s,e);if(!a)return{success:!1,command:t.command,filepath:t.filepath,error:`Cannot determine expected folder: referenced asset not found: ${s}`};let c=lc.default.dirname(a),l=c==="."?"":c,u=lc.default.dirname(e),f=u==="."?"":u;if(this.normalizePath(f)===this.normalizePath(l))return{success:!0,command:t.command,filepath:t.filepath,action:"Already in correct folder",changes:{moved:!1,folder:l||"(root)"}};let d=lc.default.basename(e),h=l?`${l}/${d}`:d;return await this.fsAdapter.fileExists(h)?{success:!1,command:t.command,filepath:t.filepath,error:`Cannot move file: ${h} already exists`}:(await this.fsAdapter.renameFile(e,h),{success:!0,command:t.command,filepath:t.filepath,action:`Moved to ${l||"(root)"}`,changes:{moved:!0,oldPath:e,newPath:h,expectedFolder:l||"(root)"}})}extractReference(e){if(typeof e!="string")return null;let t=e.trim().replace(/^["']|["']$/g,"");return t=t.replace(/^\[\[|\]\]$/g,""),t||null}async findReferencedFile(e,t){let r=e.endsWith(".md")?e:`${e}.md`;if(e.includes("/")&&await this.fsAdapter.fileExists(r))return r;let i=lc.default.dirname(t),s=i!=="."?`${i}/${r}`:r;if(await this.fsAdapter.fileExists(s))return s;let c=await this.fsAdapter.findFileByUID(e);return c||(await this.fsAdapter.getMarkdownFiles()).find(f=>{let d=lc.default.basename(f,".md"),h=lc.default.basename(r,".md");return d===h})||null}normalizePath(e){return e.replace(/\\/g,"/").replace(/^\.\//,"").replace(/\/$/,"")}};function WY(n,e){if(n==="json"){let t=X.success(e,{durationMs:e.durationMs,itemCount:e.total});console.log(JSON.stringify(t,null,2))}else{if(console.log(`
|
|
626
626
|
\u{1F4E6} Batch Execution ${e.success?"Complete":"Failed"}`),console.log(` Total: ${e.total} operations`),console.log(` \u2705 Succeeded: ${e.succeeded}`),console.log(` \u274C Failed: ${e.failed}`),console.log(` \u23F1\uFE0F Duration: ${e.durationMs}ms`),e.atomic&&console.log(` \u{1F512} Atomic mode: ${e.rolledBack?"Rolled back":"Committed"}`),e.failed>0){console.log(`
|
|
627
627
|
\u{1F4CB} Failed Operations:`);for(let t of e.results.filter(r=>!r.success))console.log(` \u274C ${t.command} ${t.filepath}: ${t.error}`)}if(e.succeeded>0&&n==="text"){console.log(`
|
|
628
|
-
\u{1F4CB} Successful Operations:`);for(let t of e.results.filter(r=>r.success))console.log(` \u2705 ${t.command} ${t.filepath}: ${t.action}`)}}}o(
|
|
628
|
+
\u{1F4CB} Successful Operations:`);for(let t of e.results.filter(r=>r.success))console.log(` \u2705 ${t.command} ${t.filepath}: ${t.action}`)}}}o(WY,"outputResult");function SD(){return new ae("batch").description("Execute multiple operations in a single CLI invocation").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--input <json>","JSON array of operations to execute").option("--file <path>","Path to JSON file containing operations").option("--atomic","All-or-nothing execution (rollback on any failure)").option("--dry-run","Preview changes without modifying files").option("--format <type>","Output format: text|json (default: text)","text").action(async n=>{let e=n.format||"text";D.setFormat(e);try{let t=(0,GE.resolve)(n.vault),r;if(n.input)r=n.input;else if(n.file){let c=(0,GE.resolve)(n.file);if(!zE.default.existsSync(c))throw new Ke(`Batch file not found: ${c}`,"exocortex batch --file operations.json");r=await zE.default.readFile(c,"utf-8")}else throw new Ke("Either --input or --file option is required",`exocortex batch --input '[{"command":"start","filepath":"task.md"}]' or exocortex batch --file operations.json`);let i=uc.parseInput(r);if(i.length===0)throw new Ke("Batch input contains no operations",`exocortex batch --input '[{"command":"start","filepath":"task.md"}]'`);let a=await new uc(t,n.dryRun).executeBatch(i,n.atomic);WY(e,a),process.exit(a.success?0:5)}catch(t){D.handle(t)}})}o(SD,"batchCommand");var vD=require("path");function GY(n,e){if(n==="json"){let t=X.success(e,{durationMs:e.durationMs,itemCount:e.total});console.log(JSON.stringify(t,null,2))}else{if(console.log(`
|
|
629
629
|
\u{1F4E6} Batch Repair ${e.success?"Complete":"Completed with Errors"}`),console.log(` Total files: ${e.total}`),console.log(` \u{1F4C1} Moved: ${e.movedCount}`),console.log(` \u2705 Already correct: ${e.alreadyCorrectCount}`),console.log(` \u274C Errors: ${e.errorCount}`),console.log(` \u23F1\uFE0F Duration: ${e.durationMs}ms`),e.errorCount>0){console.log(`
|
|
630
630
|
\u{1F4CB} Failed Files:`);for(let t of e.results.filter(r=>!r.success))console.log(` \u274C ${t.filepath}: ${t.error}`)}if(e.movedCount>0&&n==="text"){console.log(`
|
|
631
|
-
\u{1F4CB} Moved Files:`);for(let t of e.results.filter(r=>r.success&&r.changes?.moved))console.log(` \u{1F4C1} ${t.filepath} \u2192 ${t.changes?.newPath}`)}}}o(
|
|
631
|
+
\u{1F4CB} Moved Files:`);for(let t of e.results.filter(r=>r.success&&r.changes?.moved))console.log(` \u{1F4C1} ${t.filepath} \u2192 ${t.changes?.newPath}`)}}}o(GY,"outputResult");function bD(){return new ae("batch-repair").description("Batch repair folder locations for all markdown files in a directory").argument("<directory>","Directory to process (relative to vault root)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--dry-run","Preview changes without modifying files").option("--format <type>","Output format: text|json (default: text)","text").option("--progress","Show progress during processing (default: true)",!0).option("--no-progress","Disable progress output").action(async(n,e)=>{let t=e.format||"text";D.setFormat(t);try{let r=(0,vD.resolve)(e.vault),i=new Ot(r),s=n;if(!await i.directoryExists(s))throw new Ke(`Directory not found: ${s}`,"exocortex batch-repair <existing-directory>");let c=await i.getMarkdownFiles(s);if(c.length===0){if(t==="json"){let b=X.success({success:!0,total:0,movedCount:0,alreadyCorrectCount:0,errorCount:0,results:[],durationMs:0,atomic:!1});console.log(JSON.stringify(b,null,2))}else console.log(`
|
|
632
632
|
\u{1F4C2} No markdown files found in ${s}`);process.exit(0)}let l=c.map(b=>({command:"repair-folder",filepath:b})),u=e.progress!==!1&&t==="text",f=0;u&&console.log(`
|
|
633
|
-
\u{1F50D} Processing ${c.length} files in ${s}...`);let h=await new uc(r,e.dryRun).executeBatch(l,!1),p=0,y=0,v=0;for(let b of h.results)if(b.success?b.changes?.moved?p++:y++:v++,u&&!e.dryRun){f++;let A=Math.round(f/c.length*100);process.stdout.write(`\r Processing ${f}/${c.length} (${A}%)...`)}u&&process.stdout.write("\r"+" ".repeat(60)+"\r");let w={...h,movedCount:p,alreadyCorrectCount:y,errorCount:v};
|
|
633
|
+
\u{1F50D} Processing ${c.length} files in ${s}...`);let h=await new uc(r,e.dryRun).executeBatch(l,!1),p=0,y=0,v=0;for(let b of h.results)if(b.success?b.changes?.moved?p++:y++:v++,u&&!e.dryRun){f++;let A=Math.round(f/c.length*100);process.stdout.write(`\r Processing ${f}/${c.length} (${A}%)...`)}u&&process.stdout.write("\r"+" ".repeat(60)+"\r");let w={...h,movedCount:p,alreadyCorrectCount:y,errorCount:v};GY(t,w),process.exit(w.success?0:5)}catch(r){D.handle(r)}})}o(bD,"batchRepairCommand");var ly=require("fs"),Xi=require("path");function wD(){return new ae("resolve").description("Resolve UUID to file path").argument("<uuid>","Full or partial UUID to resolve").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: uri|path|json (default: uri)","uri").option("--output <type>","Response format: text|json (for MCP tools)","text").option("--partial","Match partial UUIDs (returns all matches)").action(async(n,e)=>{let t=e.output||"text";D.setFormat(t);try{let r=Date.now();if(!zY(n))throw new Ke(`Invalid UUID format: ${n}`,"exocortex resolve <uuid> [--format uri|path|json] [--partial]",{uuid:n});let i=(0,Xi.resolve)(e.vault);if(!(0,ly.existsSync)(i))throw new Te(i);let s=HY(i,n,e.partial??!1),a=Date.now()-r;if(s.length===0){if(t==="json"){let c=X.error("VALIDATION_FILE_NOT_FOUND",`UUID not found: ${n}`,3,{context:{uuid:n}});console.log(JSON.stringify(c,null,2))}else console.error(`UUID not found: ${n}`);process.exit(1)}e.partial||s.length>1?KY(s,i,e.format,t,n,a):QY(s[0],i,e.format,t,n,a)}catch(r){D.handle(r)}})}o(wD,"resolveCommand");function zY(n){if(n.length<4)return!1;let e=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i,t=/^[0-9a-f-]+$/i;return e.test(n)||t.test(n)}o(zY,"isValidUuidFormat");function HY(n,e,t){let r=[],i=e.toLowerCase();function s(a){let c=(0,ly.readdirSync)(a,{withFileTypes:!0});for(let l of c){let u=(0,Xi.join)(a,l.name);if(l.isDirectory())!l.name.startsWith(".")&&l.name!=="node_modules"&&s(u);else if(l.isFile()&&l.name.endsWith(".md")){let f=l.name.toLowerCase();t?f.includes(i)&&r.push(u):(f.startsWith(i+".md")||f.startsWith(i+" ")||f.startsWith(i+"-"))&&r.push(u)}}}return o(s,"walk"),s(n),r}o(HY,"findFilesWithUuid");function ED(n){return`obsidian://vault/${encodeURI(n)}`}o(ED,"pathToObsidianUri");function TD(n){let e=n.match(/^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/i);return e?e[1]:(0,Xi.basename)(n,".md")}o(TD,"extractUuidFromFilename");function QY(n,e,t,r,i,s){let a=(0,Xi.relative)(e,n),c=ED(a),l=TD((0,Xi.basename)(n));if(r==="json"){let u={uuid:l,path:a,absolutePath:n,uri:c},f=X.success(u,{durationMs:s,searchUuid:i});console.log(JSON.stringify(f,null,2))}else switch(t){case"path":console.log(n);break;case"json":console.log(JSON.stringify({uuid:l,path:a,absolutePath:n,uri:c},null,2));break;case"uri":default:console.log(c);break}}o(QY,"outputSingleResult");function KY(n,e,t,r,i,s){let a=n.map(c=>{let l=(0,Xi.relative)(e,c),u=ED(l);return{uuid:TD((0,Xi.basename)(c)),path:l,absolutePath:c,uri:u}});if(r==="json"){let c=X.success({matches:a,count:a.length},{durationMs:s,searchUuid:i,itemCount:a.length});console.log(JSON.stringify(c,null,2))}else switch(t){case"path":for(let c of a)console.log(c.absolutePath);break;case"json":console.log(JSON.stringify(a,null,2));break;case"uri":default:for(let c of a)console.log(c.uri);break}}o(KY,"outputMultipleResults");var AD=require("fs"),xD=require("path"),Ln=K(Pt());function CD(){return new ae("ask").description("Ask a question in natural language about your vault").argument("<question>","Question in natural language (Russian or English)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: table|json","table").option("--output <type>","Response format: text|json (for MCP tools)","text").option("--show-query","Show the generated SPARQL query").option("--explain","Show explanation of the query conversion").action(async(n,e)=>{let t=e.output||"text";D.setFormat(t);try{let r=Date.now(),i=(0,xD.resolve)(e.vault);if(!(0,AD.existsSync)(i))throw new Te(i);let s=new Ln.NLToSPARQLService;t==="text"&&console.log(`\u{1F9E0} Analyzing question: "${n}"
|
|
634
634
|
`);let a=s.convert(n);e.showQuery&&t==="text"&&(console.log("\u{1F4DD} Generated SPARQL Query:"),console.log("\u2500".repeat(50)),console.log(a.query),console.log("\u2500".repeat(50)),console.log()),e.explain&&t==="text"&&(console.log(`\u{1F4D6} Explanation: ${a.explanation}`),console.log(`\u{1F3AF} Confidence: ${(a.confidence*100).toFixed(0)}%`),a.templateName&&console.log(`\u{1F4CB} Template: ${a.templateName}`),a.isFallback&&console.log("\u26A0\uFE0F Using fallback generic search query"),console.log()),t==="text"&&console.log(`\u{1F4E6} Loading vault: ${i}...`);let c=Date.now(),l=new Nt(i),f=await new Ln.NoteToRDFConverter(l).convertVault(),d=new Ln.InMemoryTripleStore;await d.addAll(f);let h=Date.now()-c;t==="text"&&console.log(`\u2705 Loaded ${f.length} triples in ${h}ms
|
|
635
635
|
`);let p=a.query;p=Mg(p),p=Kl(p);let y=new Ln.ExoQLParser,v=Zf(Jf(i));v.size>0&&y.setVaultPrefixes(v);let w=y.parse(p),A=new Ln.ExoQLAlgebraTranslator().translate(w);A=new Ln.AlgebraOptimizer().optimize(A);let k=Date.now(),te=await new Ln.ExoQLQueryExecutor(d).executeAll(A),z=Date.now()-k,G=Date.now()-r,F=s.getSuggestions(n);if(t==="json"){let $=te.map(ot=>ot.toJSON()),re={question:n,query:a.query,template:a.templateName,parameters:a.parameters,confidence:a.confidence,explanation:a.explanation,count:te.length,bindings:$,suggestions:F.length>0?F:void 0},Ye=X.success(re,{durationMs:G,itemCount:te.length,loadDurationMs:h,execDurationMs:z,triplesScanned:f.length});console.log(JSON.stringify(Ye,null,2))}else{if(console.log(`\u2705 Found ${te.length} result(s) in ${z}ms
|
|
636
|
-
`),te.length>0?
|
|
636
|
+
`),te.length>0?YY(te,e.format):console.log("No results found."),F.length>0){console.log(`
|
|
637
637
|
\u{1F4A1} Suggestions:`);for(let $ of F)console.log(` \u2022 ${$}`)}if(a.confidence<.6&&a.alternatives.length>0){console.log(`
|
|
638
638
|
\u{1F504} Alternative queries that might work better:`);for(let $=0;$<Math.min(2,a.alternatives.length);$++)console.log(` ${$+1}. ${a.alternatives[$].split(`
|
|
639
|
-
`).slice(-3)[0]?.trim()||"..."}`)}}}catch(r){D.handle(r)}})}o(CD,"askCommand");function
|
|
639
|
+
`).slice(-3)[0]?.trim()||"..."}`)}}}catch(r){D.handle(r)}})}o(CD,"askCommand");function YY(n,e){let t=n;switch(e){case"json":let r=new Vl;console.log(r.format(t));break;case"table":default:let i=new Ul;console.log(i.format(t));break}}o(YY,"formatResults");var fu=require("path"),du=require("fs"),fc=K(fe()),co=K(Pt());var n_e=K(Xd()),uu=K(fe()),Ed=K(Pt());var uy=class{constructor(e="exocortex-cli"){this.appName=e}static{o(this,"NodeLogger")}debug(e,t){console.debug(`[${this.appName}]`,e,t||"")}info(e,t){console.info(`[${this.appName}]`,e,t||"")}warn(e,t){console.warn(`[${this.appName}]`,e,t||"")}error(e,t,r){console.error(`[${this.appName}]`,e,t||"",r||""),t?.stack&&console.error(t.stack)}};var fy=class{constructor(){this.handlers=new Map}static{o(this,"NodeEventBus")}publish(e,t){let r=this.handlers.get(e);r&&r.forEach(i=>{try{i(t)}catch(s){console.error(`[EventBus] Error in handler for event "${e}":`,s)}})}subscribe(e,t){return this.handlers.has(e)||this.handlers.set(e,new Set),this.handlers.get(e).add(t),()=>this.unsubscribe(e,t)}unsubscribe(e,t){let r=this.handlers.get(e);r&&(r.delete(t),r.size===0&&this.handlers.delete(e))}};var hy=K(require("fs/promises")),ID=K(require("path")),RD=K(require("os"));var dy=class{constructor(e=".exocortexrc"){this.config={};this.configPath=ID.join(RD.homedir(),e)}static{o(this,"NodeConfiguration")}async load(){try{let e=await hy.readFile(this.configPath,"utf-8");this.config=JSON.parse(e)}catch{this.config={}}}get(e){let t=e.split("."),r=this.config;for(let i of t)if(r&&typeof r=="object"&&i in r)r=r[i];else return;return r}async set(e,t){let r=e.split("."),i=r.pop(),s=this.config;for(let a of r)(!s[a]||typeof s[a]!="object")&&(s[a]={}),s=s[a];s[i]=t,await this.save()}getAll(){return{...this.config}}async save(){await hy.writeFile(this.configPath,JSON.stringify(this.config,null,2),"utf-8")}};var PD=K(require("readline"));var py=class{static{o(this,"NodeNotificationService")}info(e,t){console.log(`\u2139 ${e}`)}success(e,t){console.log(`\u2713 ${e}`)}error(e,t){console.error(`\u2717 ${e}`)}warn(e,t){console.warn(`\u26A0 ${e}`)}async confirm(e,t){let r=PD.createInterface({input:process.stdin,output:process.stdout});return new Promise(i=>{r.question(`${e}
|
|
640
640
|
${t}
|
|
641
|
-
Continue? (y/n): `,s=>{r.close(),i(s.toLowerCase()==="y"||s.toLowerCase()==="yes")})})}};var my=class{static{o(this,"CLIContainer")}static setup(){uu.container.register(Ed.DI_TOKENS.ILogger,{useFactory:o(()=>new uy("exocortex-cli"),"useFactory")}),uu.container.register(Ed.DI_TOKENS.IEventBus,{useClass:fy}),uu.container.register(Ed.DI_TOKENS.IConfiguration,{useClass:dy}),uu.container.register(Ed.DI_TOKENS.INotificationService,{useClass:py})}static reset(){uu.container.clearInstances()}};function Td(n){my.setup(),fc.container.register(co.DI_TOKENS.IVaultAdapter,{useFactory:o(()=>new Nt(n),"useFactory")})}o(Td,"setupContainer");function
|
|
642
|
-
`)}o(
|
|
643
|
-
`)}o(
|
|
644
|
-
`),r={};for(let i of t){let s=i.match(/^(\w[\w]*):\s*(.*)$/);s&&(r[s[1]]=!0)}return r}o(
|
|
645
|
-
`).filter(t=>t.endsWith(".md")&&t.trim().length>0)}catch{return[]}}o(
|
|
641
|
+
Continue? (y/n): `,s=>{r.close(),i(s.toLowerCase()==="y"||s.toLowerCase()==="yes")})})}};var my=class{static{o(this,"CLIContainer")}static setup(){uu.container.register(Ed.DI_TOKENS.ILogger,{useFactory:o(()=>new uy("exocortex-cli"),"useFactory")}),uu.container.register(Ed.DI_TOKENS.IEventBus,{useClass:fy}),uu.container.register(Ed.DI_TOKENS.IConfiguration,{useClass:dy}),uu.container.register(Ed.DI_TOKENS.INotificationService,{useClass:py})}static reset(){uu.container.clearInstances()}};function Td(n){my.setup(),fc.container.register(co.DI_TOKENS.IVaultAdapter,{useFactory:o(()=>new Nt(n),"useFactory")})}o(Td,"setupContainer");function XY(n){if(n.length===0)return"No practices found.";let e=[];for(let t of n){let r="\u2B1C";t.doneToday?r="\u2705":t.inProgressToday&&(r="\u{1F504}");let i=t.estimatedDuration?` (${t.estimatedDuration}m)`:"";e.push(`${r} ${t.label}${i}`)}return e.join(`
|
|
642
|
+
`)}o(XY,"formatPractices");function JY(n){let e=[`\u{1F4C5} Daily Review: ${n.date}`,"","\u{1F4CA} Tasks:",` Planned: ${n.plannedCount}`,` Completed: ${n.completedCount}`,` In Progress: ${n.inProgressCount}`,` Progress: ${n.completionPercentage}%`,"",`\u23F1\uFE0F Total time: ${Math.round(n.totalTimeMinutes)} minutes`];if(n.practicesDue.length>0){e.push(""),e.push(`\u{1F4CB} Practices due (${n.practicesDue.length}):`);for(let t of n.practicesDue){let r=t.estimatedDuration?` (${t.estimatedDuration}m)`:"";e.push(` \u2B1C ${t.label}${r}`)}}return e.join(`
|
|
643
|
+
`)}o(JY,"formatSummary");function OD(){let n=new ae("daily").description("Daily review operations for mobile-friendly workflow");return n.command("practices").description("List today's practices (recurring tasks)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async e=>{let t=e.format||"text";D.setFormat(t);try{let r=(0,fu.resolve)(e.vault);if(!(0,du.existsSync)(r))throw new Te(r);Td(r);let s=await fc.container.resolve(co.DailyReviewService).getPractices();if(t==="json"){let a=X.success({practices:s,count:s.length});console.log(JSON.stringify(a,null,2))}else console.log(XY(s))}catch(r){D.handle(r)}}),n.command("summary").description("Show today's daily review summary").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").option("--date <value>","Date in YYYY-MM-DD format (default: today)").action(async e=>{let t=e.format||"text";D.setFormat(t);try{let r=(0,fu.resolve)(e.vault);if(!(0,du.existsSync)(r))throw new Te(r);Td(r);let i=fc.container.resolve(co.DailyReviewService),s;if(e.date&&(s=new Date(e.date),isNaN(s.getTime())))throw new Ke(`Invalid date format: ${e.date}`,"exocortex daily summary --date YYYY-MM-DD",{date:e.date});let a=await i.getDailyReviewSummary(s);if(t==="json"){let c=X.success(a);console.log(JSON.stringify(c,null,2))}else console.log(JY(a))}catch(r){D.handle(r)}}),n.command("log").description("Quick capture an activity").argument("<label>","Activity label/description").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").option("--start","Start the task immediately (default: true)").option("--no-start","Don't start the task immediately").action(async(e,t)=>{let r=t.format||"text";D.setFormat(r);try{let i=(0,fu.resolve)(t.vault);if(!(0,du.existsSync)(i))throw new Te(i);Td(i);let s=fc.container.resolve(co.DailyReviewService),a=t.start!==!1,c=await s.quickCapture(e,a);if(r==="json"){let l=X.success(c);console.log(JSON.stringify(l,null,2))}else{let l=c.started?"\u{1F504}":"\u2B1C";console.log(`${l} Created: ${c.label}`),console.log(` Path: ${c.path}`)}}catch(i){D.handle(i)}}),n.command("start").description("Start a practice (create task instance from prototype)").argument("<prototype-uid>","Practice/prototype UID to start").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async(e,t)=>{let r=t.format||"text";D.setFormat(r);try{let i=(0,fu.resolve)(t.vault);if(!(0,du.existsSync)(i))throw new Te(i);Td(i);let a=await fc.container.resolve(co.DailyReviewService).createFromPractice({prototypeUid:e,startImmediately:!0});if(r==="json"){let c=X.success(a);console.log(JSON.stringify(c,null,2))}else console.log(`\u{1F504} Started: ${a.label}`),console.log(` Path: ${a.path}`)}catch(i){D.handle(i)}}),n.command("done").description("Mark a practice as done").argument("<prototype-uid>","Practice/prototype UID to mark as done").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async(e,t)=>{let r=t.format||"text";D.setFormat(r);try{let i=(0,fu.resolve)(t.vault);if(!(0,du.existsSync)(i))throw new Te(i);if(Td(i),await fc.container.resolve(co.DailyReviewService).markPracticeDone(e),r==="json"){let a=X.success({prototypeUid:e,status:"done"});console.log(JSON.stringify(a,null,2))}else console.log(`\u2705 Marked as done: ${e}`)}catch(i){D.handle(i)}}),n}o(OD,"dailyReviewCommand");var VD=require("fs"),qD=require("path");var Sa=require("fs"),lo=require("path"),FD=require("child_process"),rt=K(Pt());var ZY=new Set(["aliases","archived","tags","cssclasses","publish","permalink","description","image","cover","banner","title","share","share_link","share_updated","metadata","uri"]),QE=new Map([["exo__","https://exocortex.my/ontology/exo#"],["ems__","https://exocortex.my/ontology/ems#"],["exocmd__","https://exocortex.my/ontology/exocmd#"],["ims__","https://exocortex.my/ontology/ims#"],["ztlk__","https://exocortex.my/ontology/ztlk#"],["ptms__","https://exocortex.my/ontology/ptms#"],["lit__","https://exocortex.my/ontology/lit#"],["inbox__","https://exocortex.my/ontology/inbox#"],["place__","https://exocortex.my/ontology/place#"],["exoob__","https://exocortex.my/ontology/exoob#"],["pn__","https://exocortex.my/ontology/pn#"],["period__","https://exocortex.my/ontology/period#"],["rdf__","http://www.w3.org/1999/02/22-rdf-syntax-ns#"],["rdfs__","http://www.w3.org/2000/01/rdf-schema#"],["owl__","http://www.w3.org/2002/07/owl#"]]);function eX(n){let e=n.match(/^---\r?\n([\s\S]*?)\r?\n---/);if(!e)return n.match(/^---\r?\n---/)?{}:null;let t=e[1].split(`
|
|
644
|
+
`),r={};for(let i of t){let s=i.match(/^(\w[\w]*):\s*(.*)$/);s&&(r[s[1]]=!0)}return r}o(eX,"extractFrontmatter");function DD(n){for(let e of QE.keys())if(n.startsWith(e))return!0;return!1}o(DD,"hasKnownPrefix");function ND(n){for(let[e,t]of QE)if(n.startsWith(e))return t+n.substring(e.length);return null}o(ND,"keyToURI");function tX(n){let e=[],t=[];for(let r of n)ZY.has(r)||(DD(r)?e.push(r):t.push(r));return{toValidate:e,unknownPrefix:t}}o(tX,"classifyKeys");function rX(n){try{return(0,FD.execSync)("git diff --cached --name-only",{cwd:n,encoding:"utf-8"}).split(`
|
|
645
|
+
`).filter(t=>t.endsWith(".md")&&t.trim().length>0)}catch{return[]}}o(rX,"getStagedMdFiles");function nX(n){let e=[];function t(r){let i=(0,Sa.readdirSync)(r);for(let s of i){if(s.startsWith(".")||s==="node_modules")continue;let a=(0,lo.join)(r,s);(0,Sa.statSync)(a).isDirectory()?t(a):s.endsWith(".md")&&e.push((0,lo.relative)(n,a))}}return o(t,"walk"),t(n),e}o(nX,"collectMdFiles");function iX(n){let e=n.lastIndexOf("/");if(e===-1)return null;let t=decodeURIComponent(n.substring(e+1));return t.endsWith(".md")&&(t=t.slice(0,-3)),DD(t)?t:null}o(iX,"extractPropertyNameFromURI");async function sX(n){let e=new rt.InMemoryTripleStore;await e.addAll(n);let t=new rt.ExoQLParser,r=Kl(`SELECT ?s ?label WHERE {
|
|
646
646
|
{
|
|
647
647
|
?s a ?type .
|
|
648
648
|
FILTER(CONTAINS(STR(?type), "Property"))
|
|
@@ -659,19 +659,19 @@ Continue? (y/n): `,s=>{r.close(),i(s.toLowerCase()==="y"||s.toLowerCase()==="yes
|
|
|
659
659
|
FILTER(!CONTAINS(STR(?class), "PropertyCardinality"))
|
|
660
660
|
}
|
|
661
661
|
OPTIONAL { ?s exo:Asset_label ?label }
|
|
662
|
-
}`),i=t.parse(r),a=new rt.ExoQLAlgebraTranslator().translate(i);a=new rt.AlgebraOptimizer().optimize(a);let u=await new rt.ExoQLQueryExecutor(e).executeAll(a),f=new Set;for(let d of u){let h=d.toJSON(),p=h.s;if(typeof p=="string"){let v=
|
|
663
|
-
`);for(let[a,c]of s){console.log(` \u274C ${a}`);for(let l of c){let u=l.severity.replace("sh:","");console.log(` [${u}] ${l.message}`)}}}i.conforms||(process.exitCode=1)}catch(t){D.handle(t)}}o(
|
|
664
|
-
`));let a=[];for(let l of r){let u=(0,lo.resolve)(t,l),f=
|
|
662
|
+
}`),i=t.parse(r),a=new rt.ExoQLAlgebraTranslator().translate(i);a=new rt.AlgebraOptimizer().optimize(a);let u=await new rt.ExoQLQueryExecutor(e).executeAll(a),f=new Set;for(let d of u){let h=d.toJSON(),p=h.s;if(typeof p=="string"){let v=iX(p);if(v){let w=ND(v);w&&f.add(w)}}let y=h.label;typeof y=="string"&&y.startsWith("https://exocortex.my/ontology/")&&f.add(y)}return f}o(sX,"loadDeclaredProperties");function aX(n,e,t){let r=[],i;try{i=(0,Sa.readFileSync)(n,"utf-8")}catch{return[]}let s=eX(i);if(!s)return[];let a=Object.keys(s),{toValidate:c,unknownPrefix:l}=tX(a);for(let u of l)r.push({file:e,property:u,reason:`Unknown namespace prefix in "${u}"`});for(let u of c){let f=ND(u);f&&!t.has(f)&&r.push({file:e,property:u,reason:`Property "${u}" is not declared in the ontology`})}return r}o(aX,"validateFile");var oX="http://www.w3.org/2000/01/rdf-schema#subClassOf",cX="https://exocortex.my/ontology/exo#Class_superClass",lX="http://www.w3.org/2000/01/rdf-schema#label";function LD(n){let e=n.indexOf("__");if(e===-1)return null;let t=n.slice(0,e+2),r=n.slice(e+2),i=QE.get(t);return!i||!r?null:i+r}o(LD,"labelToOntologyIRI");function uX(n){let e=decodeURIComponent(n),t=e.lastIndexOf("/");if(t===-1)return null;let r=e.slice(t+1),i=r.endsWith(".md")?r.slice(0,-3):r;return LD(i)}o(uX,"fileIriToOntologyURIFromFilename");function fX(n){let e=o(r=>{if(r instanceof rt.DomainIRI)return{type:"iri",value:r.value};if(r instanceof rt.DomainLiteral){let i={type:"literal",value:r.value};return r.datatype&&(i.datatype=r.datatype.value),r.language&&(i.language=r.language),i}return null},"mapNode"),t=[];for(let r of n){let i=e(r.subject),s=e(r.predicate),a=e(r.object);i&&s&&a&&t.push({subject:i,predicate:s,object:a})}return t}o(fX,"domainToAlgebraTriples");var HE=class{constructor(e){this.subClassMap=new Map;let t=new Map,r=new Set,i=o(s=>s===oX||s===cX,"isSubClassPredicate");for(let s of e)s.predicate instanceof rt.DomainIRI&&i(s.predicate.value)&&s.subject instanceof rt.DomainIRI&&s.object instanceof rt.DomainIRI&&(r.add(s.subject.value),r.add(s.object.value));for(let s of e)if(s.predicate instanceof rt.DomainIRI&&s.predicate.value===lX&&s.subject instanceof rt.DomainIRI&&s.object instanceof rt.DomainLiteral){let a=LD(s.object.value);a&&t.set(s.subject.value,a)}for(let s of r)if(!t.has(s)){let a=uX(s);a&&t.set(s,a)}for(let[s,a]of t){let c=this.subClassMap.get(s)??new Set;c.add(a),this.subClassMap.set(s,c)}for(let s of e)if(s.predicate instanceof rt.DomainIRI&&i(s.predicate.value)&&s.subject instanceof rt.DomainIRI&&s.object instanceof rt.DomainIRI){let a=s.subject.value,c=s.object.value,l=this.subClassMap.get(a)??new Set;l.add(c),this.subClassMap.set(a,l);let u=t.get(a),f=c.startsWith("obsidian://")?t.get(c):c;if(u&&f){let d=this.subClassMap.get(u)??new Set;d.add(f),this.subClassMap.set(u,d)}}}static{o(this,"TripleClassHierarchy")}isSubClassOf(e,t){let r=new Set,i=[e];for(;i.length>0;){let s=i.shift();if(s===t)return!0;if(r.has(s))continue;r.add(s);let a=this.subClassMap.get(s);if(a)for(let c of a)i.push(c)}return!1}};function dX(n,e){let t=`file://${n}`,r="https://exocortex.my/cli/shacl-validator",i={earl:"http://www.w3.org/ns/earl#",dc:"http://purl.org/dc/terms/",xsd:"http://www.w3.org/2001/XMLSchema#",sh:"http://www.w3.org/ns/shacl#"},s=[{"@type":"earl:Assertor","@id":r,"dc:title":"Exocortex CLI SHACL-lite Validator"},{"@type":"earl:TestSubject","@id":t,"dc:title":n}];if(e.violations.length===0)s.push({"@type":"earl:Assertion","earl:assertedBy":{"@id":r},"earl:subject":{"@id":t},"earl:result":{"@type":"earl:TestResult","earl:outcome":{"@id":"earl:passed"},"dc:description":"All nodes conform to shapes"}});else for(let a of e.violations)s.push({"@type":"earl:Assertion","earl:assertedBy":{"@id":r},"earl:subject":{"@id":t},"earl:test":{"@id":a.propertyPath},"earl:result":{"@type":"earl:TestResult","earl:outcome":{"@id":"earl:failed"},"dc:description":a.message,"sh:focusNode":a.focusNode,"sh:resultPath":a.propertyPath,"sh:resultSeverity":{"@id":`sh:${a.severity.replace("sh:","")}`},...a.actualValue!==void 0?{"sh:value":a.actualValue}:{}}});return{"@context":i,"@graph":s}}o(dX,"buildEARLReport");async function hX(n,e){let r=(await rt.ShapeLoader.loadFromVaultFS(n)).getAll(),i=new rt.ShaclShapeRegistry(r),s=new HE(e),a=fX(e);return(0,rt.shaclValidate)(a,i,s)}o(hX,"runShapesValidation");async function pX(n){let e=n.format||"text";try{let t=(0,lo.resolve)(n.vault);if(!(0,Sa.existsSync)(t))throw new Te(t);e==="text"&&console.log(`\u{1F4E6} Loading vault (shapes-mode): ${t}...`);let r;if(n.useCache){let a=await new qn(t).loadOrBuild();r=a.triples,e==="text"&&a.cacheHit&&console.log("\u{1F680} Cache hit! Loading from persistent cache...")}else{let s=new Nt(t);r=await new rt.NoteToRDFConverter(s).convertVault()}e==="text"&&(console.log(`\u2705 Loaded ${r.length} triples`),console.log("\u{1F50D} Running SHACL-lite validation..."));let i=await hX(t,r);if(e==="earl"){let s=dX(t,i);console.log(JSON.stringify(s,null,2))}else if(e==="json"){let s=X.success({vaultPath:t,conforms:i.conforms,violationCount:i.violations.length,violations:i.violations});console.log(JSON.stringify(s,null,2))}else if(i.conforms)console.log(`\u2705 Vault conforms to all shapes (${i.violations.length===0?"no violations":`${i.violations.length} warning(s)`}).`);else{let s=new Map;for(let a of i.violations){let c=s.get(a.focusNode)??[];c.push(a),s.set(a.focusNode,c)}console.log(`\u26A0\uFE0F Found ${i.violations.length} SHACL violation(s) in ${s.size} node(s):
|
|
663
|
+
`);for(let[a,c]of s){console.log(` \u274C ${a}`);for(let l of c){let u=l.severity.replace("sh:","");console.log(` [${u}] ${l.message}`)}}}i.conforms||(process.exitCode=1)}catch(t){D.handle(t)}}o(pX,"runShapesModeAction");function kD(){return new ae("schema").description("Check frontmatter properties against ontology (Issue #2713)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json (for MCP tools)","text").option("--staged","Only validate git-staged .md files (for pre-commit hooks)").option("--use-cache","Use persistent triple cache (faster vault loading)").option("--shapes-mode","Run SHACL-lite shapes validation instead of schema linting").option("--format <type>","Output format for shapes-mode: text|json|earl","text").action(async n=>{let e=n.output||"text";if(D.setFormat(e),n.shapesMode){await pX(n);return}try{let t=(0,lo.resolve)(n.vault);if(!(0,Sa.existsSync)(t))throw new Te(t);let r;if(n.staged){if(r=rX(t),r.length===0){if(e==="json"){let l=X.success({vaultPath:t,filesChecked:0,violations:[],healthy:!0});console.log(JSON.stringify(l,null,2))}else console.log("\u2705 No staged .md files to validate.");return}}else r=nX(t);e==="text"&&console.log(`\u{1F4E6} Loading vault: ${t}...`);let i;if(n.useCache){let u=await new qn(t).loadOrBuild();i=u.triples,e==="text"&&u.cacheHit&&console.log("\u{1F680} Cache hit! Loading from persistent cache...")}else{let l=new Nt(t);i=await new rt.NoteToRDFConverter(l).convertVault()}e==="text"&&(console.log(`\u2705 Loaded ${i.length} triples`),console.log("\u{1F50D} Querying ontology for declared properties..."));let s=await sX(i);e==="text"&&(console.log(`\u{1F4CB} Found ${s.size} declared properties in ontology`),console.log(`\u{1F50D} Validating ${r.length} file(s)...
|
|
664
|
+
`));let a=[];for(let l of r){let u=(0,lo.resolve)(t,l),f=aX(u,l,s);a.push(...f)}let c={vaultPath:t,filesChecked:r.length,violations:a,healthy:a.length===0};if(e==="json"){let l=X.success(c);console.log(JSON.stringify(l,null,2))}else if(a.length===0)console.log(`\u2705 All ${r.length} file(s) pass schema validation.`);else{let l=new Map;for(let u of a){let f=l.get(u.file)||[];f.push(u),l.set(u.file,f)}console.log(`\u26A0\uFE0F Found ${a.length} schema violation(s) in ${l.size} file(s):
|
|
665
665
|
`);for(let[u,f]of l){console.log(` \u274C ${u}`);for(let d of f)console.log(` \u2022 ${d.reason}`)}console.log(`
|
|
666
|
-
\u{1F4DD} To fix these issues:`),console.log(" - Remove undeclared properties from frontmatter"),console.log(" - Or declare them in the ontology as Property instances")}a.length>0&&(process.exitCode=1)}catch(t){D.handle(t)}})}o(kD,"validateSchemaCommand");var MD=require("fs"),jD=require("path"),$D=require("child_process"),BD=K(Pt());var
|
|
667
|
-
`).filter(t=>t.endsWith(".md")&&t.trim().length>0)}catch{return[]}}o(
|
|
666
|
+
\u{1F4DD} To fix these issues:`),console.log(" - Remove undeclared properties from frontmatter"),console.log(" - Or declare them in the ontology as Property instances")}a.length>0&&(process.exitCode=1)}catch(t){D.handle(t)}})}o(kD,"validateSchemaCommand");var MD=require("fs"),jD=require("path"),$D=require("child_process"),BD=K(Pt());var mX={exo__Asset_uid:"add `exo__Asset_uid: <uuid>` to frontmatter",exo__Asset_isDefinedBy:'add `exo__Asset_isDefinedBy: "[[!kitelev]]"` (or your own ontology marker) to frontmatter',exo__Asset_label:'add `exo__Asset_label: "<short label>"` to frontmatter',exo__Instance_class:'add `exo__Instance_class: ["[[<ClassName>]]"]` to frontmatter'};function gX(n,e){switch(e.code){case"MISSING_PROPERTY":return{file:n,code:e.code,property:e.property,reason:e.message,hint:mX[e.property]??`add \`${e.property}: <value>\` to frontmatter`};case"EMPTY_PROPERTY":return{file:n,code:e.code,property:e.property,reason:e.message,hint:`set a non-empty value for \`${e.property}\` (or remove the asset markers if this file is not an Exocortex asset)`};case"EMPTY_OPTIONAL_PROPERTY":return{file:n,code:e.code,property:e.property,reason:e.message,hint:`remove \`${e.property}\` from frontmatter or fill it with a non-empty value`};case"INVALID_INSTANCE_CLASS_IRI":return{file:n,code:e.code,property:e.property,reason:e.message,hint:`fix the \`${e.property}\` wikilink target \u2014 namespaced classes (e.g. \`ems__\`, \`exo__\`) cannot contain whitespace or parentheses, otherwise they expand into invalid IRIs`}}}o(gX,"violationToError");function yX(n){try{return(0,$D.execSync)("git diff --cached --name-only",{cwd:n,encoding:"utf-8"}).split(`
|
|
667
|
+
`).filter(t=>t.endsWith(".md")&&t.trim().length>0)}catch{return[]}}o(yX,"getStagedMdFiles");function UD(){return new ae("frontmatter").description("Check vault frontmatter for missing/empty properties and malformed IRIs (Issue #2997 Phase 4)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json (for MCP tools)","text").option("--staged","Only validate git-staged .md files (for pre-commit hooks)").action(async n=>{let e=n.output||"text";D.setFormat(e);try{let t=(0,jD.resolve)(n.vault);if(!(0,MD.existsSync)(t))throw new Te(t);let r=new Nt(t),i=new BD.NoteToRDFConverter(r),s=r.getAllFiles();if(n.staged){let l=new Set(yX(t));s=s.filter(u=>l.has(u.path))}let a=[];for(let l of s){let u=r.getFrontmatter(l);if(u){let f=i.validateExocortexAsset(u);f&&a.push(gX(l.path,f))}try{i.notePathToIRI(l.path)}catch(f){let d=f instanceof Error?f.message:String(f);a.push({file:l.path,code:"INVALID_PATH_IRI",reason:`Invalid IRI format for vault path: ${d}`,hint:`rename the file \u2014 its path \`${l.path}\` cannot be encoded into a valid \`obsidian://vault/...\` IRI (avoid raw whitespace, control characters, and angle brackets)`})}}let c={vaultPath:t,filesChecked:s.length,errors:a,healthy:a.length===0};if(e==="json")console.log(JSON.stringify(X.success(c),null,2));else if(a.length===0)console.log(`\u2705 All ${s.length} file(s) pass frontmatter validation.`);else{console.log(`\u26A0\uFE0F Found ${a.length} frontmatter error(s) in ${new Set(a.map(l=>l.file)).size} file(s):
|
|
668
668
|
`);for(let l of a)console.log(` \u274C ${l.file}`),console.log(` ${l.reason}`),console.log(` \u{1F4A1} ${l.hint}`);console.log(`
|
|
669
|
-
\u{1F4DD} These shapes prevented the file from loading into the SPARQL store (Issue #2997 Phase 2). Fix them so the asset can be indexed.`)}a.length>0&&(process.exitCode=1)}catch(t){D.handle(t)}})}o(UD,"validateFrontmatterCommand");function
|
|
669
|
+
\u{1F4DD} These shapes prevented the file from loading into the SPARQL store (Issue #2997 Phase 2). Fix them so the asset can be indexed.`)}a.length>0&&(process.exitCode=1)}catch(t){D.handle(t)}})}o(UD,"validateFrontmatterCommand");function _X(){return new ae("iri").description("Check vault files for IRI issues (Issue #2205)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json (for MCP tools)","text").action(async n=>{let e=n.output||"text";D.setFormat(e);try{let t=(0,qD.resolve)(n.vault);if(!(0,VD.existsSync)(t))throw new Te(t);let r=new qn(t);e==="text"&&console.log(`\u{1F50D} Validating vault: ${t}...`);let i=await r.validateVault();if(e==="json"){let s=X.success({vaultPath:t,issueCount:i.length,issues:i,healthy:i.length===0});console.log(JSON.stringify(s,null,2))}else if(i.length===0)console.log("\u2705 Vault is healthy! No IRI issues found.");else{console.log(`
|
|
670
670
|
\u26A0\uFE0F Found ${i.length} file(s) with IRI issues:
|
|
671
671
|
`);for(let s of i)console.log(` \u274C ${s.path}`),console.log(` ${s.reason}`);console.log(`
|
|
672
672
|
\u{1F4DD} To fix these issues:`),console.log(" - Rename files to remove spaces and special characters"),console.log(" - Use dashes (-) or underscores (_) instead of spaces"),console.log(" - Avoid angle brackets (<>) and other special characters"),console.log(`
|
|
673
|
-
\u{1F4A1} Run 'exocortex sparql index --strict' to fail on first issue`)}i.length>0&&(process.exitCode=1)}catch(t){D.handle(t)}})}o(
|
|
674
|
-
`)}n?await
|
|
673
|
+
\u{1F4A1} Run 'exocortex sparql index --strict' to fail on first issue`)}i.length>0&&(process.exitCode=1)}catch(t){D.handle(t)}})}o(_X,"validateIriCommand");function WD(){let n=new ae("validate").description("Validate vault files (IRI checks, schema linting, frontmatter shapes)");return n.addCommand(_X()),n.addCommand(kD()),n.addCommand(UD()),n}o(WD,"validateCommand");var GD=require("fs"),zD=require("path"),Rr=K(Pt());function HD(){return new ae("classes").description("List RDF classes in Obsidian vault or show class details").argument("[class-name]","Optional class name to show details (e.g., ems__Task)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: table|json","table").option("--output <type>","Response format: text|json (for MCP tools)","text").option("--use-cache","Use persistent cache (faster for repeated queries)").action(async(n,e)=>{let t=e.output||"text";D.setFormat(t);try{let r=Date.now(),i=(0,zD.resolve)(e.vault);if(!(0,GD.existsSync)(i))throw new Te(i);t==="text"&&console.log(`\u{1F4E6} Loading vault: ${i}...`);let s,a=!1;if(e.useCache){let f=await new qn(i).loadOrBuild();s=f.triples,a=f.cacheHit,t==="text"&&a&&console.log("\u{1F680} Cache hit! Loading from persistent cache...")}else{let u=new Nt(i);s=await new Rr.NoteToRDFConverter(u).convertVault()}let c=new Rr.InMemoryTripleStore;await c.addAll(s);let l=Date.now()-r;if(t==="text"){let u=a?" (from cache)":"";console.log(`\u2705 Loaded ${s.length} triples in ${l}ms${u}
|
|
674
|
+
`)}n?await vX(c,n,e,t):await SX(c,e,t)}catch(r){D.handle(r)}})}o(HD,"classesCommand");async function SX(n,e,t){let s=new Rr.ExoQLParser().parse(`
|
|
675
675
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
676
676
|
SELECT ?class (COUNT(?instance) AS ?count)
|
|
677
677
|
WHERE {
|
|
@@ -680,7 +680,7 @@ Continue? (y/n): `,s=>{r.close(),i(s.toLowerCase()==="y"||s.toLowerCase()==="yes
|
|
|
680
680
|
GROUP BY ?class
|
|
681
681
|
ORDER BY DESC(?count)
|
|
682
682
|
`),c=new Rr.ExoQLAlgebraTranslator().translate(s);c=new Rr.AlgebraOptimizer().optimize(c);let d=(await new Rr.ExoQLQueryExecutor(n).executeAll(c)).map(h=>{let p=h.get("class"),y=h.get("count");return{name:p?QD(p.toString()):"unknown",count:y?parseInt(y.toString(),10):0}});if(t==="json"||e.format==="json"){let h=X.success({classes:d,totalClasses:d.length});console.log(JSON.stringify(h,null,2))}else{if(console.log(`\u{1F4CA} Found ${d.length} RDF class(es):
|
|
683
|
-
`),d.length===0){console.log("No classes found in vault.");return}let h=Math.max(...d.map(p=>p.name.length),10);console.log("\u250C"+"\u2500".repeat(h+2)+"\u252C"+"\u2500".repeat(12)+"\u2510"),console.log("\u2502 "+"Class".padEnd(h)+" \u2502 "+"Instances".padEnd(10)+" \u2502"),console.log("\u251C"+"\u2500".repeat(h+2)+"\u253C"+"\u2500".repeat(12)+"\u2524");for(let p of d)console.log("\u2502 "+p.name.padEnd(h)+" \u2502 "+p.count.toString().padStart(10)+" \u2502");console.log("\u2514"+"\u2500".repeat(h+2)+"\u2534"+"\u2500".repeat(12)+"\u2518")}}o(
|
|
683
|
+
`),d.length===0){console.log("No classes found in vault.");return}let h=Math.max(...d.map(p=>p.name.length),10);console.log("\u250C"+"\u2500".repeat(h+2)+"\u252C"+"\u2500".repeat(12)+"\u2510"),console.log("\u2502 "+"Class".padEnd(h)+" \u2502 "+"Instances".padEnd(10)+" \u2502"),console.log("\u251C"+"\u2500".repeat(h+2)+"\u253C"+"\u2500".repeat(12)+"\u2524");for(let p of d)console.log("\u2502 "+p.name.padEnd(h)+" \u2502 "+p.count.toString().padStart(10)+" \u2502");console.log("\u2514"+"\u2500".repeat(h+2)+"\u2534"+"\u2500".repeat(12)+"\u2518")}}o(SX,"listAllClasses");async function vX(n,e,t,r){let i=`
|
|
684
684
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
685
685
|
SELECT (COUNT(?instance) AS ?count)
|
|
686
686
|
WHERE {
|
|
@@ -700,16 +700,16 @@ Continue? (y/n): `,s=>{r.close(),i(s.toLowerCase()==="y"||s.toLowerCase()==="yes
|
|
|
700
700
|
ORDER BY DESC(?usageCount)
|
|
701
701
|
`;a=s.parse(p),c=new Rr.ExoQLAlgebraTranslator,l=c.translate(a),u=new Rr.AlgebraOptimizer,l=u.optimize(l);let v=(await f.executeAll(l)).map(b=>{let A=b.get("property"),R=b.get("usageCount");return{name:A?QD(A.toString()):"unknown",usageCount:R?parseInt(R.toString(),10):0}}),w={name:e,instanceCount:h,properties:v};if(r==="json"||t.format==="json"){let b=X.success(w);console.log(JSON.stringify(b,null,2))}else{if(console.log(`\u{1F4CB} Class: ${e}
|
|
702
702
|
`),console.log(` Instances: ${h}`),console.log(` Properties: ${v.length}
|
|
703
|
-
`),v.length===0){console.log(" No properties found.");return}let b=Math.max(...v.map(A=>A.name.length),10);console.log(" \u250C"+"\u2500".repeat(b+2)+"\u252C"+"\u2500".repeat(10)+"\u2510"),console.log(" \u2502 "+"Property".padEnd(b)+" \u2502 "+"Usage".padEnd(8)+" \u2502"),console.log(" \u251C"+"\u2500".repeat(b+2)+"\u253C"+"\u2500".repeat(10)+"\u2524");for(let A of v)console.log(" \u2502 "+A.name.padEnd(b)+" \u2502 "+A.usageCount.toString().padStart(8)+" \u2502");console.log(" \u2514"+"\u2500".repeat(b+2)+"\u2534"+"\u2500".repeat(10)+"\u2518")}}o(
|
|
704
|
-
Available classes: ${t.join(", ")}`),super(r),this.name="ClassNotFoundError"}},hu=class{constructor(e){this.fsAdapter=e;this.cache=new Map}static{o(this,"ClassResolverService")}async resolve(e,t){if(this.isUUID(t))return t;let r=await this.getOrBuildIndex(e),i=r.get(t);if(!i){let s=Array.from(r.keys()).filter(a=>!this.isUUID(a));throw new KE(t,s)}return i}async listClasses(e){let t=await this.getOrBuildIndex(e);return Array.from(t.keys())}async getOrBuildIndex(e){if(this.cache.has(e))return this.cache.get(e);let t=await this.buildIndex(e);return this.cache.set(e,t),t}async buildIndex(e){let t=new Map,r=await this.fsAdapter.getMarkdownFiles();for(let i of r)try{let s=await this.fsAdapter.getFileMetadata(i);if(!this.isClassDefinition(s))continue;let a=this.getBasename(i),c=s.exo__Asset_uid;if(!c&&this.isUUID(a)&&(c=a),!c)continue;let l=String(c);a&&t.set(a,l);let u=s.exo__Asset_label;u&&typeof u=="string"&&u!==a&&t.set(u,l)}catch{continue}return t}isClassDefinition(e){let t=e.exo__Instance_class;return t?(Array.isArray(t)?t:[t]).some(i=>{let s=String(i);return s.includes("ims__Class")||s.includes("exo__Class")}):!1}getBasename(e){let t=e.split("/");return t[t.length-1].replace(/\.md$/,"")}isUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};var YE=class extends Error{static{o(this,"WikilinkNotFoundError")}constructor(e,t){let r=t?`|${t}`:"";super(`Wikilink [[${e}${r}]] \u2014 file not found in vault`),this.name="WikilinkNotFoundError"}},gy=class{constructor(e){this.fsAdapter=e}static{o(this,"WikilinkValidator")}static{this.WIKILINK_PATTERN=/\[\[([^\]|]+)(?:\|[^\]]*)?]]/g}async validatePropertyValues(e){for(let[,t]of Object.entries(e))await this.validateValue(t)}async validateValue(e){let t=this.extractWikilinks(e);for(let r of t)await this.validateWikilink(r.uuid,r.label)}extractWikilinks(e){let t=[],r=/\[\[([^\]|]+)(?:\|([^\]]*))?\]\]/g,i;for(;(i=r.exec(e))!==null;)t.push({uuid:i[1].trim(),label:i[2]?.trim()});return t}async validateWikilink(e,t){if(!this.looksLikeUUID(e))return;if(!await this.fsAdapter.fileExists(`${e}.md`)&&!await this.fsAdapter.findFileByUID(e))throw new YE(e,t)}looksLikeUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};var _y=K(Pt());var
|
|
705
|
-
`));let i=new Ot(e),s=new hu(i),a=new gy(i),c;try{c=await XD.ShapeLoader.loadFromVaultFS(e)}catch{c=void 0}let u=await new yy(i,s,a,c).create({classShortName:n.class,label:n.label,aliases:n.aliases,properties:Object.keys(t).length>0?t:void 0,body:r,vault:e,dryRun:n.dryRun,createdBy:n.createdBy,timezone:n.timezone,skipWikilinkValidation:n.skipWikilinkValidation});if(n.dryRun){let d=
|
|
703
|
+
`),v.length===0){console.log(" No properties found.");return}let b=Math.max(...v.map(A=>A.name.length),10);console.log(" \u250C"+"\u2500".repeat(b+2)+"\u252C"+"\u2500".repeat(10)+"\u2510"),console.log(" \u2502 "+"Property".padEnd(b)+" \u2502 "+"Usage".padEnd(8)+" \u2502"),console.log(" \u251C"+"\u2500".repeat(b+2)+"\u253C"+"\u2500".repeat(10)+"\u2524");for(let A of v)console.log(" \u2502 "+A.name.padEnd(b)+" \u2502 "+A.usageCount.toString().padStart(8)+" \u2502");console.log(" \u2514"+"\u2500".repeat(b+2)+"\u2534"+"\u2500".repeat(10)+"\u2518")}}o(vX,"showClassDetails");function QD(n){let e=n.replace(/^<|>$/g,""),t=e.lastIndexOf("#");if(t!==-1)return e.substring(t+1);let r=e.lastIndexOf("/");return r!==-1?e.substring(r+1):e}o(QD,"extractLocalName");var KD=require("path"),XE=require("fs"),YD=require("fs"),XD=K(Pt());var KE=class extends Error{static{o(this,"ClassNotFoundError")}constructor(e,t){let r=`Class '${e}' not found in vault`;t&&t.length>0&&(r+=`
|
|
704
|
+
Available classes: ${t.join(", ")}`),super(r),this.name="ClassNotFoundError"}},hu=class{constructor(e){this.fsAdapter=e;this.cache=new Map}static{o(this,"ClassResolverService")}async resolve(e,t){if(this.isUUID(t))return t;let r=await this.getOrBuildIndex(e),i=r.get(t);if(!i){let s=Array.from(r.keys()).filter(a=>!this.isUUID(a));throw new KE(t,s)}return i}async listClasses(e){let t=await this.getOrBuildIndex(e);return Array.from(t.keys())}async getOrBuildIndex(e){if(this.cache.has(e))return this.cache.get(e);let t=await this.buildIndex(e);return this.cache.set(e,t),t}async buildIndex(e){let t=new Map,r=await this.fsAdapter.getMarkdownFiles();for(let i of r)try{let s=await this.fsAdapter.getFileMetadata(i);if(!this.isClassDefinition(s))continue;let a=this.getBasename(i),c=s.exo__Asset_uid;if(!c&&this.isUUID(a)&&(c=a),!c)continue;let l=String(c);a&&t.set(a,l);let u=s.exo__Asset_label;u&&typeof u=="string"&&u!==a&&t.set(u,l)}catch{continue}return t}isClassDefinition(e){let t=e.exo__Instance_class;return t?(Array.isArray(t)?t:[t]).some(i=>{let s=String(i);return s.includes("ims__Class")||s.includes("exo__Class")}):!1}getBasename(e){let t=e.split("/");return t[t.length-1].replace(/\.md$/,"")}isUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};var YE=class extends Error{static{o(this,"WikilinkNotFoundError")}constructor(e,t){let r=t?`|${t}`:"";super(`Wikilink [[${e}${r}]] \u2014 file not found in vault`),this.name="WikilinkNotFoundError"}},gy=class{constructor(e){this.fsAdapter=e}static{o(this,"WikilinkValidator")}static{this.WIKILINK_PATTERN=/\[\[([^\]|]+)(?:\|[^\]]*)?]]/g}async validatePropertyValues(e){for(let[,t]of Object.entries(e))await this.validateValue(t)}async validateValue(e){let t=this.extractWikilinks(e);for(let r of t)await this.validateWikilink(r.uuid,r.label)}extractWikilinks(e){let t=[],r=/\[\[([^\]|]+)(?:\|([^\]]*))?\]\]/g,i;for(;(i=r.exec(e))!==null;)t.push({uuid:i[1].trim(),label:i[2]?.trim()});return t}async validateWikilink(e,t){if(!this.looksLikeUUID(e))return;if(!await this.fsAdapter.fileExists(`${e}.md`)&&!await this.fsAdapter.findFileByUID(e))throw new YE(e,t)}looksLikeUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};var _y=K(Pt());var bX="de20a3f1-7483-4714-ab28-b45f5cf02c76",wX="Asia/Almaty",yy=class{constructor(e,t,r,i){this.fsAdapter=e;this.classResolver=t;this.wikilinkValidator=r;this.shapeRegistry=i}static{o(this,"AssetCreationService")}async create(e){if(!e.label||e.label.trim().length===0)throw new Error("Label cannot be empty");let t=e.label.trim(),r=await this.classResolver.resolve(e.vault,e.classShortName);e.properties&&!e.skipWikilinkValidation&&await this.wikilinkValidator.validatePropertyValues(e.properties);let i=Sd(),s=this.generateTimestamp(e.timezone),a=this.buildFrontmatter({assetUuid:i,classShortName:e.classShortName,classUuid:r,label:t,aliases:e.aliases,properties:e.properties,createdBy:e.createdBy||bX,timestamp:s}),c=_y.MetadataHelpers.buildFileContent(a,e.body),l=`01 Inbox/${i}.md`;return e.dryRun||await this.fsAdapter.createFile(l,c),{uuid:i,path:l,label:t,frontmatter:a}}buildFrontmatter(e){let t={};t.exo__Asset_uid=e.assetUuid,t.exo__Asset_label=e.label,t.exo__Asset_createdAt=e.timestamp,t.exo__Asset_createdBy=`"[[${e.createdBy}]]"`,t.exo__Instance_class=[`"[[${e.classUuid}|${e.classShortName}]]"`];let r=[e.label];if(e.aliases&&e.aliases.length>0)for(let i of e.aliases)r.includes(i)||r.push(i);if(t.aliases=r,e.properties)for(let[i,s]of Object.entries(e.properties))i==="exo__Asset_uid"||i==="exo__Asset_label"||i==="exo__Asset_createdAt"||i==="exo__Asset_createdBy"||i==="exo__Instance_class"||i==="aliases"||(t[i]=this.formatPropertyValue(i,s));return t}formatPropertyValue(e,t){if(!t.includes("[["))return t;let r=t.startsWith('"')&&t.endsWith('"')?t:`"${t}"`;return this.isSingleValued(e)?r:[r]}isSingleValued(e){if(!this.shapeRegistry)return!1;let t=_y.Namespace.fromPropertyKey(e);if(!t)return!1;let r=t.namespace.term(t.localName).value;return this.shapeRegistry.get(r)?.cardinality==="Single"}generateTimestamp(e){let t=e||wX,r=new Date,s=new Intl.DateTimeFormat("en-CA",{timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1}).formatToParts(r),a=o(c=>s.find(l=>l.type===c)?.value||"00","get");return`${a("year")}-${a("month")}-${a("day")}T${a("hour")}:${a("minute")}:${a("second")}`}};function EX(n){if(!n||n.length===0)return{};let e={};for(let t of n){let r=t.indexOf("=");if(r===-1)throw new Error(`Invalid property format: "${t}". Expected "key=value" format.`);let i=t.substring(0,r).trim(),s=t.substring(r+1).trim();if(!i)throw new Error(`Invalid property format: "${t}". Key cannot be empty.`);e[i]=s}return e}o(EX,"parseProperties");async function TX(n){if(n.bodyFile){if(!(0,XE.existsSync)(n.bodyFile))throw new Error(`Body file not found: ${n.bodyFile}`);return(0,YD.readFileSync)(n.bodyFile,"utf-8")}if(n.body==="-")return AX(3e4);if(n.body)return n.body}o(TX,"resolveBody");function AX(n){return new Promise((e,t)=>{let r=[],i=setTimeout(()=>{process.stdin.removeAllListeners(),process.stdin.destroy(),t(new Error(`Stdin read timed out after ${n}ms. Ensure you pipe content to stdin or close the pipe.`))},n);process.stdin.on("data",s=>{r.push(s)}),process.stdin.on("end",()=>{clearTimeout(i),e(Buffer.concat(r).toString("utf-8"))}),process.stdin.on("error",s=>{clearTimeout(i),t(s)}),process.stdin.isTTY&&(clearTimeout(i),e("")),process.stdin.resume()})}o(AX,"readStdin");function JD(){return new ae("create").description("Create a new vault asset with auto-generated UUID, timestamp, and frontmatter").requiredOption("--class <name>","Class short name (e.g. ztlk__PermanentNote) or UUID").requiredOption("--label <text>","Human-readable label for the asset").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--aliases <names...>","Additional aliases for the asset").option("--property <key=value...>","Property key-value pairs (repeatable)",xX,[]).option("--body <text>","Markdown body content (use '-' to read from stdin)").option("--body-file <path>","Read body content from file").option("--dry-run","Preview frontmatter without writing file").option("--created-by <uuid>","Creator UUID (defaults to ExoAssistant)").option("--timezone <tz>","Timezone for timestamps (defaults to Asia/Almaty)").option("--skip-wikilink-validation","Skip wikilink existence validation").action(async n=>{try{let e=(0,KD.resolve)(n.vault);if(!(0,XE.existsSync)(e))throw new Te(e);let t=EX(n.property),r=await TX(n);r&&(r=r.replace(/\\n/g,`
|
|
705
|
+
`));let i=new Ot(e),s=new hu(i),a=new gy(i),c;try{c=await XD.ShapeLoader.loadFromVaultFS(e)}catch{c=void 0}let u=await new yy(i,s,a,c).create({classShortName:n.class,label:n.label,aliases:n.aliases,properties:Object.keys(t).length>0?t:void 0,body:r,vault:e,dryRun:n.dryRun,createdBy:n.createdBy,timezone:n.timezone,skipWikilinkValidation:n.skipWikilinkValidation});if(n.dryRun){let d=CX(u.frontmatter,r);process.stderr.write(d+`
|
|
706
706
|
`)}let f={uuid:u.uuid,path:u.path,label:u.label};process.stdout.write(JSON.stringify(f)+`
|
|
707
|
-
`),process.exit(0)}catch(e){D.handle(e)}})}o(JD,"createCommand");function
|
|
708
|
-
`)}o(
|
|
707
|
+
`),process.exit(0)}catch(e){D.handle(e)}})}o(JD,"createCommand");function xX(n,e){return e.concat([n])}o(xX,"collect");function CX(n,e){let t=["--- DRY RUN PREVIEW ---","---"];for(let[r,i]of Object.entries(n))if(Array.isArray(i)){t.push(`${r}:`);for(let s of i)t.push(` - ${s}`)}else t.push(`${r}: ${i}`);return t.push("---"),e&&(t.push(""),t.push(e)),t.push("--- END PREVIEW ---"),t.join(`
|
|
708
|
+
`)}o(CX,"formatFrontmatterPreview");var e2=require("path"),t2=require("fs");var ZD=K(require("path"));var Sy=class{constructor(e,t,r){this.activeFs=e;this.archiveFs=t;this.classResolver=r}static{o(this,"ArchiveService")}async archive(e){let t=await this.resolveClasses(e.vaultPath,e.classes),r=await this.activeFs.getMarkdownFiles(),i=[],s=[];for(let f of r)try{let d=await this.activeFs.readFile(f),h=this.extractFrontmatter(d);if(this.isCandidate(h,t,e.year)){let p=this.extractUUID(f,h);p&&i.push({relativePath:f,uuid:p,metadata:h,content:d})}else h.archived===!0||s.push(d)}catch{continue}let a=this.buildReferenceSet(s),c=[],l=[];for(let f of i)if(e.noReferenced&&a.has(f.uuid)){let d=this.findReferencingFiles(f.uuid,s);c.push({uuid:f.uuid,file:f.relativePath,status:"blocked",reason:"Referenced by non-archived assets",blockedBy:d})}else l.push(f);let u=0;if(e.dryRun){u=await this.countArchiveOntologies(l,e.vaultPath,e.archiveVaultPath);for(let f of l)c.push({uuid:f.uuid,file:f.relativePath,status:"moved",reason:"dry-run: would be moved"})}else{u=await this.createArchiveOntologies(l,e.vaultPath,e.archiveVaultPath);for(let f of l)await this.transferFile(f,e.archiveVaultPath),c.push({uuid:f.uuid,file:f.relativePath,status:"moved"})}return{moved:l.length,blocked:c.filter(f=>f.status==="blocked").length,skipped:0,ontologies_created:u,details:c}}async resolveClasses(e,t){let r=new Set;for(let i of t)try{let s=await this.classResolver.resolve(e,i);r.add(s),r.add(i)}catch{r.add(i)}return r}isCandidate(e,t,r){return!(e.archived!==!0||!this.matchesClass(e,t)||!this.matchesYear(e,r))}matchesClass(e,t){let r=e.exo__Instance_class;return r?(Array.isArray(r)?r:[r]).some(s=>{let a=String(s).replace(/["'[\]]/g,"").trim();return t.has(a)}):!1}matchesYear(e,t){let r=[e.ems__Effort_resolutionTimestamp,e.ems__Effort_endTimestamp];for(let i of r)if(i&&this.extractYear(i)===t)return!0;return!1}extractYear(e){if(e instanceof Date)return e.getFullYear();let r=String(e).match(/^(\d{4})/);return r?parseInt(r[1],10):null}extractUUID(e,t){let r=t.exo__Asset_uid;if(r)return String(r);let i=ZD.default.basename(e,".md");return this.isUUID(i)?i:null}buildReferenceSet(e){let t=/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/gi,r=new Set;for(let i of e){let s=i.match(t);if(s)for(let a of s)r.add(a.toLowerCase())}return r}findReferencingFiles(e,t){return["referenced in active vault"]}async createArchiveOntologies(e,t,r){let i=this.collectOntologies(e),s=0;for(let[a,c]of i.entries()){let l=this.getArchiveOntologyName(a),u=l+".md";if(!await this.archiveFs.fileExists(u))try{let d=await this.activeFs.readFile(a+".md"),h=this.extractFrontmatter(d),p=h.exo__Ontology_url;if(p){let y=String(p).replace(/#$/,"")+"/archive#",v=this.buildOntologyFile(l,y,h);await this.archiveFs.writeFile(u,v),s++}}catch{continue}}return s}async countArchiveOntologies(e,t,r){let i=this.collectOntologies(e),s=0;for(let[a,c]of i.entries()){let u=this.getArchiveOntologyName(a)+".md";if(!await this.archiveFs.fileExists(u))try{let d=await this.activeFs.readFile(a+".md");this.extractFrontmatter(d).exo__Ontology_url&&s++}catch{continue}}return s}collectOntologies(e){let t=new Map;for(let r of e){let i=r.metadata.exo__Asset_isDefinedBy;if(!i)continue;let s=this.extractWikilinkTarget(String(i));if(!s)continue;let a=t.get(s)||[];a.push(r),t.set(s,a)}return t}getArchiveOntologyName(e){return e+"_archive"}buildOntologyFile(e,t,r){let i={exo__Instance_class:r.exo__Instance_class||"exo__Ontology",exo__Asset_label:`${r.exo__Asset_label||e} (Archive)`,exo__Ontology_url:t};return`---
|
|
709
709
|
${sr.dump(i,{lineWidth:-1})}---
|
|
710
710
|
`}async transferFile(e,t){let r=e.content,i=e.metadata.exo__Asset_isDefinedBy;if(i){let a=this.extractWikilinkTarget(String(i));if(a){let c=this.getArchiveOntologyName(a);r=r.replace(String(i),String(i).replace(a,c))}}let s=e.uuid+".md";await this.archiveFs.writeFile(s,r),await this.activeFs.deleteFile(e.relativePath)}extractWikilinkTarget(e){let t=e.match(/\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/);return t?t[1]:null}extractFrontmatter(e){let t=e.match(/^---\n([\s\S]*?)\n---/);if(!t)return{};try{let r=sr.load(t[1]);return typeof r=="object"&&r!==null?r:{}}catch{return{}}}isUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};var JE=K(require("path"));var vy=class{constructor(e,t){this.activeFs=e;this.archiveFs=t}static{o(this,"ArchiveVerifyService")}async verify(){let e=await this.activeFs.getMarkdownFiles(),t=await this.archiveFs.getMarkdownFiles(),r=new Set;for(let l of t){let u=JE.default.basename(l,".md");this.isUUID(u)&&r.add(u.toLowerCase())}let i=[],s=/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/gi;for(let l of e)try{let u=await this.activeFs.readFile(l);if(this.extractFrontmatter(u).archived===!0)continue;let d=u.match(s);if(d){let h=new Set;for(let p of d){let y=p.toLowerCase();r.has(y)&&!h.has(y)&&(h.add(y),i.push({uuid:y,referenced_from:l}))}}}catch{continue}let a=await this.checkArchiveOntologies(t),c=i.length===0&&a.length===0;return{broken_links:i.length,broken_link_details:i,missing_ontologies:a,stats:{active_files:e.length,archive_files:t.length},ok:c}}async checkArchiveOntologies(e){let t=new Set;for(let i of e)if(!JE.default.basename(i,".md").startsWith("!"))try{let a=await this.archiveFs.readFile(i),l=this.extractFrontmatter(a).exo__Asset_isDefinedBy;if(l){let u=this.extractWikilinkTarget(String(l));if(u&&u.startsWith("!")){let f=u.endsWith("_archive")?u:u+"_archive";t.add(f)}}}catch{continue}let r=[];for(let i of t){let s=i+".md";await this.archiveFs.fileExists(s)||r.push(i)}return r.sort()}extractWikilinkTarget(e){let t=e.match(/\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/);return t?t[1]:null}extractFrontmatter(e){let t=e.match(/^---\n([\s\S]*?)\n---/);if(!t)return{};try{let r=sr.load(t[1]);return typeof r=="object"&&r!==null?r:{}}catch{return{}}}isUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};var eN=K(require("path"));var ZE=100,by=class{constructor(e,t){this.activeFs=e;this.archiveFs=t}static{o(this,"ArchiveCascadeService")}async cascade(e){let t={iterations:0,total_moved:0,still_blocked:0,iterations_detail:[]};for(let r=0;r<ZE;r++){let i=await this.activeFs.getMarkdownFiles(),s=await this.readAllFiles(i),a=s.filter(d=>d.isArchived&&d.uuid),c=s.filter(d=>!d.isArchived);if(a.length===0)break;let l=this.buildReferenceSet(c.map(d=>d.content)),u=a.filter(d=>!l.has(d.uuid.toLowerCase()));if(u.length===0){t.still_blocked=a.length;break}let f=[];if(e.dryRun)for(let d of u)f.push(d.uuid);else{await this.createArchiveOntologies(u);for(let d of u)await this.transferFile(d),f.push(d.uuid)}if(t.iterations++,t.total_moved+=f.length,t.iterations_detail.push({iteration:t.iterations,moved:f}),e.dryRun){let d=a.length-u.length;t.still_blocked=d;break}}if(t.iterations>=ZE)throw new Error(`MAX_ITERATIONS (${ZE}) exceeded during cascade archive. This likely indicates a bug. Moved ${t.total_moved} assets before stopping.`);if(t.iterations>0&&t.still_blocked===0&&!e.dryRun){let r=await this.activeFs.getMarkdownFiles(),i=await this.readAllFiles(r);t.still_blocked=i.filter(s=>s.isArchived&&s.uuid).length}return t}async readAllFiles(e){let t=[];for(let r of e)try{let i=await this.activeFs.readFile(r),s=this.extractFrontmatter(i),a=s.archived===!0,c=this.extractUUID(r,s);t.push({relativePath:r,uuid:c||"",metadata:s,content:i,isArchived:a})}catch{continue}return t}buildReferenceSet(e){let t=/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/gi,r=new Set;for(let i of e){let s=i.match(t);if(s)for(let a of s)r.add(a.toLowerCase())}return r}async createArchiveOntologies(e){let t=this.collectOntologies(e),r=0;for(let[i]of t.entries()){let s=i+"_archive",a=s+".md";if(!await this.archiveFs.fileExists(a))try{let l=await this.activeFs.readFile(i+".md"),u=this.extractFrontmatter(l),f=u.exo__Ontology_url;if(f){let d=String(f).replace(/#$/,"")+"/archive#",h=this.buildOntologyFile(s,d,u);await this.archiveFs.writeFile(a,h),r++}}catch{continue}}return r}collectOntologies(e){let t=new Map;for(let r of e){let i=r.metadata.exo__Asset_isDefinedBy;if(!i)continue;let s=this.extractWikilinkTarget(String(i));if(!s)continue;let a=t.get(s)||[];a.push(r),t.set(s,a)}return t}buildOntologyFile(e,t,r){let i={exo__Instance_class:r.exo__Instance_class||"exo__Ontology",exo__Asset_label:`${r.exo__Asset_label||e} (Archive)`,exo__Ontology_url:t};return`---
|
|
711
711
|
${sr.dump(i,{lineWidth:-1})}---
|
|
712
|
-
`}async transferFile(e){let t=e.content,r=e.metadata.exo__Asset_isDefinedBy;if(r){let s=this.extractWikilinkTarget(String(r));if(s){let a=s+"_archive";t=t.replace(String(r),String(r).replace(s,a))}}let i=e.uuid+".md";await this.archiveFs.writeFile(i,t),await this.activeFs.deleteFile(e.relativePath)}extractWikilinkTarget(e){let t=e.match(/\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/);return t?t[1]:null}extractFrontmatter(e){let t=e.match(/^---\n([\s\S]*?)\n---/);if(!t)return{};try{let r=sr.load(t[1]);return typeof r=="object"&&r!==null?r:{}}catch{return{}}}extractUUID(e,t){let r=t.exo__Asset_uid;if(r)return String(r);let i=eN.default.basename(e,".md");return this.isUUID(i)?i:null}isUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};var wy=class{constructor(e){this.fs=e}static{o(this,"ArchiveStatsService")}async collect(){let e=await this.fs.getMarkdownFiles(),t={total:0,by_class:{},by_year:{},cross:{}};for(let r of e)try{let i=await this.fs.readFile(r),s=this.extractFrontmatter(i);t.total++;let a=this.extractClass(s);t.by_class[a]=(t.by_class[a]??0)+1;let c=this.extractYear(s);t.by_year[c]=(t.by_year[c]??0)+1,t.cross[a]||(t.cross[a]={}),t.cross[a][c]=(t.cross[a][c]??0)+1}catch{continue}return t}extractClass(e){let t=e.exo__Instance_class;if(!t)return"unknown";let r=Array.isArray(t)?t[0]:t,i=String(r).replace(/^"|"$/g,""),s=i.match(/\[\[[^\]|]+\|([^\]]+)\]\]/);if(s)return s[1];let a=i.match(/\[\[([^\]]+)\]\]/);return a?a[1]:i||"unknown"}extractYear(e){let t=e.ems__Effort_resolutionTimestamp??e.ems__Effort_endTimestamp;if(!t)return"unknown";if(t instanceof Date){let s=t.getFullYear();return isNaN(s)?"unknown":s.toString()}let i=String(t).match(/^(\d{4})/);return i?i[1]:"unknown"}extractFrontmatter(e){let t=e.match(/^---\n([\s\S]*?)\n---/);if(!t)return{};try{let r=sr.load(t[1]);return typeof r=="object"&&r!==null?r:{}}catch{return{}}}};function tN(){return new ae("archive").description("Archive assets from active vault to archive vault (automated asset archival)").requiredOption("--vault <path>","Path to the active vault").requiredOption("--archive-vault <path>","Path to the archive vault").option("--class <names>","Comma-separated class short names or UUIDs (e.g. ems__Task,ems__Meeting)").option("--year <year>","Filter by resolution/end timestamp year (e.g. 2025)").option("--dry-run","Preview without writing files",!1).option("--no-referenced","Skip assets referenced by non-archived (default: true)").option("--verify","Verify archive integrity instead of archiving (read-only)",!1).option("--cascade","Iteratively resolve archived-to-archived chains (no --class/--year needed)",!1).option("--stats","Print archive vault statistics by class and year (read-only)",!1).action(async n=>{try{let e=(0,e2.resolve)(n.vault);if(!(0,t2.existsSync)(e))throw new Te(e);let t=(0,e2.resolve)(n.archiveVault);if(!(0,t2.existsSync)(t))throw new Te(t);if(n.stats){let h=new Ot(t),y=await new wy(h).collect();process.stderr.write(
|
|
712
|
+
`}async transferFile(e){let t=e.content,r=e.metadata.exo__Asset_isDefinedBy;if(r){let s=this.extractWikilinkTarget(String(r));if(s){let a=s+"_archive";t=t.replace(String(r),String(r).replace(s,a))}}let i=e.uuid+".md";await this.archiveFs.writeFile(i,t),await this.activeFs.deleteFile(e.relativePath)}extractWikilinkTarget(e){let t=e.match(/\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/);return t?t[1]:null}extractFrontmatter(e){let t=e.match(/^---\n([\s\S]*?)\n---/);if(!t)return{};try{let r=sr.load(t[1]);return typeof r=="object"&&r!==null?r:{}}catch{return{}}}extractUUID(e,t){let r=t.exo__Asset_uid;if(r)return String(r);let i=eN.default.basename(e,".md");return this.isUUID(i)?i:null}isUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};var wy=class{constructor(e){this.fs=e}static{o(this,"ArchiveStatsService")}async collect(){let e=await this.fs.getMarkdownFiles(),t={total:0,by_class:{},by_year:{},cross:{}};for(let r of e)try{let i=await this.fs.readFile(r),s=this.extractFrontmatter(i);t.total++;let a=this.extractClass(s);t.by_class[a]=(t.by_class[a]??0)+1;let c=this.extractYear(s);t.by_year[c]=(t.by_year[c]??0)+1,t.cross[a]||(t.cross[a]={}),t.cross[a][c]=(t.cross[a][c]??0)+1}catch{continue}return t}extractClass(e){let t=e.exo__Instance_class;if(!t)return"unknown";let r=Array.isArray(t)?t[0]:t,i=String(r).replace(/^"|"$/g,""),s=i.match(/\[\[[^\]|]+\|([^\]]+)\]\]/);if(s)return s[1];let a=i.match(/\[\[([^\]]+)\]\]/);return a?a[1]:i||"unknown"}extractYear(e){let t=e.ems__Effort_resolutionTimestamp??e.ems__Effort_endTimestamp;if(!t)return"unknown";if(t instanceof Date){let s=t.getFullYear();return isNaN(s)?"unknown":s.toString()}let i=String(t).match(/^(\d{4})/);return i?i[1]:"unknown"}extractFrontmatter(e){let t=e.match(/^---\n([\s\S]*?)\n---/);if(!t)return{};try{let r=sr.load(t[1]);return typeof r=="object"&&r!==null?r:{}}catch{return{}}}};function tN(){return new ae("archive").description("Archive assets from active vault to archive vault (automated asset archival)").requiredOption("--vault <path>","Path to the active vault").requiredOption("--archive-vault <path>","Path to the archive vault").option("--class <names>","Comma-separated class short names or UUIDs (e.g. ems__Task,ems__Meeting)").option("--year <year>","Filter by resolution/end timestamp year (e.g. 2025)").option("--dry-run","Preview without writing files",!1).option("--no-referenced","Skip assets referenced by non-archived (default: true)").option("--verify","Verify archive integrity instead of archiving (read-only)",!1).option("--cascade","Iteratively resolve archived-to-archived chains (no --class/--year needed)",!1).option("--stats","Print archive vault statistics by class and year (read-only)",!1).action(async n=>{try{let e=(0,e2.resolve)(n.vault);if(!(0,t2.existsSync)(e))throw new Te(e);let t=(0,e2.resolve)(n.archiveVault);if(!(0,t2.existsSync)(t))throw new Te(t);if(n.stats){let h=new Ot(t),y=await new wy(h).collect();process.stderr.write(IX(y)),process.stdout.write(JSON.stringify(y)+`
|
|
713
713
|
`),process.exit(0)}if(n.verify){let h=new Ot(e),p=new Ot(t),v=await new vy(h,p).verify();process.stdout.write(JSON.stringify(v,null,2)+`
|
|
714
714
|
`),process.exit(v.ok?0:1)}if(n.cascade){let h=new Ot(e),p=new Ot(t),v=await new by(h,p).cascade({vaultPath:e,archiveVaultPath:t,dryRun:n.dryRun||!1});n.dryRun&&(process.stderr.write(`--- CASCADE DRY RUN PREVIEW ---
|
|
715
715
|
`),process.stderr.write(`Would move: ${v.total_moved} assets
|
|
@@ -724,9 +724,9 @@ ${sr.dump(i,{lineWidth:-1})}---
|
|
|
724
724
|
`),process.stderr.write(`Would create: ${f.ontologies_created} archive ontologies
|
|
725
725
|
`),process.stderr.write(`--- END PREVIEW ---
|
|
726
726
|
`)),process.stdout.write(JSON.stringify(d)+`
|
|
727
|
-
`),process.exit(0)}catch(e){D.handle(e)}})}o(tN,"archiveCommand");function
|
|
727
|
+
`),process.exit(0)}catch(e){D.handle(e)}})}o(tN,"archiveCommand");function IX(n){let e=["--- ARCHIVE STATS ---"];if(e.push(`Total assets: ${n.total}`),Object.keys(n.by_class).length>0){e.push(""),e.push("By class:");let t=Object.entries(n.by_class).sort((r,i)=>i[1]-r[1]);for(let[r,i]of t)e.push(` ${r}: ${i}`)}if(Object.keys(n.by_year).length>0){e.push(""),e.push("By year:");let t=Object.entries(n.by_year).sort((r,i)=>r[0].localeCompare(i[0]));for(let[r,i]of t)e.push(` ${r}: ${i}`)}return e.push("--- END STATS ---"),e.join(`
|
|
728
728
|
`)+`
|
|
729
|
-
`}o(
|
|
729
|
+
`}o(IX,"formatStatsSummary");var n2=require("path"),i2=require("fs");var r2=K(require("path"));var Ey=class{constructor(e,t){this.activeFs=e;this.archiveFs=t}static{o(this,"UnarchiveService")}async unarchive(e){let{uuid:t,dryRun:r}=e,i=await this.findAssetByUUID(t);if(!i)return{success:!1,uuid:t,error:`UUID ${t} not found in archive vault`};let s=await this.archiveFs.readFile(i),c=this.extractFrontmatter(s).exo__Asset_isDefinedBy,l=c?this.resolveActiveOntology(String(c)):null,u=r2.default.join("03 Knowledge","inbox",r2.default.basename(i));if(r)return{success:!0,uuid:t,movedTo:u,isDefinedBy:l||void 0};let f=s;return c&&l&&(f=f.replace(String(c),l)),await this.activeFs.writeFile(u,f),await this.archiveFs.deleteFile(i),{success:!0,uuid:t,movedTo:u,isDefinedBy:l||void 0}}async findAssetByUUID(e){let t=e+".md";if(await this.archiveFs.fileExists(t))return t;let i=await this.archiveFs.getMarkdownFiles();for(let s of i)try{let a=await this.archiveFs.readFile(s),l=this.extractFrontmatter(a).exo__Asset_uid;if(l&&String(l).toLowerCase()===e.toLowerCase())return s}catch{continue}return null}resolveActiveOntology(e){let t=e.match(/\[\[([^\]|]+)(?:\|([^\]]+))?\]\]/);if(!t)return null;let r=t[1],i=t[2];if(!r.endsWith("_archive"))return e;let s=r.replace(/_archive$/,"");if(i){let a=i.replace(/\s*\(Archive\)$/,"");return`[[${s}|${a}]]`}return`[[${s}]]`}extractFrontmatter(e){let t=e.match(/^---\n([\s\S]*?)\n---/);if(!t)return{};try{let r=sr.load(t[1]);return typeof r=="object"&&r!==null?r:{}}catch{return{}}}};function rN(){return new ae("unarchive").description("Restore asset from archive vault to active vault (reverse of archive)").requiredOption("--uuid <uuid>","UUID of the asset to restore").requiredOption("--vault <path>","Path to the active vault").requiredOption("--archive-vault <path>","Path to the archive vault").option("--dry-run","Preview without writing files",!1).action(async n=>{try{let e=(0,n2.resolve)(n.vault);if(!(0,i2.existsSync)(e))throw new Te(e);let t=(0,n2.resolve)(n.archiveVault);if(!(0,i2.existsSync)(t))throw new Te(t);if(!/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(n.uuid))throw new Error(`Invalid UUID format: ${n.uuid}. Expected format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`);let i=new Ot(e),s=new Ot(t),c=await new Ey(i,s).unarchive({uuid:n.uuid,vaultPath:e,archiveVaultPath:t,dryRun:n.dryRun||!1});c.success||(process.stdout.write(JSON.stringify({error:c.error})+`
|
|
730
730
|
`),process.exit(1)),n.dryRun&&(process.stderr.write(`--- DRY RUN PREVIEW ---
|
|
731
731
|
`),process.stderr.write(`Would restore: ${c.uuid}
|
|
732
732
|
`),process.stderr.write(`Target: ${c.movedTo}
|
|
@@ -740,8 +740,8 @@ ${sr.dump(i,{lineWidth:-1})}---
|
|
|
740
740
|
`),console.log(` ID: ${s.id}`),console.log(` Target class: ${s.targetClass}`),console.log(` Initial state: ${s.initialState}`),console.log(` Terminal states: ${s.terminalStates.join(", ")}`),console.log(` Default: ${s.isDefault?"yes":"no"}`),console.log(`
|
|
741
741
|
States (${s.states.length}):`);for(let a of s.states){let c=a.optional?" (optional)":"",l=a.timestampOnEnter.length>0?` [timestamps: ${a.timestampOnEnter.join(", ")}]`:"";console.log(` ${a.order}. ${a.status}${c}${l}`)}console.log(`
|
|
742
742
|
Transitions (${s.transitions.length}):`);for(let a of s.transitions){let c=a.isRollback?" (rollback)":"";console.log(` ${a.label}: ${a.from} \u2192 ${a.to}${c}`)}}}catch(i){D.handle(i)}}),n.command("validate").description("Validate a workflow definition").argument("<uid>","UID of the workflow asset").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json","text").action(async(e,t)=>{let r=t.output||"text";D.setFormat(r);try{let i=(0,mu.resolve)(t.vault);if(!(0,ba.existsSync)(i))throw new Te(i);let s=nN(i,e);if(!s){if(r==="json"){let l=X.success({error:`Workflow with UID "${e}" not found`});console.log(JSON.stringify(l,null,2))}else console.log(`\u274C Workflow with UID "${e}" not found.`);process.exitCode=1;return}let c=new Ji.WorkflowEngine(s).validate();if(r==="json"){let l=X.success({workflow:s.name,uid:s.id,...c});console.log(JSON.stringify(l,null,2))}else if(c.valid)console.log(`\u2705 Workflow "${s.name}" is valid.`);else{console.log(`\u274C Workflow "${s.name}" has ${c.errors.length} error(s):
|
|
743
|
-
`);for(let l of c.errors)console.log(` \u2022 ${l}`);process.exitCode=1}}catch(i){D.handle(i)}}),n}o(iN,"workflowCommand");var sN=new Ji.FrontmatterService;function aN(n){let e=[],t=[];oN(n,t);for(let{filePath:r,fm:i}of t){let s=i.exo__Instance_class;if(!s||!(Array.isArray(s)?s.some(p=>p.includes("ems__Workflow")&&!p.includes("WorkflowState")&&!p.includes("WorkflowTransition")):typeof s=="string"&&s.includes("ems__Workflow")&&!s.includes("WorkflowState")&&!s.includes("WorkflowTransition")))continue;let c=i.exo__Asset_uid??"",l=i.exo__Asset_label??
|
|
744
|
-
`),r="",i=null;for(let s of t){if(s.match(/^\s+-\s+/)&&r){let c=s.replace(/^\s+-\s+/,"").trim();i||(i=[]),i.push(c),e[r]=i;continue}let a=s.match(/^([a-zA-Z0-9_]+):\s*(.*)/);if(a){r=a[1],i=null;let c=a[2].trim();if((c.startsWith('"')&&c.endsWith('"')||c.startsWith("'")&&c.endsWith("'"))&&(c=c.slice(1,-1)),c==="true"?c=!0:c==="false"&&(c=!1),c===""){e[r]=[],i=e[r];continue}e[r]=c}}return e}o(cN,"parseYamlFrontmatter");function va(n){return typeof n!="string"?"":n.replace(/["'[\]]/g,"").trim()}o(va,"normalizeWikilink");function
|
|
743
|
+
`);for(let l of c.errors)console.log(` \u2022 ${l}`);process.exitCode=1}}catch(i){D.handle(i)}}),n}o(iN,"workflowCommand");var sN=new Ji.FrontmatterService;function aN(n){let e=[],t=[];oN(n,t);for(let{filePath:r,fm:i}of t){let s=i.exo__Instance_class;if(!s||!(Array.isArray(s)?s.some(p=>p.includes("ems__Workflow")&&!p.includes("WorkflowState")&&!p.includes("WorkflowTransition")):typeof s=="string"&&s.includes("ems__Workflow")&&!s.includes("WorkflowState")&&!s.includes("WorkflowTransition")))continue;let c=i.exo__Asset_uid??"",l=i.exo__Asset_label??RX(r),u=va(i.ems__Workflow_targetClass??"ems__Task"),f=i.ems__Workflow_isDefault===!0||i.ems__Workflow_isDefault==="true",d=0,h=0;for(let{fm:p}of t){let y=p.exo__Instance_class;if(!va(p.ems__WorkflowState_workflow??p.ems__WorkflowTransition_workflow??"").includes(c))continue;let b=Array.isArray(y)?y.some(R=>R.includes("ems__WorkflowState")):typeof y=="string"&&y.includes("ems__WorkflowState"),A=Array.isArray(y)?y.some(R=>R.includes("ems__WorkflowTransition")):typeof y=="string"&&y.includes("ems__WorkflowTransition");b&&d++,A&&h++}e.push({filePath:r,uid:c,label:l,targetClass:u,isDefault:f,stateCount:d,transitionCount:h})}return e}o(aN,"scanWorkflows");function oN(n,e){let t;try{t=(0,ba.readdirSync)(n,{withFileTypes:!0})}catch{return}for(let r of t){let i=(0,mu.join)(n,r.name);if(r.isDirectory()){if(r.name.startsWith(".")||r.name==="node_modules")continue;oN(i,e)}else if(r.name.endsWith(".md"))try{let s=(0,ba.readFileSync)(i,"utf-8"),a=sN.parse(s);a.exists&&e.push({filePath:i,fm:cN(a.content)})}catch{}}}o(oN,"collectParsedFiles");function nN(n,e){let r=aN(n).find(i=>i.uid===e);if(!r)return null;try{let i=(0,ba.readFileSync)(r.filePath,"utf-8"),s=sN.parse(i);if(!s.exists)return null;let a=cN(s.content),c=va(a.ems__Workflow_targetClass??"ems__Task"),l=va(a.ems__Workflow_initialState??"ems__EffortStatusDraft"),u=pu(l)??Ji.EffortStatus.DRAFT,d=(Array.isArray(a.ems__Workflow_terminalStates)?a.ems__Workflow_terminalStates.map(b=>va(b)):[]).map(pu).filter(b=>b!==null),h=a.ems__Workflow_isDefault===!0||a.ems__Workflow_isDefault==="true",y=(Array.isArray(a.ems__Workflow_states)?a.ems__Workflow_states:[]).map((b,A)=>typeof b=="string"?{status:pu(va(b))??Ji.EffortStatus.DRAFT,order:A+1,optional:!1,timestampOnEnter:[]}:{status:pu(va(b.status??""))??Ji.EffortStatus.DRAFT,order:b.order??A+1,optional:b.optional===!0||b.optional==="true",timestampOnEnter:Array.isArray(b.timestampOnEnter)?b.timestampOnEnter:[],badgeColor:b.badgeColor}),w=(Array.isArray(a.ems__Workflow_transitions)?a.ems__Workflow_transitions:[]).map(b=>{let A=pu(va(b.from??"")),R=pu(va(b.to??""));return!A||!R?null:{from:A,to:R,label:b.label??`${A} \u2192 ${R}`,icon:b.icon,isRollback:b.isRollback===!0||b.isRollback==="true"}}).filter(b=>b!==null);return{id:e,name:r.label,targetClass:c,states:y,transitions:w,initialState:u,terminalStates:d.length>0?d:[Ji.EffortStatus.DONE,Ji.EffortStatus.TRASHED],isDefault:h}}catch{return null}}o(nN,"loadWorkflowByUid");function cN(n){let e={},t=n.split(`
|
|
744
|
+
`),r="",i=null;for(let s of t){if(s.match(/^\s+-\s+/)&&r){let c=s.replace(/^\s+-\s+/,"").trim();i||(i=[]),i.push(c),e[r]=i;continue}let a=s.match(/^([a-zA-Z0-9_]+):\s*(.*)/);if(a){r=a[1],i=null;let c=a[2].trim();if((c.startsWith('"')&&c.endsWith('"')||c.startsWith("'")&&c.endsWith("'"))&&(c=c.slice(1,-1)),c==="true"?c=!0:c==="false"&&(c=!1),c===""){e[r]=[],i=e[r];continue}e[r]=c}}return e}o(cN,"parseYamlFrontmatter");function va(n){return typeof n!="string"?"":n.replace(/["'[\]]/g,"").trim()}o(va,"normalizeWikilink");function RX(n){let e=n.split("/");return e[e.length-1].replace(/\.md$/,"")}o(RX,"extractLabelFromFilename");function pu(n){return Object.values(Ji.EffortStatus).includes(n)?n:null}o(pu,"resolveEffortStatus");var Fs=require("fs"),Ds=require("path"),Fe=K(Pt());var hN=K(Pt()),zt=K(uN());var fN="obsidian://vault/";function UX(n){let e=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;return{async resolveTargetPath(t){if(!t)throw new Error("Cannot resolve empty targetIRI to a vault path");let r=t;if(r.startsWith(fN))r=decodeURI(r.slice(fN.length));else if(e.test(r)){let i=await n.findFileByUID(r);if(!i)throw new Error(`No vault file found for UID: ${r}`);r=i}if(r.endsWith(".md")||(r=`${r}.md`),!await n.fileExists(r))throw new Error(`Cannot resolve target file for IRI "${t}" (tried "${r}")`);return r}}}o(UX,"createCliPathResolver");var VX=["createAsset","openFile","sparqlSelect","getActiveFileIRI","getActiveFilePath","trashFile","duplicateFile"],s2=class extends Error{constructor(t){super(`Service "${t}" is not implemented in the CLI (no-op stub). dyncommand exec on this service_call grounding cannot change vault state. See CLI parity issues #2865-#2868 for port status.`);this.serviceId=t;this.name="CliServiceNotImplementedError"}static{o(this,"CliServiceNotImplementedError")}};function dN(n){return{async execute(){throw new s2(n)}}}o(dN,"notImplementedService");function pN(n,e){for(let t of VX)n.register(t,dN(t));for(let t of["updateProperty","removeProperty","setStatus"])n.register(t,dN(t));if(e){if(e.fsAdapter){let t=new hN.FrontmatterService,r=UX(e.fsAdapter);n.register("updateProperty",(0,zt.createUpdatePropertyService)(e.fsAdapter,t,r)),n.register("removeProperty",(0,zt.createRemovePropertyService)(e.fsAdapter,t,r)),n.register("setStatus",(0,zt.createSetStatusService)(e.fsAdapter,t,r))}n.register("createRelatedTask",(0,zt.createCreateRelatedTaskService)(e.vaultAdapter,e.genericAssetCreationService)),n.register("createRelatedProject",(0,zt.createCreateRelatedProjectService)(e.vaultAdapter,e.genericAssetCreationService)),n.register("archiveAsset",(0,zt.createArchiveAssetService)(e.vaultAdapter,e.archiveAssetService)),n.register("planForEvening",(0,zt.createPlanForEveningService)(e.vaultAdapter,e.taskStatusService)),n.register("cleanProperties",(0,zt.createCleanPropertiesService)(e.vaultAdapter,e.propertyCleanupService)),n.register("renameToUid",(0,zt.createRenameToUidService)(e.vaultAdapter,e.renameToUidService)),n.register("repairFolder",(0,zt.createRepairFolderService)(e.vaultAdapter,e.folderRepairService)),n.register("fixMissingLabel",(0,zt.createFixMissingLabelService)(e.vaultAdapter,e.fixMissingLabelService))}}o(pN,"populateCliServiceRegistry");var qX=new Fe.FrontmatterService;function mN(){let n=new ae("dyncommand").description("Manage vault-defined dynamic commands (RFC-009)");return n.command("list").description("List all dynamic commands defined in vault").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json","text").option("--target <iri>","Filter commands applicable to a specific asset IRI").action(async e=>{let t=e.output||"text";D.setFormat(t);try{let r=(0,Ds.resolve)(e.vault);if(!(0,Fs.existsSync)(r))throw new Te(r);let i;if(e.target?i=await GX(r,e.target):i=WX(r),t==="json"){let s=X.success({commands:i,totalCommands:i.length,...e.target&&{target:e.target}});console.log(JSON.stringify(s,null,2))}else{if(i.length===0){console.log("No dynamic commands found in vault.");return}let s=e.target?` for target ${e.target}`:"";console.log(`
|
|
745
745
|
\u{1F4CB} Found ${i.length} dynamic command(s)${s}:
|
|
746
746
|
`);let a=Math.max(...i.map(l=>l.label.length),4),c=Math.max(...i.map(l=>(l.category??"").length),8);console.log("\u250C"+"\u2500".repeat(a+2)+"\u252C"+"\u2500".repeat(c+2)+"\u252C"+"\u2500".repeat(14)+"\u252C"+"\u2500".repeat(14)+"\u2510"),console.log("\u2502 "+"Name".padEnd(a)+" \u2502 "+"Category".padEnd(c)+" \u2502 "+"Precondition".padEnd(12)+" \u2502 "+"Grounding".padEnd(12)+" \u2502"),console.log("\u251C"+"\u2500".repeat(a+2)+"\u253C"+"\u2500".repeat(c+2)+"\u253C"+"\u2500".repeat(14)+"\u253C"+"\u2500".repeat(14)+"\u2524");for(let l of i)console.log("\u2502 "+l.label.padEnd(a)+" \u2502 "+(l.category??"").padEnd(c)+" \u2502 "+(l.hasPrecondition?" yes ":" no ")+" \u2502 "+(l.groundingType??"").padEnd(12)+" \u2502");console.log("\u2514"+"\u2500".repeat(a+2)+"\u2534"+"\u2500".repeat(c+2)+"\u2534"+"\u2500".repeat(14)+"\u2534"+"\u2500".repeat(14)+"\u2518")}}catch(r){D.handle(r)}}),n.command("show").description("Show full details of a dynamic command").argument("<uid>","UID of the command asset").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json","text").action(async(e,t)=>{let r=t.output||"text";D.setFormat(r);try{let i=(0,Ds.resolve)(t.vault);if(!(0,Fs.existsSync)(i))throw new Te(i);let{tripleStore:s}=await o2(i),a=new Fe.CommandResolver(s),c=await a.loadCommand(e);if(!c){if(r==="json"){let f=X.success({error:`Command with UID "${e}" not found`});console.log(JSON.stringify(f,null,2))}else console.log(`\u274C Command with UID "${e}" not found.`);process.exitCode=3;return}let u=(await a.findBindings()).filter(f=>f.commandRef===e);if(r==="json"){let f=X.success({command:c,bindings:u});console.log(JSON.stringify(f,null,2))}else if(console.log(`
|
|
747
747
|
\u{1F4CB} Command: ${c.name}
|
|
@@ -752,12 +752,12 @@ ${sr.dump(i,{lineWidth:-1})}---
|
|
|
752
752
|
Bindings (${u.length}):`);for(let f of u){let d=[];f.targetClass&&d.push(`class=${f.targetClass}`),f.targetPrototype&&d.push(`prototype=${f.targetPrototype}`),f.targetAsset&&d.push(`asset=${f.targetAsset}`),console.log(` \u2022 ${f.label||f.id}: ${d.join(", ")}`)}}else console.log(`
|
|
753
753
|
Bindings: none`)}catch(i){D.handle(i)}}),n.command("exec").description("Execute a dynamic command on a target asset").argument("<uid>","UID of the command to execute").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--target <filepath>","Path to target asset file (relative to vault)").option("--output <type>","Response format: text|json","text").option("--dry-run","Preview changes without modifying files").option("--input <json>",`JSON userInput for service_call groundings, e.g. '{"label":"Task name"}'`).action(async(e,t)=>{let r=t.output||"text";D.setFormat(r);try{let i=(0,Ds.resolve)(t.vault);if(!(0,Fs.existsSync)(i))throw new Te(i);if(!t.target){console.error("\u274C --target option is required for exec command"),process.exitCode=2;return}let s=(0,Ds.resolve)(i,t.target);if(!(0,Fs.existsSync)(s)){console.error(`\u274C Target file not found: ${t.target}`),process.exitCode=3;return}let{tripleStore:a}=await o2(i),l=await new Fe.CommandResolver(a).loadCommand(e);if(!l){if(r==="json"){let F=X.success({error:`Command with UID "${e}" not found`});console.log(JSON.stringify(F,null,2))}else console.log(`\u274C Command with UID "${e}" not found.`);process.exitCode=3;return}let u=(0,Fe.vaultPathToIRI)(t.target);if(!await new Fe.PreconditionEvaluator(a).evaluate(l.precondition,u)){if(r==="json"){let F=X.success({command:l.name,target:t.target,preconditionPassed:!1,executed:!1,reason:"Precondition not satisfied"});console.log(JSON.stringify(F,null,2))}else console.log(`\u274C Precondition not satisfied for command "${l.name}" on target "${t.target}".`),l.precondition&&(console.log(` Precondition: ${l.precondition.label}`),console.log(` SPARQL ASK: ${l.precondition.sparqlAsk}`));process.exitCode=5;return}if(t.dryRun){if(r==="json"){let F=X.success({command:l.name,target:t.target,preconditionPassed:!0,dryRun:!0,grounding:l.grounding});console.log(JSON.stringify(F,null,2))}else console.log(`
|
|
754
754
|
\u{1F50D} Dry-run: command "${l.name}" on "${t.target}"
|
|
755
|
-
`),console.log(" Precondition: passed \u2705"),console.log(" Grounding (would execute):"),c2(l.grounding," ");return}let h=new Fe.ServiceRegistry,p=new Nt(i),y=new Fe.GenericAssetCreationService(p),v=new Fe.ArchiveAssetService(p),w=new Fe.PropertyCleanupService(p),b=new Fe.FixMissingLabelService(p),A=new Fe.RenameToUidService(p),R=new Fe.FolderRepairService(p),k=new Fe.TaskStatusService(p,new Fe.EffortStatusWorkflow,new Fe.StatusTimestampService(p)),U=new Ot(i);pN(h,{vaultAdapter:p,fsAdapter:U,genericAssetCreationService:y,archiveAssetService:v,taskStatusService:k,propertyCleanupService:w,fixMissingLabelService:b,renameToUidService:A,folderRepairService:R});let te=new Fe.GroundingExecutor(U,U,h),z;if(t.input)try{let F=JSON.parse(t.input);if(typeof F!="object"||F===null||Array.isArray(F))throw new Error("must be a JSON object");z=F}catch(F){let $=F instanceof Error?F.message:String(F);console.error(`\u274C --input: invalid JSON object (${$})`),process.exitCode=2;return}let G=await te.execute(l.grounding,u,t.target,z);if(r==="json"){let F=X.success({command:l.name,target:t.target,preconditionPassed:!0,executed:!0,success:G.success,...G.error&&{error:G.error},...l.successMessage&&G.success&&{message:l.successMessage}});console.log(JSON.stringify(F,null,2))}else if(G.success){let F=l.successMessage??`Command "${l.name}" executed successfully.`;console.log(`\u2705 ${F}`)}else console.log(`\u274C Command "${l.name}" failed: ${G.error}`),process.exitCode=5}catch(i){D.handle(i)}}),n.command("validate").description("Validate all dynamic command definitions in vault").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json","text").action(async e=>{let t=e.output||"text";D.setFormat(t);try{let r=(0,Ds.resolve)(e.vault);if(!(0,Fs.existsSync)(r))throw new Te(r);let i=[];l2(r,i);let s=
|
|
755
|
+
`),console.log(" Precondition: passed \u2705"),console.log(" Grounding (would execute):"),c2(l.grounding," ");return}let h=new Fe.ServiceRegistry,p=new Nt(i),y=new Fe.GenericAssetCreationService(p),v=new Fe.ArchiveAssetService(p),w=new Fe.PropertyCleanupService(p),b=new Fe.FixMissingLabelService(p),A=new Fe.RenameToUidService(p),R=new Fe.FolderRepairService(p),k=new Fe.TaskStatusService(p,new Fe.EffortStatusWorkflow,new Fe.StatusTimestampService(p)),U=new Ot(i);pN(h,{vaultAdapter:p,fsAdapter:U,genericAssetCreationService:y,archiveAssetService:v,taskStatusService:k,propertyCleanupService:w,fixMissingLabelService:b,renameToUidService:A,folderRepairService:R});let te=new Fe.GroundingExecutor(U,U,h),z;if(t.input)try{let F=JSON.parse(t.input);if(typeof F!="object"||F===null||Array.isArray(F))throw new Error("must be a JSON object");z=F}catch(F){let $=F instanceof Error?F.message:String(F);console.error(`\u274C --input: invalid JSON object (${$})`),process.exitCode=2;return}let G=await te.execute(l.grounding,u,t.target,z);if(r==="json"){let F=X.success({command:l.name,target:t.target,preconditionPassed:!0,executed:!0,success:G.success,...G.error&&{error:G.error},...l.successMessage&&G.success&&{message:l.successMessage}});console.log(JSON.stringify(F,null,2))}else if(G.success){let F=l.successMessage??`Command "${l.name}" executed successfully.`;console.log(`\u2705 ${F}`)}else console.log(`\u274C Command "${l.name}" failed: ${G.error}`),process.exitCode=5}catch(i){D.handle(i)}}),n.command("validate").description("Validate all dynamic command definitions in vault").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json","text").action(async e=>{let t=e.output||"text";D.setFormat(t);try{let r=(0,Ds.resolve)(e.vault);if(!(0,Fs.existsSync)(r))throw new Te(r);let i=[];l2(r,i);let s=zX(i),a=KX(i);if(t==="json"){let c=X.success({totalCommands:a2(i).length,totalIssues:s.reduce((l,u)=>l+u.issues.length,0),commandsWithIssues:s.length,issues:s,duplicateUidWarnings:a});console.log(JSON.stringify(c,null,2))}else{let c=a2(i);if(s.length===0)console.log(`\u2705 All ${c.length} dynamic command(s) are valid.`);else{let l=s.reduce((u,f)=>u+f.issues.length,0);console.log(`\u274C Found ${l} issue(s) in ${s.length} command(s) out of ${c.length} total:
|
|
756
756
|
`);for(let u of s){console.log(` \u{1F4C4} ${u.label} (${u.uid}):`);for(let f of u.issues)console.log(` \u2022 ${f}`);console.log()}process.exitCode=5}if(a.length>0){console.log(`\u26A0\uFE0F Found ${a.length} duplicate exo__Asset_uid value(s) (structural defect \u2014 see docs/RCA_DYNCOMMAND_SHOW_VS_EXEC.md \xA7H1):
|
|
757
|
-
`);for(let l of a){console.log(` \u2022 ${l.uid}`);for(let u of l.filePaths)console.log(` ${u}`)}console.log("\n Hint: rename one of the duplicates to a fresh UID, or delete the stale copy. Duplicates make `dyncommand show` and `dyncommand exec` non-deterministic.")}}}catch(r){D.handle(r)}}),n}o(mN,"dynamicCommandCommand");function
|
|
758
|
-
`),r="",i=null;for(let s of t){if(s.match(/^\s+-\s+/)&&r){let c=s.replace(/^\s+-\s+/,"").trim();i||(i=[]),i.push(c),e[r]=i;continue}let a=s.match(/^([a-zA-Z0-9_]+):\s*(.*)/);if(a){r=a[1],i=null;let c=a[2].trim();if((c.startsWith('"')&&c.endsWith('"')||c.startsWith("'")&&c.endsWith("'"))&&(c=c.slice(1,-1)),c==="true"?c=!0:c==="false"&&(c=!1),c===""){e[r]=[],i=e[r];continue}e[r]=c}}return e}o(
|
|
757
|
+
`);for(let l of a){console.log(` \u2022 ${l.uid}`);for(let u of l.filePaths)console.log(` ${u}`)}console.log("\n Hint: rename one of the duplicates to a fresh UID, or delete the stale copy. Duplicates make `dyncommand show` and `dyncommand exec` non-deterministic.")}}}catch(r){D.handle(r)}}),n}o(mN,"dynamicCommandCommand");function WX(n){let e=[];return l2(n,e),a2(e)}o(WX,"scanCommands");function a2(n){let e=[],t=gN(n);for(let{filePath:r,fm:i}of n){if(!gu(i,"exocmd__Command",t))continue;let s=i.exo__Asset_uid??"",a=i.exo__Asset_label??yN(r),c=i.exocmd__Command_category,l=i.exocmd__Command_icon,u=!!i.exocmd__Command_precondition,f=i.exocmd__Command_grounding,d;if(f){let h=Ty(String(f)),p=n.find(y=>y.fm.exo__Asset_uid===h&&gu(y.fm,"exocmd__Grounding",t));p&&(d=p.fm.exocmd__Grounding_type)}e.push({filePath:r,uid:s,label:a,category:c,icon:l,hasPrecondition:u,groundingType:d})}return e}o(a2,"scanCommandsFromFiles");async function GX(n,e){let{tripleStore:t}=await o2(n),r=new Fe.CommandResolver(t),i=await r.findBindings(),s=new Set;for(let c of i)s.add(c.commandRef);let a=[];for(let c of s){let l=await r.loadCommand(c);l&&a.push({filePath:"",uid:l.id,label:l.name,category:l.category,icon:l.icon,hasPrecondition:!!l.precondition,groundingType:l.grounding.type})}return a}o(GX,"listCommandsForTarget");function zX(n){let e=[],t=gN(n),r=new Map;for(let i of n){let s=i.fm.exo__Asset_uid;s&&r.set(s,i)}for(let{filePath:i,fm:s}of n){if(!gu(s,"exocmd__Command",t))continue;let a=s.exo__Asset_uid??"",c=s.exo__Asset_label??yN(i),l=[];a||l.push("Missing exo__Asset_uid"),s.exo__Asset_label||l.push("Missing exo__Asset_label");let u=s.exocmd__Command_grounding;if(!u)l.push("Missing exocmd__Command_grounding (required)");else{let h=Ty(String(u)),p=r.get(h);if(!p)l.push(`Grounding reference "${h}" not found in vault`);else if(!gu(p.fm,"exocmd__Grounding",t))l.push(`Grounding reference "${h}" is not an exocmd__Grounding asset`);else{let y=p.fm,v=y.exocmd__Grounding_type;v?(Object.values(Fe.GroundingType).includes(v)||l.push(`Grounding "${h}" has invalid type "${v}"`),(v===Fe.GroundingType.PROPERTY_SET||v===Fe.GroundingType.PROPERTY_DELETE)&&!y.exocmd__Grounding_targetProperty&&l.push(`Grounding "${h}" (${v}) missing targetProperty`),v===Fe.GroundingType.PROPERTY_SET&&!y.exocmd__Grounding_targetValue&&l.push(`Grounding "${h}" (property_set) missing targetValue`),v===Fe.GroundingType.SERVICE_CALL&&((y.exocmd__Grounding_serviceId??y.exocmd__Grounding_targetProperty)||l.push(`Grounding "${h}" (service_call) missing serviceId and targetProperty`))):l.push(`Grounding "${h}" missing exocmd__Grounding_type`)}}let f=s.exocmd__Command_precondition;if(f){let h=Ty(String(f)),p=r.get(h);if(!p)l.push(`Precondition reference "${h}" not found in vault`);else if(!gu(p.fm,"exocmd__Precondition",t))l.push(`Precondition reference "${h}" is not an exocmd__Precondition asset`);else{let y=p.fm.exocmd__Precondition_sparqlAsk,v=p.fm.exocmd__Precondition_hostFunction;!y&&!v&&l.push(`Precondition "${h}" missing both sparqlAsk and hostFunction`)}}n.some(h=>gu(h.fm,"exocmd__CommandBinding",t)?Ty(String(h.fm.exocmd__CommandBinding_command??""))===a:!1)||l.push("No CommandBinding references this command (command will be unused)"),l.length>0&&e.push({uid:a,label:c,filePath:i,issues:l})}return e}o(zX,"validateCommandsFromFiles");async function o2(n){let e=new Nt(n),r=await new Fe.NoteToRDFConverter(e).convertVault(),i=new Fe.InMemoryTripleStore;return await i.addAll(r),{tripleStore:i}}o(o2,"buildTripleStore");function c2(n,e){if(console.log(`${e}ID: ${n.id}`),console.log(`${e}Label: ${n.label}`),console.log(`${e}Type: ${n.type}`),n.targetProperty&&console.log(`${e}Target property: ${n.targetProperty}`),n.targetValue!==void 0&&console.log(`${e}Target value: ${n.targetValue}`),n.sparqlUpdate&&console.log(`${e}SPARQL UPDATE: ${n.sparqlUpdate}`),n.steps&&n.steps.length>0){console.log(`${e}Steps (${n.steps.length}):`);for(let t=0;t<n.steps.length;t++)console.log(`${e} Step ${t+1}:`),c2(n.steps[t],e+" ")}}o(c2,"printGrounding");function l2(n,e){let t;try{t=(0,Fs.readdirSync)(n,{withFileTypes:!0})}catch{return}for(let r of t){let i=(0,Ds.join)(n,r.name);if(r.isDirectory()){if(r.name.startsWith(".")||r.name==="node_modules")continue;l2(i,e)}else if(r.name.endsWith(".md"))try{let s=(0,Fs.readFileSync)(i,"utf-8"),a=qX.parse(s);a.exists&&e.push({filePath:i,fm:HX(a.content)})}catch{}}}o(l2,"collectParsedFiles");function HX(n){let e={},t=n.split(`
|
|
758
|
+
`),r="",i=null;for(let s of t){if(s.match(/^\s+-\s+/)&&r){let c=s.replace(/^\s+-\s+/,"").trim();i||(i=[]),i.push(c),e[r]=i;continue}let a=s.match(/^([a-zA-Z0-9_]+):\s*(.*)/);if(a){r=a[1],i=null;let c=a[2].trim();if((c.startsWith('"')&&c.endsWith('"')||c.startsWith("'")&&c.endsWith("'"))&&(c=c.slice(1,-1)),c==="true"?c=!0:c==="false"&&(c=!1),c===""){e[r]=[],i=e[r];continue}e[r]=c}}return e}o(HX,"parseYamlFrontmatter");var QX=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function gN(n){let e=new Map;for(let{fm:t}of n){let r=t.exo__Asset_uid,i=t.exo__Asset_label;typeof r=="string"&&typeof i=="string"&&e.set(r,i)}return e}o(gN,"buildClassLabelIndex");function gu(n,e,t){let r=n.exo__Instance_class;if(!r)return!1;let i=Array.isArray(r)?r:[r];for(let s of i){if(typeof s!="string")continue;let a=s.match(/\[\[([^|\]]+)/),c=a?a[1]:s;if(c===e||t&&QX.test(c)&&t.get(c)===e)return!0}return!1}o(gu,"hasClass");function Ty(n){if(typeof n!="string")return"";let e=n.replace(/["'[\]]/g,"").trim(),t=e.indexOf("|");return t>=0?e.substring(0,t).trim():e}o(Ty,"normalizeWikilink");function yN(n){return(0,Ds.basename)(n,".md")}o(yN,"extractLabelFromFilename");function KX(n){let e=new Map;for(let{filePath:r,fm:i}of n){let s=i.exo__Asset_uid;if(typeof s!="string"||s.length===0)continue;let a=e.get(s);a?a.push(r):e.set(s,[r])}let t=[];for(let[r,i]of e.entries())i.length>1&&t.push({uid:r,filePaths:[...i].sort()});return t.sort((r,i)=>r.uid.localeCompare(i.uid)),t}o(KX,"findDuplicateUIDs");var yu=require("fs"),Ad=require("path"),Mt=K(Pt());var YX={turtle:"turtle",ntriples:"n-triples",jsonld:"json-ld"},XX=new Mt.IRI(`${Mt.Namespace.RDF.iri.value}type`),_N=[Mt.Namespace.RDF,Mt.Namespace.RDFS,Mt.Namespace.OWL,Mt.Namespace.XSD,Mt.Namespace.EXO,Mt.Namespace.EMS,Mt.Namespace.EXOCMD,Mt.Namespace.IMS,Mt.Namespace.ZTLK,Mt.Namespace.PTMS,Mt.Namespace.LIT,Mt.Namespace.INBOX];function JX(n){let e=n.trim();if(e.startsWith("http://")||e.startsWith("https://"))return new Mt.IRI(e);let t=e.match(/^([a-zA-Z][a-zA-Z0-9]*)__(.+)$/);if(t){let[,i,s]=t,a=_N.find(c=>c.prefix===i);if(a)return a.term(s)}let r=e.match(/^([a-zA-Z][a-zA-Z0-9]*):(.+)$/);if(r){let[,i,s]=r,a=_N.find(c=>c.prefix===i);if(a)return a.term(s)}throw new Ke(`Unable to resolve class filter "${n}" to an IRI.`,'Use shorthand like "ems__Task", prefixed like "ems:Task", or a full IRI.')}o(JX,"resolveClassIri");function ZX(n,e){let t=new Set;for(let r of n)r.predicate.equals(XX)&&r.object instanceof Mt.IRI&&r.object.equals(e)&&t.add(r.subject.toString());return t.size===0?[]:n.filter(r=>t.has(r.subject.toString()))}o(ZX,"filterByClass");function SN(){return new ae("convert").description("Dump vault graph as RDF (Turtle/N-Triples/JSON-LD)").option("--format <type>","Serialization format: turtle|ntriples|jsonld","turtle").option("--out <path>","Write serialized output to file (default: stdout)").option("--filter <class>","Keep only instances of the given class (e.g. ems__Task, ems:Task, or full IRI)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format for errors: text|json (for MCP tools)","text").action(async n=>{let e=n.output||"text";D.setFormat(e);try{let t=YX[n.format];if(!t)throw new Ke(`Unknown format: "${n.format}". Expected one of turtle|ntriples|jsonld.`,"exocortex convert --format turtle --out vault.ttl");let r=(0,Ad.resolve)(n.vault);if(!(0,yu.existsSync)(r))throw new Te(r);e==="text"&&!n.out||e==="text"&&console.error(`\u{1F4E6} Loading vault: ${r}...`);let i=new Nt(r),a=await new Mt.NoteToRDFConverter(i).convertVault();if(n.filter){let f=JX(n.filter);a=ZX(a,f)}let c=new Mt.InMemoryTripleStore;await c.addAll(a);let u=new Mt.RDFSerializer(c).serializeTriples(a,t,{pretty:t==="json-ld",indent:2});if(n.out){let f=(0,Ad.resolve)(n.out);try{(0,yu.mkdirSync)((0,Ad.dirname)(f),{recursive:!0}),(0,yu.writeFileSync)(f,u,"utf-8")}catch(d){throw new Uf("convert",`failed to write output to ${f}: ${d.message}`,"Check destination directory exists and is writable.",{outPath:f})}e==="text"&&console.error(`\u2705 Wrote ${a.length} triple(s) to ${f} (${n.format}).`)}else process.stdout.write(u),u.endsWith(`
|
|
759
759
|
`)||process.stdout.write(`
|
|
760
|
-
`)}catch(t){D.handle(t)}})}o(SN,"convertCommand");var TN=require("path"),AN=require("fs");var bN=require("node:crypto");function xd(n){if(typeof n!="string")return null;let e=n.trim();if(e.length===0)return null;let t=e.match(/^\[\[([^|\]]+)(?:\|[^\]]*)?\]\]$/);return t?t[1].trim():e}o(xd,"wikilinkInner");function
|
|
760
|
+
`)}catch(t){D.handle(t)}})}o(SN,"convertCommand");var TN=require("path"),AN=require("fs");var bN=require("node:crypto");function xd(n){if(typeof n!="string")return null;let e=n.trim();if(e.length===0)return null;let t=e.match(/^\[\[([^|\]]+)(?:\|[^\]]*)?\]\]$/);return t?t[1].trim():e}o(xd,"wikilinkInner");function eJ(n){if(!Array.isArray(n))return[];let e=[];for(let t of n)typeof t=="string"&&t.trim().length>0&&e.push(t.trim());return e}o(eJ,"normaliseColumns");function tJ(n){if(Array.isArray(n))return n.map(e=>typeof e=="string"?xd(e):null).filter(e=>e!==null);if(typeof n=="string"){let e=xd(n);return e?[e]:[]}return[]}o(tJ,"normaliseInstanceClass");function wN(n){let e=tJ(n.exo__Instance_class);for(let t of e)if(t==="ui__RelationColumnSet"||t==="97fc9862-c886-4d86-9a60-e0cf9d778575"||t.includes("ui__RelationColumnSet"))return!0;return!1}o(wN,"isRelColSetFrontmatter");function EN(n,e){let t=e.exo__Asset_uid;if(typeof t!="string"||t.trim().length===0)return null;let r=e.exo__Asset_label,i=typeof r=="string"&&r.trim().length>0?r.trim():null,s=e.ui__RelationColumnSet_targetClass,a=Array.isArray(s)?xd(s[0]):xd(s),c=xd(e.ui__RelationColumnSet_referencingProperty),l=eJ(e.ui__RelationColumnSet_columns),u=e.ui__RelationColumnSet_priority,f=typeof u=="number"?u:typeof u=="string"&&u.trim()!==""?Number.parseInt(u,10):null;return{uid:t.trim(),path:n,label:i,targetClass:a,referencingProperty:c,columns:l,priority:f!==null&&Number.isNaN(f)?null:f}}o(EN,"extractRelColSetConfig");function vN(n){if(n===null||n.trim().length===0)return"";let e=n.trim();return e.startsWith("[[")&&e.endsWith("]]")?e:`[[${e}]]`}o(vN,"wikilinkOf");function rJ(n,e){let t=(0,bN.createHash)("sha256").update(`${n}:${e}:exo-layout-migration-v1`).digest("hex");return t.slice(0,8)+"-"+t.slice(8,12)+"-4"+t.slice(13,16)+"-8"+t.slice(17,20)+"-"+t.slice(20,32)}o(rJ,"defaultUidFor");var Ay=class{static{o(this,"RelColSetToExoLayoutMigratorService")}constructor(e={}){this.uidFor=e.uidFor??rJ}migrate(e){let t=[],r=[];for(let i of e){if(i.targetClass===null&&i.referencingProperty===null){r.push({sourcePath:i.path,reason:"RelColSet lacks both targetClass and referencingProperty \u2014 nothing to migrate"});continue}t.push(this.migrateOne(i))}return{pairs:t,skipped:r}}migrateOne(e){let t=this.uidFor(e.uid,"layout"),r=this.uidFor(e.uid,"block"),i=[],s=e.label??e.uid,a=`Migrated layout (from ${s})`,c=`Migrated backlinks table (from ${s})`,l=vN(e.targetClass),u=vN(e.referencingProperty);e.targetClass===null&&i.push("RelColSet has no targetClass \u2014 using placeholder; set exo__Layout_targetClass and exo__BacklinksTableBlock_rowClass manually."),e.referencingProperty===null&&i.push("RelColSet has no referencingProperty \u2014 set exo__BacklinksTableBlock_referencingProperty manually."),i.push("RelColSet is additive (appends to Name/InstanceClass); exo__BacklinksTableBlock is replacing. The generated block renders only the configured columns."),i.push("exo__Layout.targetClass is the class of the PAGE the layout renders on. RelColSet encodes the row class, not the page class. Review and adjust before --apply.");let f=e.columns.length===0?"[]":`
|
|
761
761
|
`+e.columns.map(y=>` - "${y}"`).join(`
|
|
762
762
|
`),d=e.priority===null?"":`exo__Layout_priority: ${e.priority}
|
|
763
763
|
`,h=`---
|
|
@@ -783,8 +783,8 @@ exo__BacklinksTableBlock_referencingProperty: "${u}"
|
|
|
783
783
|
exo__BacklinksTableBlock_columns:${f==="[]"?" []":f}
|
|
784
784
|
# Migrated from ui__RelationColumnSet ${e.uid} (${e.path}).
|
|
785
785
|
---
|
|
786
|
-
`;return{sourceUid:e.uid,sourcePath:e.path,layout:{uid:t,filename:`${t}.md`,content:h},block:{uid:r,filename:`${r}.md`,content:p},warnings:i}}};function xN(){return new ae("migrate-relcolset-to-exolayout").description("Generate exo__Layout + exo__BacklinksTableBlock pairs from existing ui__RelationColumnSet configs (dry-run by default; --apply to write)").requiredOption("--vault <path>","Path to the source vault").option("--out-dir <path>","Vault-relative folder where generated Layout+Block files land on --apply","exo-layout-migrated").option("--apply","Write generated files to the vault (default: dry-run, prints to stderr)",!1).option("--json","Emit the migration report as JSON to stdout",!1).action(async n=>{try{let e=(0,TN.resolve)(n.vault);if(!(0,AN.existsSync)(e))throw new Te(e);let t=new Ot(e),r=new Ay,i=await t.getMarkdownFiles(),s=[];for(let c of i)try{let l=await t.getFileMetadata(c);if(!wN(l))continue;let u=EN(c,l);u!==null&&s.push(u)}catch{}let a=r.migrate(s);n.apply?await
|
|
787
|
-
`):process.stderr.write(
|
|
786
|
+
`;return{sourceUid:e.uid,sourcePath:e.path,layout:{uid:t,filename:`${t}.md`,content:h},block:{uid:r,filename:`${r}.md`,content:p},warnings:i}}};function xN(){return new ae("migrate-relcolset-to-exolayout").description("Generate exo__Layout + exo__BacklinksTableBlock pairs from existing ui__RelationColumnSet configs (dry-run by default; --apply to write)").requiredOption("--vault <path>","Path to the source vault").option("--out-dir <path>","Vault-relative folder where generated Layout+Block files land on --apply","exo-layout-migrated").option("--apply","Write generated files to the vault (default: dry-run, prints to stderr)",!1).option("--json","Emit the migration report as JSON to stdout",!1).action(async n=>{try{let e=(0,TN.resolve)(n.vault);if(!(0,AN.existsSync)(e))throw new Te(e);let t=new Ot(e),r=new Ay,i=await t.getMarkdownFiles(),s=[];for(let c of i)try{let l=await t.getFileMetadata(c);if(!wN(l))continue;let u=EN(c,l);u!==null&&s.push(u)}catch{}let a=r.migrate(s);n.apply?await nJ(t,a,n.outDir):iJ(a),n.json?process.stdout.write(JSON.stringify(aJ(a,n),null,2)+`
|
|
787
|
+
`):process.stderr.write(sJ(a,n)),process.exit(0)}catch(e){D.handle(e)}})}o(xN,"migrateRelColSetToExoLayoutCommand");async function nJ(n,e,t){for(let r of e.pairs){let i=`${t}/${r.layout.filename}`,s=`${t}/${r.block.filename}`;await n.writeFile(i,r.layout.content),await n.writeFile(s,r.block.content)}}o(nJ,"writePairs");function iJ(n){process.stderr.write(`--- DRY RUN PREVIEW ---
|
|
788
788
|
`);for(let e of n.pairs)if(process.stderr.write(`
|
|
789
789
|
# from ${e.sourcePath}
|
|
790
790
|
`),process.stderr.write(`## Layout (${e.layout.filename})
|
|
@@ -795,17 +795,17 @@ exo__BacklinksTableBlock_columns:${f==="[]"?" []":f}
|
|
|
795
795
|
`);for(let t of e.warnings)process.stderr.write(`- ${t}
|
|
796
796
|
`)}process.stderr.write(`
|
|
797
797
|
--- END PREVIEW ---
|
|
798
|
-
`)}o(
|
|
798
|
+
`)}o(iJ,"printDryRunReport");function sJ(n,e){let r=[`--- MIGRATION ${e.apply?"APPLY":"DRY RUN"} ---`,`Migrated pairs: ${n.pairs.length}`,`Skipped configs: ${n.skipped.length}`];e.apply&&(r.push(`Files written to: ${e.outDir}/ (relative to vault root)`),r.push(`Total files written: ${n.pairs.length*2} (${n.pairs.length} Layout + ${n.pairs.length} Block)`));for(let i of n.skipped)r.push(` SKIPPED: ${i.sourcePath} \u2014 ${i.reason}`);return r.push(`--- END SUMMARY ---
|
|
799
799
|
`),r.join(`
|
|
800
|
-
`)}o(
|
|
801
|
-
`);for(let i of r){let s=i.match(/^([\w]+):\s*"?([^"]*)"?\s*$/);s&&(t[s[1]]=s[2])}return t}o(xy,"parseFrontmatterRaw");function u2(n){return n.replace(/^---[\s\S]*?---\r?\n/,"").replace(/```[\s\S]*?```/g," ").replace(/\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/g,"$1").replace(/#+\s/g," ").replace(/\[([^\]]+)\]\([^)]+\)/g,"$1").replace(/[*_`]/g,"").toLowerCase()}o(u2,"extractBodyText");function PN(n,e){return n.exo__Asset_label?n.exo__Asset_label:e.split("/").pop()?.replace(/\.md$/,"")??""}o(PN,"extractLabel");function
|
|
802
|
-
`),i=!1;for(let s of r){if(s.match(/^aliases:\s*$/)){i=!0;continue}if(i){let c=s.match(/^\s+-\s+"?([^"]*)"?\s*$/);c?t.push(c[1].trim()):!s.startsWith(" ")&&!s.startsWith(" ")&&(i=!1)}let a=s.match(/^aliases:\s+"?([^"\n]+)"?\s*$/);a&&a[1].trim()&&t.push(a[1].trim())}return t.filter(Boolean)}o(
|
|
803
|
-
`);(0,nn.writeFileSync)(e,r,"utf-8")}o(
|
|
800
|
+
`)}o(sJ,"formatSummary");function aJ(n,e){return{mode:e.apply?"apply":"dry-run",outDir:e.outDir,pairsCount:n.pairs.length,skippedCount:n.skipped.length,pairs:n.pairs.map(t=>({sourceUid:t.sourceUid,sourcePath:t.sourcePath,layoutUid:t.layout.uid,blockUid:t.block.uid,warnings:t.warnings})),skipped:n.skipped}}o(aJ,"summariseResult");var _u=K(Pt());function oJ(){return new ae("start").description("Start the ValidatorDaemon process (long-running, Unix socket)").option("--socket <path>","Unix socket path",_u.DEFAULT_SOCKET_PATH).option("--idle-timeout <seconds>","Exit after N seconds of inactivity",String(Math.floor(_u.IDLE_TIMEOUT_MS/1e3))).action(async n=>{let e=n.socket,t=Number(n.idleTimeout)*1e3;await new _u.ValidatorDaemon(e,t).start()})}o(oJ,"daemonStartCommand");function CN(){let n=new ae("daemon").description("Manage the ValidatorDaemon background process");return n.addCommand(oJ()),n}o(CN,"daemonCommand");var nn=require("fs"),RN=require("os"),Ns=require("path");var cJ=new Set(["class","state","error","phase","development","multi","asset","version","limit","flow","single","universal","loop","time","function","document","system","driven","commitment","false","true","alert","positive","backup","tool","user"]);function xy(n){let e=n.match(/^---\r?\n([\s\S]*?)\r?\n---/);if(!e)return{};let t={},r=e[1].split(`
|
|
801
|
+
`);for(let i of r){let s=i.match(/^([\w]+):\s*"?([^"]*)"?\s*$/);s&&(t[s[1]]=s[2])}return t}o(xy,"parseFrontmatterRaw");function u2(n){return n.replace(/^---[\s\S]*?---\r?\n/,"").replace(/```[\s\S]*?```/g," ").replace(/\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/g,"$1").replace(/#+\s/g," ").replace(/\[([^\]]+)\]\([^)]+\)/g,"$1").replace(/[*_`]/g,"").toLowerCase()}o(u2,"extractBodyText");function PN(n,e){return n.exo__Asset_label?n.exo__Asset_label:e.split("/").pop()?.replace(/\.md$/,"")??""}o(PN,"extractLabel");function lJ(n){let e=n.match(/^---\r?\n([\s\S]*?)\r?\n---/);if(!e)return[];let t=[],r=e[1].split(`
|
|
802
|
+
`),i=!1;for(let s of r){if(s.match(/^aliases:\s*$/)){i=!0;continue}if(i){let c=s.match(/^\s+-\s+"?([^"]*)"?\s*$/);c?t.push(c[1].trim()):!s.startsWith(" ")&&!s.startsWith(" ")&&(i=!1)}let a=s.match(/^aliases:\s+"?([^"\n]+)"?\s*$/);a&&a[1].trim()&&t.push(a[1].trim())}return t.filter(Boolean)}o(lJ,"extractAliases");function uJ(n,e){return n.includes("/concepts/")}o(uJ,"isConceptFile");function Cd(n){let e=[],t=(0,nn.readdirSync)(n);for(let r of t){if(r.startsWith(".")||r==="node_modules")continue;let i=(0,Ns.join)(n,r);(0,nn.statSync)(i).isDirectory()?e.push(...Cd(i)):r.endsWith(".md")&&e.push(i)}return e}o(Cd,"walkMdFiles");function fJ(n){let e=new Map,t;try{t=(0,nn.readdirSync)(n)}catch{return e}for(let r of t){if(!r.endsWith(".md"))continue;let i;try{i=(0,nn.readFileSync)((0,Ns.join)(n,r),"utf-8")}catch{continue}let s=i.match(/^aiKnow__Memory_aboutConcept:\s*"?\[\[([0-9a-f-]+)\|/m);if(s){let a=s[1];e.set(a,(e.get(a)??0)+1)}}return e}o(fJ,"countConceptFrequencies");function f2(n){let e=Cd(n),t=[];for(let r of e){let i;try{i=(0,nn.readFileSync)(r,"utf-8")}catch{continue}if(!uJ(r,i))continue;let s=xy(i),a=s.exo__Asset_uid??"";if(!a)continue;let c=PN(s,r),l=lJ(i);t.push({uid:a,label:c,aliases:l,filePath:r})}return t}o(f2,"loadConcepts");var ON=4,dJ=new Set(["the","and","for","but","with","this","that","from","have","been","are","was","will","can","not","all","any","both","each","few","more","most","other","some","such","than","then","when","where","which","while","who","how","its","into","over"]);function hJ(n){return n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}o(hJ,"escapeRegex");function IN(n,e){return e.length<ON||dJ.has(e.toLowerCase())?!1:new RegExp(`\\b${hJ(e)}\\b`,"i").test(n)}o(IN,"matchesWordBoundary");function Su(n,e){let t=n.toLowerCase(),r=e.toLowerCase();return r?t===r?1:r.length>=ON&&t.includes(r)?.85:0:0}o(Su,"scoreMatch");function pJ(n){let e=n.trim().split(/\s+/);return e.length!==1?!1:cJ.has(e[0].toLowerCase())}o(pJ,"isConceptStopListed");function mJ(n,e,t,r,i){let s=n.toLowerCase(),a=e.toLowerCase(),c=t,l=[];for(let u of r){if(pJ(u.label)||i?.has(u.uid))continue;let f=0,d="body_substring",h=Su(s,u.label);if(h>f&&(f=h,d=h===1?"label_exact":"label_substring"),f<1){(IN(c,u.label)||IN(a,u.label))&&.9>f&&(f=.9,d="body_word_exact");let p=Su(a,u.label),y=p===1?.75:p>0?.65:0;y>f&&(f=y,d=p===1?"description_exact":"description_substring");let v=Su(c,u.label),w=v===1?.6:v>0?.5:0;w>f&&(f=w,d=v===1?"body_exact":"body_substring")}for(let p of u.aliases){let y=Su(s,p);if(y>0){let b=y*.9;b>f&&(f=b,d=y===1?"alias_label_exact":"alias_label_substring")}let v=Su(a,p);if(v>0){let b=v===1?.675:v*.65*.9;b>f&&(f=b,d="alias_description_substring")}let w=Su(c,p);if(w>0){let b=w===1?.54:w*.5*.9;b>f&&(f=b,d="alias_body_substring")}}f>0&&l.push({concept_uid:u.uid,concept_label:u.label,concept_file:u.filePath,confidence:Math.round(f*100)/100,match_type:d})}return l.sort((u,f)=>f.confidence-u.confidence),l.slice(0,3)}o(mJ,"computeCandidates");function gJ(n,e){return n.confidence>=e&&(n.match_type==="label_exact"||n.match_type==="alias_label_exact"||n.match_type==="body_word_exact")}o(gJ,"isAutoApproved");async function yJ(n){let e=(0,Ns.resolve)(n.aiKnowDir),t=(0,Ns.resolve)(n.vault??(0,Ns.join)(e,"..","..","..")),r=n.autoThreshold??.8,i=n.frequencyCap??100,s=f2(t),a=fJ(e),c=new Set([...a.entries()].filter(([,f])=>f>=i).map(([f])=>f)),l=Cd(e),u=[];for(let f of l){let d;try{d=(0,nn.readFileSync)(f,"utf-8")}catch{continue}let h=xy(d),p=h.exo__Asset_uid??"";if(!p)continue;let y=PN(h,f),v=h.exo__Asset_description??"",w=u2(d),b=mJ(y,v,w,s,c),A=b[0],R=A?gJ(A,r):!1;u.push({aiKnow_uid:p,aiKnow_label:y,aiKnow_file:f,candidates:b,auto_approved:R,...R?{auto_approved_candidate:A}:{}})}return u}o(yJ,"runBackfillSuggest");function _J(n,e){let t=e.substring(0,e.lastIndexOf("/"));(0,nn.existsSync)(t)||(0,nn.mkdirSync)(t,{recursive:!0});let r=n.map(i=>JSON.stringify(i)).join(`
|
|
803
|
+
`);(0,nn.writeFileSync)(e,r,"utf-8")}o(_J,"writeJsonl");function FN(){let n=(0,Ns.join)((0,RN.homedir)(),".cache","exocortex","backfill-candidates.jsonl");return new ae("suggest").description("Suggest concept backfill candidates for aiKnow assets").requiredOption("--aiKnow-dir <path>","Path to aiKnow assets directory").option("--vault <path>","Path to Obsidian vault (for finding concepts)").option("--output <path>","Output JSONL path",n).option("--auto-threshold <number>","Auto-approve confidence threshold","0.8").option("--frequency-cap <number>","Skip concepts with \u2265N existing stamps in aiKnow dir","100").option("--dry-run","Dry-run mode: output JSONL but do not write to vault (default)",!0).action(async e=>{let t=parseFloat(e.autoThreshold);if(isNaN(t)||t<0||t>1){console.error("\u274C --auto-threshold must be a number between 0 and 1"),process.exitCode=1;return}let r=parseInt(e.frequencyCap,10);if(isNaN(r)||r<1){console.error("\u274C --frequency-cap must be a positive integer"),process.exitCode=1;return}let i=(0,Ns.resolve)(e.aiKnowDir);if(!(0,nn.existsSync)(i)){console.error(`\u274C aiKnow directory not found: ${i}`),process.exitCode=1;return}console.log("\u{1F50D} Loading concepts from vault...");let s=e.vault?(0,Ns.resolve)(e.vault):void 0,a=Date.now(),c=await yJ({aiKnowDir:i,vault:s,output:e.output,autoThreshold:t,frequencyCap:r,dryRun:e.dryRun}),l=((Date.now()-a)/1e3).toFixed(2),u=c.filter(d=>d.auto_approved).length,f=c.filter(d=>d.candidates.length>0).length;_J(c,e.output),console.log(`\u2705 Processed ${c.length} aiKnow assets in ${l}s`),console.log(` ${f} assets have concept candidates`),console.log(` ${u} assets auto-approved (confidence \u2265 ${t})`),console.log(`\u{1F4DD} Output: ${e.output}`),e.dryRun&&console.log("\u2139\uFE0F Dry-run mode: no writes to vault")})}o(FN,"backfillSuggestCommand");var Iy=require("fs"),Cy=require("path");var SJ=new Set(["about","above","after","again","against","also","always","another","around","back","been","before","being","below","between","both","came","change","could","data","does","done","down","each","every","file","first","fixed","from","full","func","given","have","help","here","high","hook","html","http","https","info","into","issue","just","keep","know","last","like","line","list","load","look","made","make","many","more","most","much","must","need","next","none","note","null","only","open","over","page","part","pass","path","plan","plus","port","post","prev","prop","push","read","real","repo","rest","return","rule","runs","same","save","self","send","sets","show","side","size","slow","some","sort","step","such","sure","take","than","that","them","then","there","these","they","this","time","todo","true","type","under","used","user","uses","using","uuid","very","view","wait","want","ways","well","were","what","when","where","which","while","will","with","work","your","zero","eto","eto","pri","kak","tak","vse","dlya","pro"]);function vJ(n){return n.toLowerCase().split(/[^a-z0-9_-]+/).filter(e=>e.length>=4&&!SJ.has(e)&&/[a-z]/.test(e))}o(vJ,"tokenize");function bJ(n){let e=new Set;for(let t of n){e.add(t.label.toLowerCase());for(let r of t.aliases)e.add(r.toLowerCase())}return e}o(bJ,"buildConceptTermSet");function wJ(n,e,t){let r=Cd(n),i=new Map;for(let s of r){let a;try{a=(0,Iy.readFileSync)(s,"utf-8")}catch{continue}let l=xy(a).exo__Asset_uid??"";if(!l)continue;let u=u2(a),f=vJ(u),d=new Set;for(let h of f){if(d.has(h)||(d.add(h),e.has(h)))continue;let p=i.get(h)??{count:0,uids:[]};p.count++,p.uids.length<3&&p.uids.push(l),i.set(h,p)}}return Array.from(i.entries()).map(([s,{count:a,uids:c}])=>({term:s,frequency:a,sample_uids:c})).sort((s,a)=>a.frequency-s.frequency).slice(0,t)}o(wJ,"extractOrphanTerms");function DN(){return new ae("orphan-terms").description("Extract high-frequency terms from aiKnow assets that have no matching ims__Concept").requiredOption("--aiKnow-dir <path>","Path to aiKnow assets directory").option("--vault <path>","Path to Obsidian vault (for finding concepts)").option("--top <number>","Number of top orphan terms to return","20").action(n=>{let e=parseInt(n.top,10);if(isNaN(e)||e<1){console.error("\u274C --top must be a positive integer"),process.exitCode=1;return}let t=(0,Cy.resolve)(n.aiKnowDir);if(!(0,Iy.existsSync)(t)){console.error(`\u274C aiKnow directory not found: ${t}`),process.exitCode=1;return}let r=n.vault?(0,Cy.resolve)(n.vault):(0,Cy.resolve)(t,"..","..","..");console.log("\u{1F50D} Loading concepts from vault...");let i=f2(r),s=bJ(i);console.log(` ${i.length} concepts loaded (${s.size} unique terms/aliases)`),console.log("\u{1F4D6} Scanning aiKnow assets for orphan terms...");let a=Date.now(),c=wJ(t,s,e),l=((Date.now()-a)/1e3).toFixed(2);console.log(`
|
|
804
804
|
\u2705 Top ${c.length} orphan terms (${l}s):
|
|
805
|
-
`),console.log(`${"Rank".padEnd(6)}${"Term".padEnd(30)}${"Freq".padEnd(8)}Sample UIDs`),console.log("-".repeat(90)),c.forEach((u,f)=>{let d=`#${f+1}`.padEnd(6),h=u.term.padEnd(30),p=String(u.frequency).padEnd(8),y=u.sample_uids.join(", ");console.log(`${d}${h}${p}${y}`)})})}o(DN,"backfillOrphanTermsCommand");function NN(){let n=new ae("backfill").description("Concept backfill tools for aiKnow assets");return n.addCommand(FN()),n.addCommand(DN()),n}o(NN,"backfillCommand");var Fy=require("path"),VN=require("fs"),qN=require("os");var Py=require("child_process"),Oy=require("fs"),jN=require("path");var Zi=require("fs"),Ry=K(require("path")),kN=require("crypto");var
|
|
805
|
+
`),console.log(`${"Rank".padEnd(6)}${"Term".padEnd(30)}${"Freq".padEnd(8)}Sample UIDs`),console.log("-".repeat(90)),c.forEach((u,f)=>{let d=`#${f+1}`.padEnd(6),h=u.term.padEnd(30),p=String(u.frequency).padEnd(8),y=u.sample_uids.join(", ");console.log(`${d}${h}${p}${y}`)})})}o(DN,"backfillOrphanTermsCommand");function NN(){let n=new ae("backfill").description("Concept backfill tools for aiKnow assets");return n.addCommand(FN()),n.addCommand(DN()),n}o(NN,"backfillCommand");var Fy=require("path"),VN=require("fs"),qN=require("os");var Py=require("child_process"),Oy=require("fs"),jN=require("path");var Zi=require("fs"),Ry=K(require("path")),kN=require("crypto");var EJ=/^---\s*\r?\n([\s\S]*?)\r?\n---\s*(?:\r?\n([\s\S]*))?$/;function LN(n){let e=n.match(EJ);if(!e)return null;let[,t,r=""]=e,i=sr.load(t);if(i==null)return{frontmatter:{},body:r};if(typeof i!="object"||Array.isArray(i))throw new Error("frontmatter is not a YAML mapping");return{frontmatter:i,body:r}}o(LN,"parseFile");function TJ(n,e){let t=sr.dump(n,{lineWidth:-1,quotingType:'"',forceQuotes:!1,noRefs:!0}),r=e.length>0?e:"";return`---
|
|
806
806
|
${t}---
|
|
807
|
-
${r}`}o(
|
|
808
|
-
`).map(s=>s.trim()).filter(Boolean)){let s=
|
|
807
|
+
${r}`}o(TJ,"serializeFile");function MN(n,e,t={}){let r=Ry.default.dirname(n),i=Ry.default.basename(n),s=Ry.default.join(r,`.${i}.tmp.${process.pid}.${(0,kN.randomBytes)(6).toString("hex")}`);try{let a=(0,Zi.readFileSync)(n,"utf8"),c;try{c=LN(a)}catch(f){return{success:!1,verified:!1,reason:"parse-error",error:f.message}}if(!c)return{success:!1,verified:!1,reason:"no-frontmatter"};let l={...c.frontmatter,...e},u=TJ(l,c.body);if((0,Zi.writeFileSync)(s,u,"utf8"),(0,Zi.renameSync)(s,n),t.verifyKey!==void 0){let f=(0,Zi.readFileSync)(n,"utf8"),d;try{d=LN(f)}catch(p){return{success:!1,verified:!1,reason:"parse-error",error:p.message}}if(!d)return{success:!1,verified:!1,reason:"no-frontmatter"};let h=d.frontmatter[t.verifyKey];return h!==t.verifyValue?{success:!1,verified:!1,reason:"verify-mismatch",error:`expected ${t.verifyKey}=${String(t.verifyValue)}, got ${String(h)}`}:{success:!0,verified:!0}}return{success:!0,verified:!0}}catch(a){if((0,Zi.existsSync)(s))try{(0,Zi.unlinkSync)(s)}catch{}return{success:!1,verified:!1,reason:"fs-error",error:a.message}}}o(MN,"atomicUpdateFrontmatter");var AJ=/^claude-child-([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$/,xJ=/^claude-child-([0-9a-f]{8})-(\d+)$/,CJ="EffortStatusDoing";function $N(n){return e=>new Promise((t,r)=>{n(e,(i,s,a)=>{i?r(Object.assign(i,{stdout:s,stderr:a})):t(s)})})}o($N,"makeExecPromise");async function IJ(n=Py.exec){let e=$N(n),t;try{t=await e("tmux list-sessions -F '#{session_name}' 2>/dev/null")}catch{return[]}let r=[];for(let i of t.split(`
|
|
808
|
+
`).map(s=>s.trim()).filter(Boolean)){let s=AJ.exec(i);if(s){r.push({sessionName:i,uuid:s[1],type:"full"});continue}let a=xJ.exec(i);a&&r.push({sessionName:i,uuid:a[1],type:"short"})}return r}o(IJ,"listClaudeChildSessions");function RJ(n,e,t){let r=null,i=e.toLowerCase();function s(a){if(r)return;let c;try{c=(0,Oy.readdirSync)(a,{withFileTypes:!0})}catch{return}for(let l of c){if(r)return;if(l.name.startsWith(".")||l.name==="node_modules")continue;let u=(0,jN.join)(a,l.name);if(l.isDirectory())s(u);else if(l.name.endsWith(".md")){let f=l.name.slice(0,-3).toLowerCase();(t==="full"&&f===i||t==="short"&&f.startsWith(i))&&(r=u)}}}return o(s,"walk"),s(n),r}o(RJ,"findVaultFile");function PJ(n,e){try{let i=(e??(s=>(0,Oy.readFileSync)(s,"utf8")))(n).match(/ems__Effort_status\s*:.*\[\[([^\]]+)\]\]/);return i?i[1].includes(CJ):!1}catch{return!1}}o(PJ,"isTaskDoing");async function BN(n,e=Py.exec,t){let r=await IJ(e),i=[];for(let s of r){let a=RJ(n,s.uuid,s.type);if(!a){i.push({sessionName:s.sessionName,taskUuid:s.uuid,taskFilePath:null,reason:"vault task not found"});continue}PJ(a,t)||i.push({sessionName:s.sessionName,taskUuid:s.uuid,taskFilePath:a,reason:"vault task status != Doing"})}return i}o(BN,"detectOrphans");async function UN(n,e,t=Py.exec,r=MN){let i=$N(t);if(e)return{ok:!0};let s=new Date().toISOString();if(n.taskFilePath)try{r(n.taskFilePath,{ems__Effort_status:"[[ems__EffortStatusFailed]]",aiTask__Task_lastError:`orphan recovery: ${n.reason}`,exo__Asset_updatedAt:s})}catch(a){return{ok:!1,error:`vault update failed: ${a.message}`}}try{await i(`tmux kill-session -t ${JSON.stringify(n.sessionName)}`)}catch{}return{ok:!0}}o(UN,"recoverOrphan");function OJ(){return process.env.EXOCORTEX_VAULT??(0,Fy.join)((0,qN.homedir)(),"vault-2025")}o(OJ,"defaultVault");function WN(){return new ae("recover").description("Detect and recover orphaned claude-child tmux sessions. A session is orphaned when the corresponding vault task is not in Doing status. Default mode: dry-run (no changes). Use --apply to perform recovery.").option("--vault <path>","Path to Obsidian vault",OJ()).option("--dry-run","List orphans without applying changes (default)",!1).option("--apply","Apply orphan recovery: set Failed + kill tmux session",!1).action(async n=>{let e=(0,Fy.resolve)(n.vault);if(!(0,VN.existsSync)(e)){console.error(`[recover] vault not found: ${e}`),process.exitCode=1;return}let t=!n.apply;console.log(`[recover] vault=${e} mode=${t?"dry-run":"apply"}`);let r=await BN(e);if(r.length===0){console.log("[recover] No orphaned claude-child sessions found.");return}console.log(`[recover] Found ${r.length} orphan(s):`);for(let a of r){let c=a.taskFilePath??"(not found in vault)";console.log(` session=${a.sessionName} uuid=${a.taskUuid} reason=${a.reason}`),console.log(` file=${c}`)}if(t){console.log("[recover] Dry-run mode: no changes applied. Use --apply to recover.");return}let i=0,s=0;for(let a of r){let c=await UN(a,!1);c.ok?(i++,console.log(`[recover] RECOVERED: ${a.sessionName}`)):(s++,console.error(`[recover] ERROR recovering ${a.sessionName}: ${c.error}`))}console.log(`[recover] Done: recovered=${i} errors=${s}`),s>0&&(process.exitCode=1)})}o(WN,"recoverCommand");function GN(n){n.addCommand(rF()),n.addCommand(aF()),n.addCommand(oF())}o(GN,"addQuerySubcommands");function zN(n){let e=new ae;e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"15.170.9");let t=e.command("exoql").description("ExoQL query execution and cache management");GN(t);let r=e.command("sparql").description("(deprecated) Use 'exoql' instead");return GN(r),r.hook("preAction",()=>{console.error('\u26A0\uFE0F "sparql" is deprecated. Use "exoql" instead.')}),e.addCommand(mD()),e.addCommand(_D()),e.addCommand(SD()),e.addCommand(bD()),e.addCommand(wD()),e.addCommand(CD()),e.addCommand(OD()),e.addCommand(WD()),e.addCommand(HD()),e.addCommand(JD()),e.addCommand(tN()),e.addCommand(rN()),e.addCommand(iN()),e.addCommand(mN()),e.addCommand(SN()),e.addCommand(xN()),e.addCommand(CN()),e.addCommand(NN()),e.addCommand(WN()),e}o(zN,"createProgram");zN().parse();0&&(module.exports={createProgram});
|
|
809
809
|
/*! Bundled license information:
|
|
810
810
|
|
|
811
811
|
reflect-metadata/Reflect.js:
|